#9C5EBD

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

Shades of Deep Lilac #9C5EBD

Tints of Deep Lilac #9C5EBD

Color information

#9C5EBD (or 0x9C5EBD) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5E and BD. RGB value is (156,94,189). Sum of RGB (Red+Green+Blue) = 156+94+189=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C5EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5EBD is #63A142. Grayscale: #7B7B7B. Windows color (decimal): -6529347 or 12410524. OLE color: 12410524.

HSL color Cylindrical-coordinate representation of color #9C5EBD: hue angle of 279.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C5EBD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15694189-
CMYK0.170.5000.26
HSL279.16º41.85%55.49%-
HSV(B)279.16º50.26%74.12%-
XYZ26.918.7550.35-
YUV123.37165.04151.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 94 (37.11% from 255) = 21.41%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=35.54%
G=21.41%
B=43.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156941890.170.5000.26279.1641.8555.49
Hex9C5EBD113201A1172a37
Octal23413627521620324275267
Binary1001110010111101011110110001110010011010100010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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