#963CAF

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

Shades of Deep Lilac #963CAF

Tints of Deep Lilac #963CAF

Color information

#963CAF (or 0x963CAF) is unknown color: approx Deep Lilac. HEX triplet: 96, 3C and AF. RGB value is (150,60,175). Sum of RGB (Red+Green+Blue) = 150+60+175=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #963CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963CAF is #69C350. Grayscale: #636363. Windows color (decimal): -6931281 or 11484310. OLE color: 11484310.

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

Color convert

RGB15060175-
CMYK0.140.6600.31
HSL286.96º48.94%46.08%-
HSV(B)286.96º65.71%68.63%-
XYZ21.9312.8141.87-
YUV100.02170.32163.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=38.96%
G=15.58%
B=45.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150601750.140.6600.31286.9648.9446.08
Hex963CAFE4201F11f312e
Octal22674257161020374376156
Binary100101101111001010111111101000010011111100011111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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