#965EAA

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

Shades of Deep Lilac #965EAA

Tints of Deep Lilac #965EAA

Color information

#965EAA (or 0x965EAA) is unknown color: approx Deep Lilac. HEX triplet: 96, 5E and AA. RGB value is (150,94,170). Sum of RGB (Red+Green+Blue) = 150+94+170=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #965EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EAA is #69A155. Grayscale: #777777. Windows color (decimal): -6922582 or 11165334. OLE color: 11165334.

HSL color Cylindrical-coordinate representation of color #965EAA: hue angle of 284.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965EAA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15094170-
CMYK0.120.4500.33
HSL284.21º30.89%51.76%-
HSV(B)284.21º44.71%66.67%-
XYZ23.8417.3940.13-
YUV119.41156.55149.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=36.23%
G=22.71%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150941700.120.4500.33284.2130.8951.76
Hex965EAAC2D02111c1f34
Octal22613625214550414343764
Binary100101101011110101010101100101101010000110001110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965EAA; }

 p { color: rgb(150,94,170); }

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

<style>
 a { background-color: #965EAA; }

 a { background-color: rgb(150,94,170); }

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

<style>
 span { border-color: #965EAA; }

 span { border-color: rgb(150,94,170); }

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