#963fb6

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

Shades of Deep Lilac #963FB6

Tints of Deep Lilac #963FB6

Color information

#963FB6 (or 0x963FB6) is unknown color: approx Deep Lilac. HEX triplet: 96, 3F and B6. RGB value is (150,63,182). Sum of RGB (Red+Green+Blue) = 150+63+182=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #963FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FB6 is #69C049. Grayscale: #666666. Windows color (decimal): -6930506 or 11943830. OLE color: 11943830.

HSL color Cylindrical-coordinate representation of color #963FB6: hue angle of 283.87º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963FB6 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15063182-
CMYK0.180.6500.29
HSL283.87º48.57%48.04%-
HSV(B)283.87º65.38%71.37%-
XYZ22.813.4245.64-
YUV102.58172.82161.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=37.97%
G=15.95%
B=46.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150631820.180.6500.29283.8748.5748.04
Hex963FB6124101D11c3130
Octal22677266221010354346160
Binary1001011011111110110110100101000001011101100011100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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