COLOR #9A6DAD

HEX: #9A6DAD
RGB: (154,109,173)

Renk bilgisi

#9A6DAD contains mainly red and blue colors. #9A6DAD ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#9A6DAD color RGB value is (154,109,173).

  • kırmız ton 154;
  • yeşil ton 109;
  • mavi ton 173.
RGB:
(154,109,173)
(60%,43%,68%)

RGB bağlantıları ve doygunluk

R 154 of 255 = 60%
G 109 of 255 = 43%
B 173 of 255 = 68%

154
109
173

R + G + B ~ 57%. #9A6DAD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
154 + 109 + 173 = 436 (100%)
R 154 of 436 ~ 35.32%
G 109 of 436 ~ 25%
B 173 of 436 ~ 39.68%

%35.32
%25
%39.68

CMYK RENK MODELİ

#9A6DAD rengi CMYK tonu (11,37,0,32).

  • camgöbeği tonu 10.98%
  • eflatun tonu 36.99%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(11,37,0,32)
C11M37Y0K32 
(11%,37%,0%,32%)
(0.11/0.37/0.00/0.32)	

CMYK yüzdeleri

%10.98
%36.99
%0
%32.16

Codes

Color #9A6DAD in popluar color models

9A6DAD
RGB154109173
HSL282°28.07%55.29%
HSB/HSV282°36.99%67.84%
CMYK10.98%36.99%0.00%
32.16%

Color #9A6DAD in popluar number systems.

HEX9A6DAD
Decimal154109173
Binary10011010110110110101101
Octal232155255

Shades and tints

Shades of #9A6DAD

#9A6DAD
(154,109,173)
#8C649E
(140,100,158)
#7E5B8F
(126,91,143)
#705280
(112,82,128)
#624971
(98,73,113)
#544062
(84,64,98)
#463753
(70,55,83)
#382E44
(56,46,68)
#2A2535
(42,37,53)
#1C1C26
(28,28,38)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #9A6DAD

#9A6DAD
(154,109,173)
#A37AB4
(163,122,180)
#AC87BB
(172,135,187)
#B594C2
(181,148,194)
#BEA1C9
(190,161,201)
#C7AED0
(199,174,208)
#D0BBD7
(208,187,215)
#D9C8DE
(217,200,222)
#E2D5E5
(226,213,229)
#EBE2EC
(235,226,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6DAD color. Also use rgb(154,109,173) instead hex code.

Text Font Color

.myTextColor { color: #9A6DAD; }

<p style="color:#9A6DAD">This sample text font color is #9A6DAD.</p>

This text font color is #9A6DAD.


Background Color

.myBgColor { background-color: #9A6DAD; }

<div style="background-color:#9A6DAD">Inner text</div>

This div background color is #9A6DAD.


Border color

.myBorderColor { border: 1px solid #9A6DAD; }

<div style="border:3px solid #9A6DAD">Div</div>

This div border color is #9A6DAD.


Opacity

.myOpacity80 { color: #9A6DAD; opacity: 0.8; }

<p style="color:#9A6DAD;opacity:0.8;">80%</p>

Text with #9A6DAD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9A6DAD;}

<p style="text-shadow: 3px 3px 1px #9A6DAD">Text here.</p>

This text has shadow with #9A6DAD color.

.textShadow {text-shadow: 3px 3px 1px #9A6DAD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9A6DAD, 5px 5px 20px red">Text here.</p>

This text has shadow with #9A6DAD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9A6DAD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9A6DAD, Direction=45, Strength=4)">Text</p>

This text has shadow with #9A6DAD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9A6DAD;
  -webkit-box-shadow:	1px 1px 3px 2px #9A6DAD;
  box-shadow:		1px 1px 3px 2px #9A6DAD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9A6DAD;
-webkit-box-shadow: 1px 1px 3px 2px #9A6DAD;
box-shadow:1px 1px 3px 2px #9A6DAD;">
Div content here</div>
This div box has shadow with color #9A6DAD.

Preview

Color preview on black background

This text has color #9A6DAD on black background.


Color preview on white background

This text has color #9A6DAD on white background.



Black color preview on #9A6DAD background

This text has black color on #9A6DAD background.


White color preview on #9A6DAD background

This text has white color on #9A6DAD background.