#995aba

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

Shades of Deep Lilac #995ABA

Tints of Deep Lilac #995ABA

Color information

#995ABA (or 0x995ABA) is unknown color: approx Deep Lilac. HEX triplet: 99, 5A and BA. RGB value is (153,90,186). Sum of RGB (Red+Green+Blue) = 153+90+186=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #995ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ABA is #66A545. Grayscale: #777777. Windows color (decimal): -6726982 or 12212889. OLE color: 12212889.

HSL color Cylindrical-coordinate representation of color #995ABA: hue angle of 279.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995ABA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15390186-
CMYK0.180.5200.27
HSL279.38º41.03%54.12%-
HSV(B)279.38º51.61%72.94%-
XYZ25.6617.6348.51-
YUV119.78165.37151.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=35.66%
G=20.98%
B=43.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153901860.180.5200.27279.3841.0354.12
Hex995ABA123401B1172936
Octal23113227222640334275166
Binary1001100110110101011101010010110100011011100010111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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