#995DAB

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

Shades of Deep Lilac #995DAB

Tints of Deep Lilac #995DAB

Color information

#995DAB (or 0x995DAB) is unknown color: approx Deep Lilac. HEX triplet: 99, 5D and AB. RGB value is (153,93,171). Sum of RGB (Red+Green+Blue) = 153+93+171=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #995DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAB is #66A254. Grayscale: #777777. Windows color (decimal): -6726229 or 11230617. OLE color: 11230617.

HSL color Cylindrical-coordinate representation of color #995DAB: hue angle of 286.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995DAB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15393171-
CMYK0.110.4600.33
HSL286.15º31.71%51.76%-
HSV(B)286.15º45.61%67.06%-
XYZ24.417.5440.63-
YUV119.83156.88151.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=36.69%
G=22.30%
B=41.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153931710.110.4600.33286.1531.7151.76
Hex995DABB2E02111e2034
Octal23113525313560414364064
Binary1001100110111011010101110111011100100001100011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,93,171); }

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

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

 a { background-color: rgb(153,93,171); }

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

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

 span { border-color: rgb(153,93,171); }

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