#963c84

Color #963C84 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #963C84

Tints of Dark Purple #963C84

Color information

#963C84 (or 0x963C84) is unknown color: approx Dark Purple. HEX triplet: 96, 3C and 84. RGB value is (150,60,132). Sum of RGB (Red+Green+Blue) = 150+60+132=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #963C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963C84 is #69C37B. Grayscale: #5E5E5E. Windows color (decimal): -6931324 or 8666262. OLE color: 8666262.

HSL color Cylindrical-coordinate representation of color #963C84: hue angle of 312º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C84 is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15060132-
CMYK00.60.120.41
HSL312º42.86%41.18%-
HSV(B)312º60%58.82%-
XYZ18.3611.3823.06-
YUV95.12148.82167.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 60 (23.83% from 255) = 17.54%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=43.86%
G=17.54%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506013200.60.120.4131242.8641.18
Hex963C8403CC291382b29
Octal2267420407414514705351
Binary100101101111001000010001111001100101001100111000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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