#953DAD

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

Shades of Deep Lilac #953DAD

Tints of Deep Lilac #953DAD

Color information

#953DAD (or 0x953DAD) is unknown color: approx Deep Lilac. HEX triplet: 95, 3D and AD. RGB value is (149,61,173). Sum of RGB (Red+Green+Blue) = 149+61+173=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #953DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DAD is #6AC252. Grayscale: #636363. Windows color (decimal): -6996563 or 11353493. OLE color: 11353493.

HSL color Cylindrical-coordinate representation of color #953DAD: hue angle of 287.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953DAD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14961173-
CMYK0.140.6500.32
HSL287.14º47.86%45.88%-
HSV(B)287.14º64.74%67.84%-
XYZ21.6112.7440.86-
YUV100.08169.15162.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=38.90%
G=15.93%
B=45.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149611730.140.6500.32287.1447.8645.88
Hex953DADE4102011f302e
Octal22575255161010404376056
Binary1001010111110110101101111010000010100000100011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,61,173); }

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

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

 a { background-color: rgb(149,61,173); }

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

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

 span { border-color: rgb(149,61,173); }

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