#963A82

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

Shades of Dark Purple #963A82

Tints of Dark Purple #963A82

Color information

#963A82 (or 0x963A82) is unknown color: approx Dark Purple. HEX triplet: 96, 3A and 82. RGB value is (150,58,130). Sum of RGB (Red+Green+Blue) = 150+58+130=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #963A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A82 is #69C57D. Grayscale: #5D5D5D. Windows color (decimal): -6931838 or 8534678. OLE color: 8534678.

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

Color convert

RGB15058130-
CMYK00.610.130.41
HSL313.04º44.23%40.78%-
HSV(B)313.04º61.33%58.82%-
XYZ18.1211.1222.31-
YUV93.72148.48168.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=44.38%
G=17.16%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505813000.610.130.41313.0444.2340.78
Hex963A8203DD291392c29
Octal2267220207515514715451
Binary100101101110101000001001111011101101001100111001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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