#995ABF

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

Shades of Deep Lilac #995ABF

Tints of Deep Lilac #995ABF

Color information

#995ABF (or 0x995ABF) is unknown color: approx Deep Lilac. HEX triplet: 99, 5A and BF. RGB value is (153,90,191). Sum of RGB (Red+Green+Blue) = 153+90+191=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #995ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ABF is #66A540. Grayscale: #787878. Windows color (decimal): -6726977 or 12540569. OLE color: 12540569.

HSL color Cylindrical-coordinate representation of color #995ABF: hue angle of 277.43º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995ABF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15390191-
CMYK0.200.5300.25
HSL277.43º44.1%55.1%-
HSV(B)277.43º52.88%74.9%-
XYZ26.217.8551.35-
YUV120.35167.87151.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 191 (75% from 255) = 44.01%
R=35.25%
G=20.74%
B=44.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153901910.200.5300.25277.4344.155.1
Hex995ABF14350191152c37
Octal23113227724650314255467
Binary1001100110110101011111110100110101011001100010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,90,191); }

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

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

 a { background-color: rgb(153,90,191); }

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

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

 span { border-color: rgb(153,90,191); }

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