#955EAF

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

Shades of Deep Lilac #955EAF

Tints of Deep Lilac #955EAF

Color information

#955EAF (or 0x955EAF) is unknown color: approx Deep Lilac. HEX triplet: 95, 5E and AF. RGB value is (149,94,175). Sum of RGB (Red+Green+Blue) = 149+94+175=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #955EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EAF is #6AA150. Grayscale: #777777. Windows color (decimal): -6988113 or 11493013. OLE color: 11493013.

HSL color Cylindrical-coordinate representation of color #955EAF: hue angle of 280.74º 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 #955EAF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14994175-
CMYK0.150.4600.31
HSL280.74º33.61%52.75%-
HSV(B)280.74º46.29%68.63%-
XYZ24.1317.4942.66-
YUV119.68159.22148.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=35.65%
G=22.49%
B=41.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149941750.150.4600.31280.7433.6152.75
Hex955EAFF2E01F1192235
Octal22513625717560374314265
Binary100101011011110101011111111101110011111100011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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