#995DBC

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

Shades of Deep Lilac #995DBC

Tints of Deep Lilac #995DBC

Color information

#995DBC (or 0x995DBC) is unknown color: approx Deep Lilac. HEX triplet: 99, 5D and BC. RGB value is (153,93,188). Sum of RGB (Red+Green+Blue) = 153+93+188=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #995DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DBC is #66A243. Grayscale: #797979. Windows color (decimal): -6726212 or 12344729. OLE color: 12344729.

HSL color Cylindrical-coordinate representation of color #995DBC: hue angle of 277.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995DBC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15393188-
CMYK0.190.5100.26
HSL277.89º41.48%55.1%-
HSV(B)277.89º50.53%73.73%-
XYZ26.1318.2349.72-
YUV121.77165.38150.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=35.25%
G=21.43%
B=43.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153931880.190.5100.26277.8941.4855.1
Hex995DBC133301A1162937
Octal23113527423630324265167
Binary1001100110111011011110010011110011011010100010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995DBC; }

 p { color: rgb(153,93,188); }

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

<style>
 a { background-color: #995DBC; }

 a { background-color: rgb(153,93,188); }

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

<style>
 span { border-color: #995DBC; }

 span { border-color: rgb(153,93,188); }

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