#963AAF

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

Shades of Deep Lilac #963AAF

Tints of Deep Lilac #963AAF

Color information

#963AAF (or 0x963AAF) is unknown color: approx Deep Lilac. HEX triplet: 96, 3A and AF. RGB value is (150,58,175). Sum of RGB (Red+Green+Blue) = 150+58+175=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #963AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAF is #69C550. Grayscale: #626262. Windows color (decimal): -6931793 or 11483798. OLE color: 11483798.

HSL color Cylindrical-coordinate representation of color #963AAF: hue angle of 287.18º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963AAF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15058175-
CMYK0.140.6700.31
HSL287.18º50.21%45.69%-
HSV(B)287.18º66.86%68.63%-
XYZ21.8312.6141.84-
YUV98.85170.98164.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=39.16%
G=15.14%
B=45.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150581750.140.6700.31287.1850.2145.69
Hex963AAFE4301F11f322e
Octal22672257161030374376256
Binary100101101110101010111111101000011011111100011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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