#964DAC

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

Shades of Deep Lilac #964DAC

Tints of Deep Lilac #964DAC

Color information

#964DAC (or 0x964DAC) is unknown color: approx Deep Lilac. HEX triplet: 96, 4D and AC. RGB value is (150,77,172). Sum of RGB (Red+Green+Blue) = 150+77+172=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #964DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964DAC is #69B253. Grayscale: #6D6D6D. Windows color (decimal): -6926932 or 11292054. OLE color: 11292054.

HSL color Cylindrical-coordinate representation of color #964DAC: hue angle of 286.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964DAC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15077172-
CMYK0.130.5500.33
HSL286.11º38.15%48.82%-
HSV(B)286.11º55.23%67.45%-
XYZ22.6814.7740.69-
YUV109.66163.18156.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=37.59%
G=19.30%
B=43.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150771720.130.5500.33286.1138.1548.82
Hex964DACD3702111e2631
Octal22611525415670414364661
Binary1001011010011011010110011011101110100001100011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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