#965EAC

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

Shades of Deep Lilac #965EAC

Tints of Deep Lilac #965EAC

Color information

#965EAC (or 0x965EAC) is unknown color: approx Deep Lilac. HEX triplet: 96, 5E and AC. RGB value is (150,94,172). Sum of RGB (Red+Green+Blue) = 150+94+172=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #965EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EAC is #69A153. Grayscale: #777777. Windows color (decimal): -6922580 or 11296406. OLE color: 11296406.

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

Color convert

RGB15094172-
CMYK0.130.4500.33
HSL283.08º31.97%52.16%-
HSV(B)283.08º45.35%67.45%-
XYZ24.0317.4741.14-
YUV119.64157.55149.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=36.06%
G=22.60%
B=41.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150941720.130.4500.33283.0831.9752.16
Hex965EACD2D02111b2034
Octal22613625415550414334064
Binary1001011010111101010110011011011010100001100011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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