#964ABA

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

Shades of Deep Lilac #964ABA

Tints of Deep Lilac #964ABA

Color information

#964ABA (or 0x964ABA) is unknown color: approx Deep Lilac. HEX triplet: 96, 4A and BA. RGB value is (150,74,186). Sum of RGB (Red+Green+Blue) = 150+74+186=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #964ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ABA is #69B545. Grayscale: #6D6D6D. Windows color (decimal): -6927686 or 12208790. OLE color: 12208790.

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

Color convert

RGB15074186-
CMYK0.190.6000.27
HSL280.71º44.8%50.98%-
HSV(B)280.71º60.22%72.94%-
XYZ23.8914.9348.08-
YUV109.49171.18156.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=36.59%
G=18.05%
B=45.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150741860.190.6000.27280.7144.850.98
Hex964ABA133C01B1192d33
Octal22611227223740334315563
Binary1001011010010101011101010011111100011011100011001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,74,186); }

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

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

 a { background-color: rgb(150,74,186); }

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

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

 span { border-color: rgb(150,74,186); }

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