Shades of Dark Purple #961276
Tints of Dark Purple #961276
RGB
CMYK
RGB Variations
Color information
#961276 (or 0x961276) is known color: Dark Purple. HEX triplet: 96, 12 and 76. RGB value is (150,18,118). Sum of RGB (Red+Green+Blue) = 150+18+118=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961276 is #69ED89. Grayscale: #444444. Windows color (decimal): -6942090 or 7738006. OLE color: 7738006.
HSL color Cylindrical-coordinate representation of color #961276: hue angle of 314.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961276 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 118 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.41 |
| HSL | 314.55º | 0.79% | 0.33% | - |
| HSV(B) | 314.55º | 0.88% | 0.59% | - |
| XYZ | 16.06 | 8.22 | 17.88 | - |
| YUV | 68.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 118 | 0 | 0.88 | 0.21 | 0.41 | 314.55 | 0.79 | 0.33 |
| Hex | 96 | 12 | 76 | 0 | 58 | 15 | 29 | 13B | 4F | 21 |
| Octal | 226 | 22 | 166 | 0 | 130 | 25 | 51 | 473 | 117 | 41 |
| Binary | 10010110 | 10010 | 1110110 | 0 | 1011000 | 10101 | 101001 | 100111011 | 1001111 | 100001 |
Color Harmonies of #961276
Complementary color
Monochromatic Colors of #961276
Black with #961276
Text Example
Text Example
White with #961276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961276; }
p { color: rgb(150,18,118); }
H1.HeaderClassName
{
color: #961276;
}
.AnyTagClassName
{
color: #961276;
}
</style>
background-color css
<style>
a { background-color: #961276; }
a { background-color: rgb(150,18,118); }
div.DivClassName
{
background-color: #961276;
}
.BgClassName
{
background-color: #961276;
}
</style>
border-color css
<style>
span { border-color: #961276; }
span { border-color: rgb(150,18,118); }
td.TdClassName
{
border-color: #961276;
}
.TagClassName
{
border-color: #961276;
}
</style>