#995CBC

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

Shades of Deep Lilac #995CBC

Tints of Deep Lilac #995CBC

Color information

#995CBC (or 0x995CBC) is unknown color: approx Deep Lilac. HEX triplet: 99, 5C and BC. RGB value is (153,92,188). Sum of RGB (Red+Green+Blue) = 153+92+188=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #995CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CBC is #66A343. Grayscale: #787878. Windows color (decimal): -6726468 or 12344473. OLE color: 12344473.

HSL color Cylindrical-coordinate representation of color #995CBC: hue angle of 278.12º degrees, saturation: 0.42, 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 #995CBC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15392188-
CMYK0.190.5100.26
HSL278.12º41.74%54.9%-
HSV(B)278.12º51.06%73.73%-
XYZ26.0418.0649.69-
YUV121.18165.71150.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=35.33%
G=21.25%
B=43.42%

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
Decimal153921880.190.5100.26278.1241.7454.9
Hex995CBC133301A1162a37
Octal23113427423630324265267
Binary1001100110111001011110010011110011011010100010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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