#963A76

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

Shades of Dark Purple #963A76

Tints of Dark Purple #963A76

Color information

#963A76 (or 0x963A76) is unknown color: approx Dark Purple. HEX triplet: 96, 3A and 76. RGB value is (150,58,118). Sum of RGB (Red+Green+Blue) = 150+58+118=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #963A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A76 is #69C589. Grayscale: #5C5C5C. Windows color (decimal): -6931850 or 7748246. OLE color: 7748246.

HSL color Cylindrical-coordinate representation of color #963A76: hue angle of 320.87º 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 #963A76 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15058118-
CMYK00.610.210.41
HSL320.87º44.23%40.78%-
HSV(B)320.87º61.33%58.82%-
XYZ17.3610.8218.31-
YUV92.35142.48169.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=46.01%
G=17.79%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505811800.610.210.41320.8744.2340.78
Hex963A7603D15291412c29
Octal2267216607525515015451
Binary100101101110101110110011110110101101001101000001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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