Shades of Dark Purple #912076
Tints of Dark Purple #912076
RGB
CMYK
RGB Variations
Color information
#912076 (or 0x912076) is known color: Dark Purple. HEX triplet: 91, 20 and 76. RGB value is (145,32,118). Sum of RGB (Red+Green+Blue) = 145+32+118=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #912076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912076 is #6EDF89. Grayscale: #4B4B4B. Windows color (decimal): -7266186 or 7741585. OLE color: 7741585.
HSL color Cylindrical-coordinate representation of color #912076: hue angle of 314.34º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912076 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 118 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.43 |
| HSL | 314.34º | 0.64% | 0.35% | - |
| HSV(B) | 314.34º | 0.78% | 0.57% | - |
| XYZ | 15.46 | 8.36 | 17.94 | - |
| YUV | 75.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 118 | 0 | 0.78 | 0.19 | 0.43 | 314.34 | 0.64 | 0.35 |
| Hex | 91 | 20 | 76 | 0 | 4E | 13 | 2B | 13A | 40 | 23 |
| Octal | 221 | 40 | 166 | 0 | 116 | 23 | 53 | 472 | 100 | 43 |
| Binary | 10010001 | 100000 | 1110110 | 0 | 1001110 | 10011 | 101011 | 100111010 | 1000000 | 100011 |
Color Harmonies of #912076
Complementary color
Monochromatic Colors of #912076
Black with #912076
Text Example
Text Example
White with #912076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912076; }
p { color: rgb(145,32,118); }
H1.HeaderClassName
{
color: #912076;
}
.AnyTagClassName
{
color: #912076;
}
</style>
background-color css
<style>
a { background-color: #912076; }
a { background-color: rgb(145,32,118); }
div.DivClassName
{
background-color: #912076;
}
.BgClassName
{
background-color: #912076;
}
</style>
border-color css
<style>
span { border-color: #912076; }
span { border-color: rgb(145,32,118); }
td.TdClassName
{
border-color: #912076;
}
.TagClassName
{
border-color: #912076;
}
</style>