#963FA9

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

Shades of Deep Lilac #963FA9

Tints of Deep Lilac #963FA9

Color information

#963FA9 (or 0x963FA9) is unknown color: approx Deep Lilac. HEX triplet: 96, 3F and A9. RGB value is (150,63,169). Sum of RGB (Red+Green+Blue) = 150+63+169=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 169 - color contains mainly: blue. Hex color #963FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963FA9 is #69C056. Grayscale: #646464. Windows color (decimal): -6930519 or 11091862. OLE color: 11091862.

HSL color Cylindrical-coordinate representation of color #963FA9: hue angle of 289.25º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963FA9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15063169-
CMYK0.110.6300.34
HSL289.25º45.69%45.49%-
HSV(B)289.25º62.72%66.27%-
XYZ21.5212.938.89-
YUV101.1166.32162.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 169 (66.41% from 255) = 44.24%
R=39.27%
G=16.49%
B=44.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150631690.110.6300.34289.2545.6945.49
Hex963FA9B3F0221212e2d
Octal2267725113770424415655
Binary100101101111111010100110111111110100010100100001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,63,169); }

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

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

 a { background-color: rgb(150,63,169); }

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

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

 span { border-color: rgb(150,63,169); }

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