#953EAB

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

Shades of Deep Lilac #953EAB

Tints of Deep Lilac #953EAB

Color information

#953EAB (or 0x953EAB) is unknown color: approx Deep Lilac. HEX triplet: 95, 3E and AB. RGB value is (149,62,171). Sum of RGB (Red+Green+Blue) = 149+62+171=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #953EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953EAB is #6AC154. Grayscale: #646464. Windows color (decimal): -6996309 or 11222677. OLE color: 11222677.

HSL color Cylindrical-coordinate representation of color #953EAB: hue angle of 287.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953EAB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14962171-
CMYK0.130.6400.33
HSL287.89º46.78%45.69%-
HSV(B)287.89º63.74%67.06%-
XYZ21.4712.7839.86-
YUV100.44167.82162.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=39.01%
G=16.23%
B=44.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149621710.130.6400.33287.8946.7845.69
Hex953EABD400211202f2e
Octal22576253151000414405756
Binary1001010111111010101011110110000000100001100100000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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