#964CB9

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

Shades of Deep Lilac #964CB9

Tints of Deep Lilac #964CB9

Color information

#964CB9 (or 0x964CB9) is unknown color: approx Deep Lilac. HEX triplet: 96, 4C and B9. RGB value is (150,76,185). Sum of RGB (Red+Green+Blue) = 150+76+185=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #964CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CB9 is #69B346. Grayscale: #6E6E6E. Windows color (decimal): -6927175 or 12143766. OLE color: 12143766.

HSL color Cylindrical-coordinate representation of color #964CB9: hue angle of 280.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #964CB9 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15076185-
CMYK0.190.5900.27
HSL280.73º43.78%51.18%-
HSV(B)280.73º58.92%72.55%-
XYZ23.9215.1647.56-
YUV110.55170.02156.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 185 (72.66% from 255) = 45.01%
R=36.50%
G=18.49%
B=45.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150761850.190.5900.27280.7343.7851.18
Hex964CB9133B01B1192c33
Octal22611427123730334315463
Binary1001011010011001011100110011111011011011100011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,185); }

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

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

 a { background-color: rgb(150,76,185); }

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

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

 span { border-color: rgb(150,76,185); }

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