#995BB9

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

Shades of Deep Lilac #995BB9

Tints of Deep Lilac #995BB9

Color information

#995BB9 (or 0x995BB9) is unknown color: approx Deep Lilac. HEX triplet: 99, 5B and B9. RGB value is (153,91,185). Sum of RGB (Red+Green+Blue) = 153+91+185=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #995BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BB9 is #66A446. Grayscale: #777777. Windows color (decimal): -6726727 or 12147609. OLE color: 12147609.

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

Color convert

RGB15391185-
CMYK0.170.5100.27
HSL279.57º40.17%54.12%-
HSV(B)279.57º50.81%72.55%-
XYZ25.6317.7647.98-
YUV120.25164.54151.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=35.66%
G=21.21%
B=43.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153911850.170.5100.27279.5740.1754.12
Hex995BB9113301B1182836
Octal23113327121630334305066
Binary1001100110110111011100110001110011011011100011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,91,185); }

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

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

 a { background-color: rgb(153,91,185); }

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

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

 span { border-color: rgb(153,91,185); }

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