#964DC0

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

Shades of Deep Lilac #964DC0

Tints of Deep Lilac #964DC0

Color information

#964DC0 (or 0x964DC0) is unknown color: approx Deep Lilac. HEX triplet: 96, 4D and C0. RGB value is (150,77,192). Sum of RGB (Red+Green+Blue) = 150+77+192=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #964DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DC0 is #69B23F. Grayscale: #6F6F6F. Windows color (decimal): -6926912 or 12602774. OLE color: 12602774.

HSL color Cylindrical-coordinate representation of color #964DC0: hue angle of 278.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964DC0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15077192-
CMYK0.220.6000.25
HSL278.09º47.72%52.75%-
HSV(B)278.09º59.9%75.29%-
XYZ24.7515.651.58-
YUV111.94173.18155.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=35.80%
G=18.38%
B=45.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150771920.220.6000.25278.0947.7252.75
Hex964DC0163C0191163035
Octal22611530026740314266065
Binary1001011010011011100000010110111100011001100010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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