#963BAB

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

Shades of Deep Lilac #963BAB

Tints of Deep Lilac #963BAB

Color information

#963BAB (or 0x963BAB) is unknown color: approx Deep Lilac. HEX triplet: 96, 3B and AB. RGB value is (150,59,171). Sum of RGB (Red+Green+Blue) = 150+59+171=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #963BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BAB is #69C454. Grayscale: #626262. Windows color (decimal): -6931541 or 11221910. OLE color: 11221910.

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

Color convert

RGB15059171-
CMYK0.120.6500.33
HSL288.75º48.7%45.1%-
HSV(B)288.75º65.5%67.06%-
XYZ21.4912.5539.82-
YUV98.98168.65164.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 171 (67.19% from 255) = 45%
R=39.47%
G=15.53%
B=45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150591710.120.6500.33288.7548.745.1
Hex963BABC41021121312d
Octal22673253141010414416155
Binary1001011011101110101011110010000010100001100100001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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