#963FAF

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

Shades of Deep Lilac #963FAF

Tints of Deep Lilac #963FAF

Color information

#963FAF (or 0x963FAF) is unknown color: approx Deep Lilac. HEX triplet: 96, 3F and AF. RGB value is (150,63,175). Sum of RGB (Red+Green+Blue) = 150+63+175=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #963FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963FAF is #69C050. Grayscale: #656565. Windows color (decimal): -6930513 or 11485078. OLE color: 11485078.

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

Color convert

RGB15063175-
CMYK0.140.6400.31
HSL286.61º47.06%46.67%-
HSV(B)286.61º64%68.63%-
XYZ22.0913.1341.93-
YUV101.78169.32162.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 63 (25% from 255) = 16.24%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=38.66%
G=16.24%
B=45.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150631750.140.6400.31286.6147.0646.67
Hex963FAFE4001F11f2f2f
Octal22677257161000374375757
Binary100101101111111010111111101000000011111100011111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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