#964EAA

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

Shades of Deep Lilac #964EAA

Tints of Deep Lilac #964EAA

Color information

#964EAA (or 0x964EAA) is unknown color: approx Deep Lilac. HEX triplet: 96, 4E and AA. RGB value is (150,78,170). Sum of RGB (Red+Green+Blue) = 150+78+170=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #964EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964EAA is #69B155. Grayscale: #6D6D6D. Windows color (decimal): -6926678 or 11161238. OLE color: 11161238.

HSL color Cylindrical-coordinate representation of color #964EAA: hue angle of 286.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964EAA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15078170-
CMYK0.120.5400.33
HSL286.96º37.1%48.63%-
HSV(B)286.96º54.12%66.67%-
XYZ22.5614.8439.7-
YUV110.02161.85156.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=37.69%
G=19.60%
B=42.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150781700.120.5400.33286.9637.148.63
Hex964EAAC3602111f2531
Octal22611625214660414374561
Binary1001011010011101010101011001101100100001100011111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964EAA; }

 p { color: rgb(150,78,170); }

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

<style>
 a { background-color: #964EAA; }

 a { background-color: rgb(150,78,170); }

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

<style>
 span { border-color: #964EAA; }

 span { border-color: rgb(150,78,170); }

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