#995BBB

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

Shades of Deep Lilac #995BBB

Tints of Deep Lilac #995BBB

Color information

#995BBB (or 0x995BBB) is unknown color: approx Deep Lilac. HEX triplet: 99, 5B and BB. RGB value is (153,91,187). Sum of RGB (Red+Green+Blue) = 153+91+187=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #995BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BBB is #66A444. Grayscale: #787878. Windows color (decimal): -6726725 or 12278681. OLE color: 12278681.

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

Color convert

RGB15391187-
CMYK0.180.5100.27
HSL278.75º41.38%54.51%-
HSV(B)278.75º51.34%73.33%-
XYZ25.8517.8449.1-
YUV120.48165.54151.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=35.50%
G=21.11%
B=43.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153911870.180.5100.27278.7541.3854.51
Hex995BBB123301B1172937
Octal23113327322630334275167
Binary1001100110110111011101110010110011011011100010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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