#9C5EBE

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

Shades of Deep Lilac #9C5EBE

Tints of Deep Lilac #9C5EBE

Color information

#9C5EBE (or 0x9C5EBE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5E and BE. RGB value is (156,94,190). Sum of RGB (Red+Green+Blue) = 156+94+190=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5EBE is #63A141. Grayscale: #7B7B7B. Windows color (decimal): -6529346 or 12476060. OLE color: 12476060.

HSL color Cylindrical-coordinate representation of color #9C5EBE: hue angle of 278.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C5EBE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15694190-
CMYK0.180.5100.25
HSL278.75º42.48%55.69%-
HSV(B)278.75º50.53%74.51%-
XYZ27.0118.7950.92-
YUV123.48165.54151.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=35.45%
G=21.36%
B=43.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156941900.180.5100.25278.7542.4855.69
Hex9C5EBE12330191172a38
Octal23413627622630314275270
Binary1001110010111101011111010010110011011001100010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,190); }

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

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

 a { background-color: rgb(156,94,190); }

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

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

 span { border-color: rgb(156,94,190); }

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