#964DB3

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

Shades of Deep Lilac #964DB3

Tints of Deep Lilac #964DB3

Color information

#964DB3 (or 0x964DB3) is unknown color: approx Deep Lilac. HEX triplet: 96, 4D and B3. RGB value is (150,77,179). Sum of RGB (Red+Green+Blue) = 150+77+179=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #964DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DB3 is #69B24C. Grayscale: #6E6E6E. Windows color (decimal): -6926925 or 11750806. OLE color: 11750806.

HSL color Cylindrical-coordinate representation of color #964DB3: hue angle of 282.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964DB3 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15077179-
CMYK0.160.5700.30
HSL282.94º40.16%50.2%-
HSV(B)282.94º56.98%70.2%-
XYZ23.3715.0544.32-
YUV110.46166.68156.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=36.95%
G=18.97%
B=44.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150771790.160.5700.30282.9440.1650.2
Hex964DB3103901E11b2832
Octal22611526320710364335062
Binary1001011010011011011001110000111001011110100011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,77,179); }

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

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

 a { background-color: rgb(150,77,179); }

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

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

 span { border-color: rgb(150,77,179); }

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