#962976

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

Shades of Dark Purple #962976

Tints of Dark Purple #962976

Color information

#962976 (or 0x962976) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 76. RGB value is (150,41,118). Sum of RGB (Red+Green+Blue) = 150+41+118=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #962976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962976 is #69D689. Grayscale: #525252. Windows color (decimal): -6936202 or 7743894. OLE color: 7743894.

HSL color Cylindrical-coordinate representation of color #962976: hue angle of 317.61º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962976 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15041118-
CMYK00.730.210.41
HSL317.61º57.07%37.45%-
HSV(B)317.61º72.67%58.82%-
XYZ16.649.3818.07-
YUV82.37148.11176.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=48.54%
G=13.27%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504111800.730.210.41317.6157.0737.45
Hex962976049152913e3925
Octal22651166011125514767145
Binary1001011010100111101100100100110101101001100111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962976; }

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

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

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

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

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

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

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

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