Shades of Dark Purple #962476
Tints of Dark Purple #962476
RGB
CMYK
RGB Variations
Color information
#962476 (or 0x962476) is known color: Dark Purple. HEX triplet: 96, 24 and 76. RGB value is (150,36,118). Sum of RGB (Red+Green+Blue) = 150+36+118=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962476 is #69DB89. Grayscale: #4F4F4F. Windows color (decimal): -6937482 or 7742614. OLE color: 7742614.
HSL color Cylindrical-coordinate representation of color #962476: hue angle of 316.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962476 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 118 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.41 |
| HSL | 316.84º | 0.61% | 0.36% | - |
| HSV(B) | 316.84º | 0.76% | 0.59% | - |
| XYZ | 16.48 | 9.05 | 18.02 | - |
| YUV | 79.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 118 | 0 | 0.76 | 0.21 | 0.41 | 316.84 | 0.61 | 0.36 |
| Hex | 96 | 24 | 76 | 0 | 4C | 15 | 29 | 13D | 3D | 24 |
| Octal | 226 | 44 | 166 | 0 | 114 | 25 | 51 | 475 | 75 | 44 |
| Binary | 10010110 | 100100 | 1110110 | 0 | 1001100 | 10101 | 101001 | 100111101 | 111101 | 100100 |
Color Harmonies of #962476
Complementary color
Monochromatic Colors of #962476
Black with #962476
Text Example
Text Example
White with #962476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962476; }
p { color: rgb(150,36,118); }
H1.HeaderClassName
{
color: #962476;
}
.AnyTagClassName
{
color: #962476;
}
</style>
background-color css
<style>
a { background-color: #962476; }
a { background-color: rgb(150,36,118); }
div.DivClassName
{
background-color: #962476;
}
.BgClassName
{
background-color: #962476;
}
</style>
border-color css
<style>
span { border-color: #962476; }
span { border-color: rgb(150,36,118); }
td.TdClassName
{
border-color: #962476;
}
.TagClassName
{
border-color: #962476;
}
</style>