#964BAD

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

Shades of Deep Lilac #964BAD

Tints of Deep Lilac #964BAD

Color information

#964BAD (or 0x964BAD) is unknown color: approx Deep Lilac. HEX triplet: 96, 4B and AD. RGB value is (150,75,173). Sum of RGB (Red+Green+Blue) = 150+75+173=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #964BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BAD is #69B452. Grayscale: #6C6C6C. Windows color (decimal): -6927443 or 11357078. OLE color: 11357078.

HSL color Cylindrical-coordinate representation of color #964BAD: hue angle of 285.92º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964BAD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15075173-
CMYK0.130.5700.32
HSL285.92º39.52%48.63%-
HSV(B)285.92º56.65%67.84%-
XYZ22.6414.5341.15-
YUV108.6164.35157.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=37.69%
G=18.84%
B=43.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150751730.130.5700.32285.9239.5248.63
Hex964BADD3902011e2831
Octal22611325515710404365061
Binary1001011010010111010110111011110010100000100011110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,75,173); }

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

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

 a { background-color: rgb(150,75,173); }

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

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

 span { border-color: rgb(150,75,173); }

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