#964CB4

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

Shades of Deep Lilac #964CB4

Tints of Deep Lilac #964CB4

Color information

#964CB4 (or 0x964CB4) is unknown color: approx Deep Lilac. HEX triplet: 96, 4C and B4. RGB value is (150,76,180). Sum of RGB (Red+Green+Blue) = 150+76+180=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #964CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CB4 is #69B34B. Grayscale: #6D6D6D. Windows color (decimal): -6927180 or 11816086. OLE color: 11816086.

HSL color Cylindrical-coordinate representation of color #964CB4: hue angle of 282.69º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #964CB4 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15076180-
CMYK0.170.5800.29
HSL282.69º40.94%50.2%-
HSV(B)282.69º57.78%70.59%-
XYZ23.414.9544.83-
YUV109.98167.52156.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=36.95%
G=18.72%
B=44.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150761800.170.5800.29282.6940.9450.2
Hex964CB4113A01D11b2932
Octal22611426421720354335162
Binary1001011010011001011010010001111010011101100011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,180); }

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

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

 a { background-color: rgb(150,76,180); }

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

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

 span { border-color: rgb(150,76,180); }

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