#9C5DBE

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

Shades of Deep Lilac #9C5DBE

Tints of Deep Lilac #9C5DBE

Color information

#9C5DBE (or 0x9C5DBE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5D and BE. RGB value is (156,93,190). Sum of RGB (Red+Green+Blue) = 156+93+190=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5DBE is #63A241. Grayscale: #7A7A7A. Windows color (decimal): -6529602 or 12475804. OLE color: 12475804.

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

Color convert

RGB15693190-
CMYK0.180.5100.25
HSL278.97º42.73%55.49%-
HSV(B)278.97º51.05%74.51%-
XYZ26.9218.6150.89-
YUV122.89165.87151.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=35.54%
G=21.18%
B=43.28%

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
Decimal156931900.180.5100.25278.9742.7355.49
Hex9C5DBE12330191172b37
Octal23413527622630314275367
Binary1001110010111011011111010010110011011001100010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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