Shades of Dark Purple #910F7F
Tints of Dark Purple #910F7F
RGB
CMYK
RGB Variations
Color information
#910F7F (or 0x910F7F) is known color: Dark Purple. HEX triplet: 91, 0F and 7F. RGB value is (145,15,127). Sum of RGB (Red+Green+Blue) = 145+15+127=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #910F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F7F is #6EF080. Grayscale: #424242. Windows color (decimal): -7270529 or 8327057. OLE color: 8327057.
HSL color Cylindrical-coordinate representation of color #910F7F: hue angle of 308.31º 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 #910F7F is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 127 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.43 |
| HSL | 308.31º | 0.81% | 0.31% | - |
| HSV(B) | 308.31º | 0.9% | 0.57% | - |
| XYZ | 15.68 | 7.89 | 20.78 | - |
| YUV | 66.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 127 | 0 | 0.90 | 0.12 | 0.43 | 308.31 | 0.81 | 0.31 |
| Hex | 91 | F | 7F | 0 | 5A | C | 2B | 134 | 51 | 1F |
| Octal | 221 | 17 | 177 | 0 | 132 | 14 | 53 | 464 | 121 | 37 |
| Binary | 10010001 | 1111 | 1111111 | 0 | 1011010 | 1100 | 101011 | 100110100 | 1010001 | 11111 |
Color Harmonies of #910F7F
Complementary color
Monochromatic Colors of #910F7F
Black with #910F7F
Text Example
Text Example
White with #910F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F7F; }
p { color: rgb(145,15,127); }
H1.HeaderClassName
{
color: #910F7F;
}
.AnyTagClassName
{
color: #910F7F;
}
</style>
background-color css
<style>
a { background-color: #910F7F; }
a { background-color: rgb(145,15,127); }
div.DivClassName
{
background-color: #910F7F;
}
.BgClassName
{
background-color: #910F7F;
}
</style>
border-color css
<style>
span { border-color: #910F7F; }
span { border-color: rgb(145,15,127); }
td.TdClassName
{
border-color: #910F7F;
}
.TagClassName
{
border-color: #910F7F;
}
</style>