#964ecf

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

Shades of Deep Lilac #964ECF

Tints of Deep Lilac #964ECF

Color information

#964ECF (or 0x964ECF) is unknown color: approx Deep Lilac. HEX triplet: 96, 4E and CF. RGB value is (150,78,207). Sum of RGB (Red+Green+Blue) = 150+78+207=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #964ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ECF is #69B130. Grayscale: #717171. Windows color (decimal): -6926641 or 13586070. OLE color: 13586070.

HSL color Cylindrical-coordinate representation of color #964ECF: hue angle of 273.49º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964ECF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15078207-
CMYK0.280.6200.19
HSL273.49º57.33%55.88%-
HSV(B)273.49º62.32%81.18%-
XYZ26.5616.4460.8-
YUV114.23180.35153.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=34.48%
G=17.93%
B=47.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150782070.280.6200.19273.4957.3355.88
Hex964ECF1C3E0131113938
Octal22611631734760234217170
Binary1001011010011101100111111100111110010011100010001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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