Shades of Dark Purple #910E7F
Tints of Dark Purple #910E7F
RGB
CMYK
RGB Variations
Color information
#910E7F (or 0x910E7F) is known color: Dark Purple. HEX triplet: 91, 0E and 7F. RGB value is (145,14,127). Sum of RGB (Red+Green+Blue) = 145+14+127=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #910E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E7F is #6EF180. Grayscale: #414141. Windows color (decimal): -7270785 or 8326801. OLE color: 8326801.
HSL color Cylindrical-coordinate representation of color #910E7F: hue angle of 308.24º degrees, saturation: 0.82, 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 #910E7F is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 127 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.43 |
| HSL | 308.24º | 0.82% | 0.31% | - |
| HSV(B) | 308.24º | 0.9% | 0.57% | - |
| XYZ | 15.66 | 7.87 | 20.77 | - |
| YUV | 66.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 127 | 0 | 0.90 | 0.12 | 0.43 | 308.24 | 0.82 | 0.31 |
| Hex | 91 | E | 7F | 0 | 5A | C | 2B | 134 | 52 | 1F |
| Octal | 221 | 16 | 177 | 0 | 132 | 14 | 53 | 464 | 122 | 37 |
| Binary | 10010001 | 1110 | 1111111 | 0 | 1011010 | 1100 | 101011 | 100110100 | 1010010 | 11111 |
Color Harmonies of #910E7F
Complementary color
Monochromatic Colors of #910E7F
Black with #910E7F
Text Example
Text Example
White with #910E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E7F; }
p { color: rgb(145,14,127); }
H1.HeaderClassName
{
color: #910E7F;
}
.AnyTagClassName
{
color: #910E7F;
}
</style>
background-color css
<style>
a { background-color: #910E7F; }
a { background-color: rgb(145,14,127); }
div.DivClassName
{
background-color: #910E7F;
}
.BgClassName
{
background-color: #910E7F;
}
</style>
border-color css
<style>
span { border-color: #910E7F; }
span { border-color: rgb(145,14,127); }
td.TdClassName
{
border-color: #910E7F;
}
.TagClassName
{
border-color: #910E7F;
}
</style>