#995EAD

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

Shades of Deep Lilac #995EAD

Tints of Deep Lilac #995EAD

Color information

#995EAD (or 0x995EAD) is unknown color: approx Deep Lilac. HEX triplet: 99, 5E and AD. RGB value is (153,94,173). Sum of RGB (Red+Green+Blue) = 153+94+173=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #995EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995EAD is #66A152. Grayscale: #787878. Windows color (decimal): -6725971 or 11361945. OLE color: 11361945.

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

Color convert

RGB15394173-
CMYK0.120.4600.32
HSL284.81º32.51%52.35%-
HSV(B)284.81º45.66%67.84%-
XYZ24.6817.7941.67-
YUV120.65157.55151.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=36.43%
G=22.38%
B=41.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153941730.120.4600.32284.8132.5152.35
Hex995EADC2E02011d2134
Octal23113625514560404354164
Binary1001100110111101010110111001011100100000100011101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,94,173); }

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

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

 a { background-color: rgb(153,94,173); }

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

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

 span { border-color: rgb(153,94,173); }

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