#964FAA

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

Shades of Deep Lilac #964FAA

Tints of Deep Lilac #964FAA

Color information

#964FAA (or 0x964FAA) is unknown color: approx Deep Lilac. HEX triplet: 96, 4F and AA. RGB value is (150,79,170). Sum of RGB (Red+Green+Blue) = 150+79+170=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #964FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964FAA is #69B055. Grayscale: #6E6E6E. Windows color (decimal): -6926422 or 11161494. OLE color: 11161494.

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

Color convert

RGB15079170-
CMYK0.120.5400.33
HSL286.81º36.55%48.82%-
HSV(B)286.81º53.53%66.67%-
XYZ22.6314.9839.73-
YUV110.6161.52156.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=37.59%
G=19.80%
B=42.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150791700.120.5400.33286.8136.5548.82
Hex964FAAC3602111f2531
Octal22611725214660414374561
Binary1001011010011111010101011001101100100001100011111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,79,170); }

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

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

 a { background-color: rgb(150,79,170); }

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

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

 span { border-color: rgb(150,79,170); }

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