#995ABE

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

Shades of Deep Lilac #995ABE

Tints of Deep Lilac #995ABE

Color information

#995ABE (or 0x995ABE) is unknown color: approx Deep Lilac. HEX triplet: 99, 5A and BE. RGB value is (153,90,190). Sum of RGB (Red+Green+Blue) = 153+90+190=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #995ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ABE is #66A541. Grayscale: #777777. Windows color (decimal): -6726978 or 12475033. OLE color: 12475033.

HSL color Cylindrical-coordinate representation of color #995ABE: hue angle of 277.8º degrees, saturation: 0.43, 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 #995ABE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15390190-
CMYK0.190.5300.25
HSL277.8º43.48%54.9%-
HSV(B)277.8º52.63%74.51%-
XYZ26.0917.850.78-
YUV120.24167.37151.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=35.33%
G=20.79%
B=43.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153901900.190.5300.25277.843.4854.9
Hex995ABE13350191162b37
Octal23113227623650314265367
Binary1001100110110101011111010011110101011001100010110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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