#9B5EAD

Color #9B5EAD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9B5EAD

Tints of Deep Lilac #9B5EAD

Color information

#9B5EAD (or 0x9B5EAD) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5E and AD. RGB value is (155,94,173). Sum of RGB (Red+Green+Blue) = 155+94+173=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B5EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5EAD is #64A152. Grayscale: #787878. Windows color (decimal): -6594899 or 11361947. OLE color: 11361947.

HSL color Cylindrical-coordinate representation of color #9B5EAD: hue angle of 286.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5EAD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15594173-
CMYK0.100.4600.32
HSL286.33º32.51%52.35%-
HSV(B)286.33º45.66%67.84%-
XYZ25.0617.9941.69-
YUV121.24157.21152.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=36.73%
G=22.27%
B=41.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155941730.100.4600.32286.3332.5152.35
Hex9B5EADA2E02011e2134
Octal23313625512560404364164
Binary1001101110111101010110110101011100100000100011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B5EAD; }

 p { color: rgb(155,94,173); }

 H1.HeaderClassName
 {
   color: #9B5EAD;
 }
 .AnyTagClassName
 {
   color: #9B5EAD;
 }
</style>
background-color css

<style>
 a { background-color: #9B5EAD; }

 a { background-color: rgb(155,94,173); }

 div.DivClassName
 {
   background-color: #9B5EAD;
 }
 .BgClassName
 {
   background-color: #9B5EAD;
 }
</style>
border-color css

<style>
 span { border-color: #9B5EAD; }

 span { border-color: rgb(155,94,173); }

 td.TdClassName
 {
   border-color: #9B5EAD;
 }
 .TagClassName
 {
   border-color: #9B5EAD;
 }
</style>