#953CAE

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

Shades of Deep Lilac #953CAE

Tints of Deep Lilac #953CAE

Color information

#953CAE (or 0x953CAE) is unknown color: approx Deep Lilac. HEX triplet: 95, 3C and AE. RGB value is (149,60,174). Sum of RGB (Red+Green+Blue) = 149+60+174=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #953CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953CAE is #6AC351. Grayscale: #636363. Windows color (decimal): -6996818 or 11418773. OLE color: 11418773.

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

Color convert

RGB14960174-
CMYK0.140.6600.32
HSL286.84º48.72%45.88%-
HSV(B)286.84º65.52%68.24%-
XYZ21.6512.6841.35-
YUV99.61169.99163.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 60 (23.83% from 255) = 15.67%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=38.90%
G=15.67%
B=45.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149601740.140.6600.32286.8448.7245.88
Hex953CAEE4202011f312e
Octal22574256161020404376156
Binary1001010111110010101110111010000100100000100011111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,60,174); }

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

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

 a { background-color: rgb(149,60,174); }

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

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

 span { border-color: rgb(149,60,174); }

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