#995eaa

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

Shades of Deep Lilac #995EAA

Tints of Deep Lilac #995EAA

Color information

#995EAA (or 0x995EAA) is unknown color: approx Deep Lilac. HEX triplet: 99, 5E and AA. RGB value is (153,94,170). Sum of RGB (Red+Green+Blue) = 153+94+170=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #995EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995EAA is #66A155. Grayscale: #787878. Windows color (decimal): -6725974 or 11165337. OLE color: 11165337.

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

Color convert

RGB15394170-
CMYK0.10.4500.33
HSL286.58º30.89%51.76%-
HSV(B)286.58º44.71%66.67%-
XYZ24.417.6840.16-
YUV120.3156.05151.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=36.69%
G=22.54%
B=40.77%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153941700.10.4500.33286.5830.8951.76
Hex995EAAA2D02111f1f34
Octal23113625212550414373764
Binary100110011011110101010101010101101010000110001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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