#995BBE

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

Shades of Deep Lilac #995BBE

Tints of Deep Lilac #995BBE

Color information

#995BBE (or 0x995BBE) is unknown color: approx Deep Lilac. HEX triplet: 99, 5B and BE. RGB value is (153,91,190). Sum of RGB (Red+Green+Blue) = 153+91+190=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #995BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BBE is #66A441. Grayscale: #787878. Windows color (decimal): -6726722 or 12475289. OLE color: 12475289.

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

Color convert

RGB15391190-
CMYK0.190.5200.25
HSL277.58º43.23%55.1%-
HSV(B)277.58º52.11%74.51%-
XYZ26.1717.9750.8-
YUV120.82167.04150.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=35.25%
G=20.97%
B=43.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153911900.190.5200.25277.5843.2355.1
Hex995BBE13340191162b37
Octal23113327623640314265367
Binary1001100110110111011111010011110100011001100010110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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