#995DAF

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

Shades of Deep Lilac #995DAF

Tints of Deep Lilac #995DAF

Color information

#995DAF (or 0x995DAF) is unknown color: approx Deep Lilac. HEX triplet: 99, 5D and AF. RGB value is (153,93,175). Sum of RGB (Red+Green+Blue) = 153+93+175=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #995DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAF is #66A250. Grayscale: #787878. Windows color (decimal): -6726225 or 11492761. OLE color: 11492761.

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

Color convert

RGB15393175-
CMYK0.130.4700.31
HSL283.9º33.88%52.55%-
HSV(B)283.9º46.86%68.63%-
XYZ24.7917.742.67-
YUV120.29158.88151.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=36.34%
G=22.09%
B=41.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153931750.130.4700.31283.933.8852.55
Hex995DAFD2F01F11c2235
Octal23113525715570374344265
Binary100110011011101101011111101101111011111100011100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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