Shades of Dark Purple #912079
Tints of Dark Purple #912079
RGB
CMYK
RGB Variations
Color information
#912079 (or 0x912079) is known color: Dark Purple. HEX triplet: 91, 20 and 79. RGB value is (145,32,121). Sum of RGB (Red+Green+Blue) = 145+32+121=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #912079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912079 is #6EDF86. Grayscale: #4B4B4B. Windows color (decimal): -7266183 or 7938193. OLE color: 7938193.
HSL color Cylindrical-coordinate representation of color #912079: hue angle of 312.74º 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 #912079 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 121 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.43 |
| HSL | 312.74º | 0.64% | 0.35% | - |
| HSV(B) | 312.74º | 0.78% | 0.57% | - |
| XYZ | 15.64 | 8.43 | 18.89 | - |
| YUV | 75.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 121 | 0 | 0.78 | 0.17 | 0.43 | 312.74 | 0.64 | 0.35 |
| Hex | 91 | 20 | 79 | 0 | 4E | 11 | 2B | 139 | 40 | 23 |
| Octal | 221 | 40 | 171 | 0 | 116 | 21 | 53 | 471 | 100 | 43 |
| Binary | 10010001 | 100000 | 1111001 | 0 | 1001110 | 10001 | 101011 | 100111001 | 1000000 | 100011 |
Color Harmonies of #912079
Complementary color
Monochromatic Colors of #912079
Black with #912079
Text Example
Text Example
White with #912079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912079; }
p { color: rgb(145,32,121); }
H1.HeaderClassName
{
color: #912079;
}
.AnyTagClassName
{
color: #912079;
}
</style>
background-color css
<style>
a { background-color: #912079; }
a { background-color: rgb(145,32,121); }
div.DivClassName
{
background-color: #912079;
}
.BgClassName
{
background-color: #912079;
}
</style>
border-color css
<style>
span { border-color: #912079; }
span { border-color: rgb(145,32,121); }
td.TdClassName
{
border-color: #912079;
}
.TagClassName
{
border-color: #912079;
}
</style>