#9B5EAE

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

Shades of Deep Lilac #9B5EAE

Tints of Deep Lilac #9B5EAE

Color information

#9B5EAE (or 0x9B5EAE) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5E and AE. RGB value is (155,94,174). Sum of RGB (Red+Green+Blue) = 155+94+174=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B5EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5EAE is #64A151. Grayscale: #797979. Windows color (decimal): -6594898 or 11427483. OLE color: 11427483.

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

Color convert

RGB15594174-
CMYK0.110.4600.32
HSL285.75º33.06%52.55%-
HSV(B)285.75º45.98%68.24%-
XYZ25.1618.0342.2-
YUV121.36157.71152-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=36.64%
G=22.22%
B=41.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155941740.110.4600.32285.7533.0652.55
Hex9B5EAEB2E02011e2135
Octal23313625613560404364165
Binary1001101110111101010111010111011100100000100011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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