Shades of Dark Purple #910C79
Tints of Dark Purple #910C79
RGB
CMYK
RGB Variations
Color information
#910C79 (or 0x910C79) is known color: Dark Purple. HEX triplet: 91, 0C and 79. RGB value is (145,12,121). Sum of RGB (Red+Green+Blue) = 145+12+121=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #910C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910C79 is #6EF386. Grayscale: #3F3F3F. Windows color (decimal): -7271303 or 7933073. OLE color: 7933073.
HSL color Cylindrical-coordinate representation of color #910C79: hue angle of 310.83º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C79 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 121 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.43 |
| HSL | 310.83º | 0.85% | 0.31% | - |
| HSV(B) | 310.83º | 0.92% | 0.57% | - |
| XYZ | 15.26 | 7.66 | 18.76 | - |
| YUV | 64.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 121 | 0 | 0.92 | 0.17 | 0.43 | 310.83 | 0.85 | 0.31 |
| Hex | 91 | C | 79 | 0 | 5C | 11 | 2B | 137 | 55 | 1F |
| Octal | 221 | 14 | 171 | 0 | 134 | 21 | 53 | 467 | 125 | 37 |
| Binary | 10010001 | 1100 | 1111001 | 0 | 1011100 | 10001 | 101011 | 100110111 | 1010101 | 11111 |
Color Harmonies of #910C79
Complementary color
Monochromatic Colors of #910C79
Black with #910C79
Text Example
Text Example
White with #910C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C79; }
p { color: rgb(145,12,121); }
H1.HeaderClassName
{
color: #910C79;
}
.AnyTagClassName
{
color: #910C79;
}
</style>
background-color css
<style>
a { background-color: #910C79; }
a { background-color: rgb(145,12,121); }
div.DivClassName
{
background-color: #910C79;
}
.BgClassName
{
background-color: #910C79;
}
</style>
border-color css
<style>
span { border-color: #910C79; }
span { border-color: rgb(145,12,121); }
td.TdClassName
{
border-color: #910C79;
}
.TagClassName
{
border-color: #910C79;
}
</style>