#964FBD

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

Shades of Deep Lilac #964FBD

Tints of Deep Lilac #964FBD

Color information

#964FBD (or 0x964FBD) is unknown color: approx Deep Lilac. HEX triplet: 96, 4F and BD. RGB value is (150,79,189). Sum of RGB (Red+Green+Blue) = 150+79+189=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #964FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FBD is #69B042. Grayscale: #707070. Windows color (decimal): -6926403 or 12406678. OLE color: 12406678.

HSL color Cylindrical-coordinate representation of color #964FBD: hue angle of 278.73º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #964FBD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15079189-
CMYK0.210.5800.26
HSL278.73º45.45%52.55%-
HSV(B)278.73º58.2%74.12%-
XYZ24.5615.7549.89-
YUV112.77171.02154.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=35.89%
G=18.90%
B=45.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150791890.210.5800.26278.7345.4552.55
Hex964FBD153A01A1172d35
Octal22611727525720324275565
Binary1001011010011111011110110101111010011010100010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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