Shades of Dark Purple #910F7E
Tints of Dark Purple #910F7E
RGB
CMYK
RGB Variations
Color information
#910F7E (or 0x910F7E) is known color: Dark Purple. HEX triplet: 91, 0F and 7E. RGB value is (145,15,126). Sum of RGB (Red+Green+Blue) = 145+15+126=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #910F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F7E is #6EF081. Grayscale: #424242. Windows color (decimal): -7270530 or 8261521. OLE color: 8261521.
HSL color Cylindrical-coordinate representation of color #910F7E: hue angle of 308.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F7E is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 126 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.43 |
| HSL | 308.77º | 0.81% | 0.31% | - |
| HSV(B) | 308.77º | 0.9% | 0.57% | - |
| XYZ | 15.61 | 7.87 | 20.43 | - |
| YUV | 66.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 126 | 0 | 0.90 | 0.13 | 0.43 | 308.77 | 0.81 | 0.31 |
| Hex | 91 | F | 7E | 0 | 5A | D | 2B | 135 | 51 | 1F |
| Octal | 221 | 17 | 176 | 0 | 132 | 15 | 53 | 465 | 121 | 37 |
| Binary | 10010001 | 1111 | 1111110 | 0 | 1011010 | 1101 | 101011 | 100110101 | 1010001 | 11111 |
Color Harmonies of #910F7E
Complementary color
Monochromatic Colors of #910F7E
Black with #910F7E
Text Example
Text Example
White with #910F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F7E; }
p { color: rgb(145,15,126); }
H1.HeaderClassName
{
color: #910F7E;
}
.AnyTagClassName
{
color: #910F7E;
}
</style>
background-color css
<style>
a { background-color: #910F7E; }
a { background-color: rgb(145,15,126); }
div.DivClassName
{
background-color: #910F7E;
}
.BgClassName
{
background-color: #910F7E;
}
</style>
border-color css
<style>
span { border-color: #910F7E; }
span { border-color: rgb(145,15,126); }
td.TdClassName
{
border-color: #910F7E;
}
.TagClassName
{
border-color: #910F7E;
}
</style>