#963AAB

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

Shades of Deep Lilac #963AAB

Tints of Deep Lilac #963AAB

Color information

#963AAB (or 0x963AAB) is unknown color: approx Deep Lilac. HEX triplet: 96, 3A and AB. RGB value is (150,58,171). Sum of RGB (Red+Green+Blue) = 150+58+171=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #963AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAB is #69C554. Grayscale: #626262. Windows color (decimal): -6931797 or 11221654. OLE color: 11221654.

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

Color convert

RGB15058171-
CMYK0.120.6600.33
HSL288.85º49.34%44.9%-
HSV(B)288.85º66.08%67.06%-
XYZ21.4412.4539.8-
YUV98.39168.98164.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=39.58%
G=15.30%
B=45.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150581710.120.6600.33288.8549.3444.9
Hex963AABC42021121312d
Octal22672253141020414416155
Binary1001011011101010101011110010000100100001100100001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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