#995EAF

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

Shades of Deep Lilac #995EAF

Tints of Deep Lilac #995EAF

Color information

#995EAF (or 0x995EAF) is unknown color: approx Deep Lilac. HEX triplet: 99, 5E and AF. RGB value is (153,94,175). Sum of RGB (Red+Green+Blue) = 153+94+175=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #995EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995EAF is #66A150. Grayscale: #787878. Windows color (decimal): -6725969 or 11493017. OLE color: 11493017.

HSL color Cylindrical-coordinate representation of color #995EAF: hue angle of 283.7º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995EAF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15394175-
CMYK0.130.4600.31
HSL283.7º33.61%52.75%-
HSV(B)283.7º46.29%68.63%-
XYZ24.8817.8742.7-
YUV120.88158.55150.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=36.26%
G=22.27%
B=41.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153941750.130.4600.31283.733.6152.75
Hex995EAFD2E01F11c2235
Octal23113625715560374344265
Binary100110011011110101011111101101110011111100011100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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