Shades of Dark Purple #912979
Tints of Dark Purple #912979
RGB
CMYK
RGB Variations
Color information
#912979 (or 0x912979) is known color: Dark Purple. HEX triplet: 91, 29 and 79. RGB value is (145,41,121). Sum of RGB (Red+Green+Blue) = 145+41+121=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #912979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912979 is #6ED686. Grayscale: #515151. Windows color (decimal): -7263879 or 7940497. OLE color: 7940497.
HSL color Cylindrical-coordinate representation of color #912979: hue angle of 313.85º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912979 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 121 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.43 |
| HSL | 313.85º | 0.56% | 0.36% | - |
| HSV(B) | 313.85º | 0.72% | 0.57% | - |
| XYZ | 15.92 | 8.99 | 18.98 | - |
| YUV | 81.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 121 | 0 | 0.72 | 0.17 | 0.43 | 313.85 | 0.56 | 0.36 |
| Hex | 91 | 29 | 79 | 0 | 48 | 11 | 2B | 13A | 38 | 24 |
| Octal | 221 | 51 | 171 | 0 | 110 | 21 | 53 | 472 | 70 | 44 |
| Binary | 10010001 | 101001 | 1111001 | 0 | 1001000 | 10001 | 101011 | 100111010 | 111000 | 100100 |
Color Harmonies of #912979
Complementary color
Monochromatic Colors of #912979
Black with #912979
Text Example
Text Example
White with #912979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912979; }
p { color: rgb(145,41,121); }
H1.HeaderClassName
{
color: #912979;
}
.AnyTagClassName
{
color: #912979;
}
</style>
background-color css
<style>
a { background-color: #912979; }
a { background-color: rgb(145,41,121); }
div.DivClassName
{
background-color: #912979;
}
.BgClassName
{
background-color: #912979;
}
</style>
border-color css
<style>
span { border-color: #912979; }
span { border-color: rgb(145,41,121); }
td.TdClassName
{
border-color: #912979;
}
.TagClassName
{
border-color: #912979;
}
</style>