#965EAB

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

Shades of Deep Lilac #965EAB

Tints of Deep Lilac #965EAB

Color information

#965EAB (or 0x965EAB) is unknown color: approx Deep Lilac. HEX triplet: 96, 5E and AB. RGB value is (150,94,171). Sum of RGB (Red+Green+Blue) = 150+94+171=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #965EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EAB is #69A154. Grayscale: #777777. Windows color (decimal): -6922581 or 11230870. OLE color: 11230870.

HSL color Cylindrical-coordinate representation of color #965EAB: hue angle of 283.64º 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 #965EAB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15094171-
CMYK0.120.4500.33
HSL283.64º31.43%51.96%-
HSV(B)283.64º45.03%67.06%-
XYZ23.9317.4340.63-
YUV119.52157.05149.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=36.14%
G=22.65%
B=41.20%

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
Decimal150941710.120.4500.33283.6431.4351.96
Hex965EABC2D02111c1f34
Octal22613625314550414343764
Binary100101101011110101010111100101101010000110001110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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