#995CB2

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

Shades of Deep Lilac #995CB2

Tints of Deep Lilac #995CB2

Color information

#995CB2 (or 0x995CB2) is unknown color: approx Deep Lilac. HEX triplet: 99, 5C and B2. RGB value is (153,92,178). Sum of RGB (Red+Green+Blue) = 153+92+178=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #995CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995CB2 is #66A34D. Grayscale: #777777. Windows color (decimal): -6726478 or 11689113. OLE color: 11689113.

HSL color Cylindrical-coordinate representation of color #995CB2: hue angle of 282.56º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995CB2 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15392178-
CMYK0.140.4800.30
HSL282.56º35.83%52.94%-
HSV(B)282.56º48.31%69.8%-
XYZ2517.6444.21-
YUV120.04160.71151.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=36.17%
G=21.75%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153921780.140.4800.30282.5635.8352.94
Hex995CB2E3001E11b2435
Octal23113426216600364334465
Binary100110011011100101100101110110000011110100011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,92,178); }

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

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

 a { background-color: rgb(153,92,178); }

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

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

 span { border-color: rgb(153,92,178); }

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