Shades of Dark Purple #910979
Tints of Dark Purple #910979
RGB
CMYK
RGB Variations
Color information
#910979 (or 0x910979) is known color: Dark Purple. HEX triplet: 91, 09 and 79. RGB value is (145,9,121). Sum of RGB (Red+Green+Blue) = 145+9+121=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #910979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910979 is #6EF686. Grayscale: #3E3E3E. Windows color (decimal): -7272071 or 7932305. OLE color: 7932305.
HSL color Cylindrical-coordinate representation of color #910979: hue angle of 310.59º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910979 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 121 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.43 |
| HSL | 310.59º | 0.88% | 0.3% | - |
| HSV(B) | 310.59º | 0.94% | 0.57% | - |
| XYZ | 15.23 | 7.6 | 18.75 | - |
| YUV | 62.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 121 | 0 | 0.94 | 0.17 | 0.43 | 310.59 | 0.88 | 0.3 |
| Hex | 91 | 9 | 79 | 0 | 5E | 11 | 2B | 137 | 58 | 1E |
| Octal | 221 | 11 | 171 | 0 | 136 | 21 | 53 | 467 | 130 | 36 |
| Binary | 10010001 | 1001 | 1111001 | 0 | 1011110 | 10001 | 101011 | 100110111 | 1011000 | 11110 |
Color Harmonies of #910979
Complementary color
Monochromatic Colors of #910979
Black with #910979
Text Example
Text Example
White with #910979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910979; }
p { color: rgb(145,9,121); }
H1.HeaderClassName
{
color: #910979;
}
.AnyTagClassName
{
color: #910979;
}
</style>
background-color css
<style>
a { background-color: #910979; }
a { background-color: rgb(145,9,121); }
div.DivClassName
{
background-color: #910979;
}
.BgClassName
{
background-color: #910979;
}
</style>
border-color css
<style>
span { border-color: #910979; }
span { border-color: rgb(145,9,121); }
td.TdClassName
{
border-color: #910979;
}
.TagClassName
{
border-color: #910979;
}
</style>