#955EAB

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

Shades of Deep Lilac #955EAB

Tints of Deep Lilac #955EAB

Color information

#955EAB (or 0x955EAB) is unknown color: approx Deep Lilac. HEX triplet: 95, 5E and AB. RGB value is (149,94,171). Sum of RGB (Red+Green+Blue) = 149+94+171=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #955EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EAB is #6AA154. Grayscale: #767676. Windows color (decimal): -6988117 or 11230869. OLE color: 11230869.

HSL color Cylindrical-coordinate representation of color #955EAB: hue angle of 282.86º 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 #955EAB is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14994171-
CMYK0.130.4500.33
HSL282.86º31.43%51.96%-
HSV(B)282.86º45.03%67.06%-
XYZ23.7517.3440.62-
YUV119.22157.22149.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=35.99%
G=22.71%
B=41.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149941710.130.4500.33282.8631.4351.96
Hex955EABD2D02111b1f34
Octal22513625315550414333764
Binary100101011011110101010111101101101010000110001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955EAB; }

 p { color: rgb(149,94,171); }

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

<style>
 a { background-color: #955EAB; }

 a { background-color: rgb(149,94,171); }

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

<style>
 span { border-color: #955EAB; }

 span { border-color: rgb(149,94,171); }

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