Shades of Dark Purple #962C76
Tints of Dark Purple #962C76
RGB
CMYK
RGB Variations
Color information
#962C76 (or 0x962C76) is known color: Dark Purple. HEX triplet: 96, 2C and 76. RGB value is (150,44,118). Sum of RGB (Red+Green+Blue) = 150+44+118=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #962C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C76 is #69D389. Grayscale: #535353. Windows color (decimal): -6935434 or 7744662. OLE color: 7744662.
HSL color Cylindrical-coordinate representation of color #962C76: hue angle of 318.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C76 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 118 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.41 |
| HSL | 318.11º | 0.55% | 0.38% | - |
| HSV(B) | 318.11º | 0.71% | 0.59% | - |
| XYZ | 16.75 | 9.59 | 18.11 | - |
| YUV | 84.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 118 | 0 | 0.71 | 0.21 | 0.41 | 318.11 | 0.55 | 0.38 |
| Hex | 96 | 2C | 76 | 0 | 47 | 15 | 29 | 13E | 37 | 26 |
| Octal | 226 | 54 | 166 | 0 | 107 | 25 | 51 | 476 | 67 | 46 |
| Binary | 10010110 | 101100 | 1110110 | 0 | 1000111 | 10101 | 101001 | 100111110 | 110111 | 100110 |
Color Harmonies of #962C76
Complementary color
Monochromatic Colors of #962C76
Black with #962C76
Text Example
Text Example
White with #962C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C76; }
p { color: rgb(150,44,118); }
H1.HeaderClassName
{
color: #962C76;
}
.AnyTagClassName
{
color: #962C76;
}
</style>
background-color css
<style>
a { background-color: #962C76; }
a { background-color: rgb(150,44,118); }
div.DivClassName
{
background-color: #962C76;
}
.BgClassName
{
background-color: #962C76;
}
</style>
border-color css
<style>
span { border-color: #962C76; }
span { border-color: rgb(150,44,118); }
td.TdClassName
{
border-color: #962C76;
}
.TagClassName
{
border-color: #962C76;
}
</style>