#964EAD

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

Shades of Deep Lilac #964EAD

Tints of Deep Lilac #964EAD

Color information

#964EAD (or 0x964EAD) is unknown color: approx Deep Lilac. HEX triplet: 96, 4E and AD. RGB value is (150,78,173). Sum of RGB (Red+Green+Blue) = 150+78+173=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #964EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964EAD is #69B152. Grayscale: #6E6E6E. Windows color (decimal): -6926675 or 11357846. OLE color: 11357846.

HSL color Cylindrical-coordinate representation of color #964EAD: hue angle of 285.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964EAD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15078173-
CMYK0.130.5500.32
HSL285.47º37.85%49.22%-
HSV(B)285.47º54.91%67.84%-
XYZ22.8414.9541.22-
YUV110.36163.35156.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 78 (30.86% from 255) = 19.45%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=37.41%
G=19.45%
B=43.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150781730.130.5500.32285.4737.8549.22
Hex964EADD3702011d2631
Octal22611625515670404354661
Binary1001011010011101010110111011101110100000100011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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