#963EAB

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

Shades of Deep Lilac #963EAB

Tints of Deep Lilac #963EAB

Color information

#963EAB (or 0x963EAB) is unknown color: approx Deep Lilac. HEX triplet: 96, 3E and AB. RGB value is (150,62,171). Sum of RGB (Red+Green+Blue) = 150+62+171=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #963EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963EAB is #69C154. Grayscale: #646464. Windows color (decimal): -6930773 or 11222678. OLE color: 11222678.

HSL color Cylindrical-coordinate representation of color #963EAB: hue angle of 288.44º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963EAB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15062171-
CMYK0.120.6400.33
HSL288.44º46.78%45.69%-
HSV(B)288.44º63.74%67.06%-
XYZ21.6512.8739.87-
YUV100.74167.65163.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=39.16%
G=16.19%
B=44.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150621710.120.6400.33288.4446.7845.69
Hex963EABC400211202f2e
Octal22676253141000414405756
Binary1001011011111010101011110010000000100001100100000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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