#964DCA

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

Shades of Deep Lilac #964DCA

Tints of Deep Lilac #964DCA

Color information

#964DCA (or 0x964DCA) is unknown color: approx Deep Lilac. HEX triplet: 96, 4D and CA. RGB value is (150,77,202). Sum of RGB (Red+Green+Blue) = 150+77+202=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #964DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DCA is #69B235. Grayscale: #707070. Windows color (decimal): -6926902 or 13258134. OLE color: 13258134.

HSL color Cylindrical-coordinate representation of color #964DCA: hue angle of 275.04º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964DCA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15077202-
CMYK0.260.6200.21
HSL275.04º54.11%54.71%-
HSV(B)275.04º61.88%79.22%-
XYZ25.8916.0657.61-
YUV113.08178.18154.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=34.97%
G=17.95%
B=47.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150772020.260.6200.21275.0454.1154.71
Hex964DCA1A3E0151133637
Octal22611531232760254236667
Binary1001011010011011100101011010111110010101100010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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