#964DBF

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

Shades of Deep Lilac #964DBF

Tints of Deep Lilac #964DBF

Color information

#964DBF (or 0x964DBF) is unknown color: approx Deep Lilac. HEX triplet: 96, 4D and BF. RGB value is (150,77,191). Sum of RGB (Red+Green+Blue) = 150+77+191=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #964DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DBF is #69B240. Grayscale: #6F6F6F. Windows color (decimal): -6926913 or 12537238. OLE color: 12537238.

HSL color Cylindrical-coordinate representation of color #964DBF: hue angle of 278.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964DBF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15077191-
CMYK0.210.6000.25
HSL278.42º47.11%52.55%-
HSV(B)278.42º59.69%74.9%-
XYZ24.6415.5550.99-
YUV111.82172.68155.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 191 (75% from 255) = 45.69%
R=35.89%
G=18.42%
B=45.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150771910.210.6000.25278.4247.1152.55
Hex964DBF153C0191162f35
Octal22611527725740314265765
Binary1001011010011011011111110101111100011001100010110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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