#964EBE

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

Shades of Deep Lilac #964EBE

Tints of Deep Lilac #964EBE

Color information

#964EBE (or 0x964EBE) is unknown color: approx Deep Lilac. HEX triplet: 96, 4E and BE. RGB value is (150,78,190). Sum of RGB (Red+Green+Blue) = 150+78+190=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #964EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EBE is #69B141. Grayscale: #6F6F6F. Windows color (decimal): -6926658 or 12471958. OLE color: 12471958.

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

Color convert

RGB15078190-
CMYK0.210.5900.25
HSL278.57º46.28%52.55%-
HSV(B)278.57º58.95%74.51%-
XYZ24.615.6550.44-
YUV112.3171.85154.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=35.89%
G=18.66%
B=45.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150781900.210.5900.25278.5746.2852.55
Hex964EBE153B0191172e35
Octal22611627625730314275665
Binary1001011010011101011111010101111011011001100010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,78,190); }

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

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

 a { background-color: rgb(150,78,190); }

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

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

 span { border-color: rgb(150,78,190); }

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