#963CAA

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

Shades of Deep Lilac #963CAA

Tints of Deep Lilac #963CAA

Color information

#963CAA (or 0x963CAA) is unknown color: approx Deep Lilac. HEX triplet: 96, 3C and AA. RGB value is (150,60,170). Sum of RGB (Red+Green+Blue) = 150+60+170=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #963CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963CAA is #69C355. Grayscale: #636363. Windows color (decimal): -6931286 or 11156630. OLE color: 11156630.

HSL color Cylindrical-coordinate representation of color #963CAA: hue angle of 289.09º degrees, saturation: 0.48, 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 #963CAA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15060170-
CMYK0.120.6500.33
HSL289.09º47.83%45.1%-
HSV(B)289.09º64.71%66.67%-
XYZ21.4512.6239.34-
YUV99.45167.82164.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=39.47%
G=15.79%
B=44.74%

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
Decimal150601700.120.6500.33289.0947.8345.1
Hex963CAAC41021121302d
Octal22674252141010414416055
Binary1001011011110010101010110010000010100001100100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,60,170); }

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

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

 a { background-color: rgb(150,60,170); }

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

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

 span { border-color: rgb(150,60,170); }

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