#964EB6

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

Shades of Deep Lilac #964EB6

Tints of Deep Lilac #964EB6

Color information

#964EB6 (or 0x964EB6) is unknown color: approx Deep Lilac. HEX triplet: 96, 4E and B6. RGB value is (150,78,182). Sum of RGB (Red+Green+Blue) = 150+78+182=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #964EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EB6 is #69B149. Grayscale: #6F6F6F. Windows color (decimal): -6926666 or 11947670. OLE color: 11947670.

HSL color Cylindrical-coordinate representation of color #964EB6: hue angle of 281.54º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964EB6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15078182-
CMYK0.180.5700.29
HSL281.54º41.6%50.98%-
HSV(B)281.54º57.14%71.37%-
XYZ23.7515.3145.96-
YUV111.38167.85155.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 78 (30.86% from 255) = 19.02%
BLUE value IS 182 (71.48% from 255) = 44.39%
R=36.59%
G=19.02%
B=44.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150781820.180.5700.29281.5441.650.98
Hex964EB6123901D11a2a33
Octal22611626622710354325263
Binary1001011010011101011011010010111001011101100011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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