Shades of Dark Purple #962F76
Tints of Dark Purple #962F76
RGB
CMYK
RGB Variations
Color information
#962F76 (or 0x962F76) is known color: Dark Purple. HEX triplet: 96, 2F and 76. RGB value is (150,47,118). Sum of RGB (Red+Green+Blue) = 150+47+118=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #962F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F76 is #69D089. Grayscale: #555555. Windows color (decimal): -6934666 or 7745430. OLE color: 7745430.
HSL color Cylindrical-coordinate representation of color #962F76: hue angle of 318.64º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F76 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 118 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.41 |
| HSL | 318.64º | 0.52% | 0.39% | - |
| HSV(B) | 318.64º | 0.69% | 0.59% | - |
| XYZ | 16.86 | 9.83 | 18.15 | - |
| YUV | 85.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 118 | 0 | 0.69 | 0.21 | 0.41 | 318.64 | 0.52 | 0.39 |
| Hex | 96 | 2F | 76 | 0 | 45 | 15 | 29 | 13F | 34 | 27 |
| Octal | 226 | 57 | 166 | 0 | 105 | 25 | 51 | 477 | 64 | 47 |
| Binary | 10010110 | 101111 | 1110110 | 0 | 1000101 | 10101 | 101001 | 100111111 | 110100 | 100111 |
Color Harmonies of #962F76
Complementary color
Monochromatic Colors of #962F76
Black with #962F76
Text Example
Text Example
White with #962F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F76; }
p { color: rgb(150,47,118); }
H1.HeaderClassName
{
color: #962F76;
}
.AnyTagClassName
{
color: #962F76;
}
</style>
background-color css
<style>
a { background-color: #962F76; }
a { background-color: rgb(150,47,118); }
div.DivClassName
{
background-color: #962F76;
}
.BgClassName
{
background-color: #962F76;
}
</style>
border-color css
<style>
span { border-color: #962F76; }
span { border-color: rgb(150,47,118); }
td.TdClassName
{
border-color: #962F76;
}
.TagClassName
{
border-color: #962F76;
}
</style>