Shades of Dark Purple #910F77
Tints of Dark Purple #910F77
RGB
CMYK
RGB Variations
Color information
#910F77 (or 0x910F77) is known color: Dark Purple. HEX triplet: 91, 0F and 77. RGB value is (145,15,119). Sum of RGB (Red+Green+Blue) = 145+15+119=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #910F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F77 is #6EF088. Grayscale: #414141. Windows color (decimal): -7270537 or 7802769. OLE color: 7802769.
HSL color Cylindrical-coordinate representation of color #910F77: hue angle of 312º 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 #910F77 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 119 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.43 |
| HSL | 312º | 0.81% | 0.31% | - |
| HSV(B) | 312º | 0.9% | 0.57% | - |
| XYZ | 15.18 | 7.69 | 18.14 | - |
| YUV | 65.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 119 | 0 | 0.90 | 0.18 | 0.43 | 312 | 0.81 | 0.31 |
| Hex | 91 | F | 77 | 0 | 5A | 12 | 2B | 138 | 51 | 1F |
| Octal | 221 | 17 | 167 | 0 | 132 | 22 | 53 | 470 | 121 | 37 |
| Binary | 10010001 | 1111 | 1110111 | 0 | 1011010 | 10010 | 101011 | 100111000 | 1010001 | 11111 |
Color Harmonies of #910F77
Complementary color
Monochromatic Colors of #910F77
Black with #910F77
Text Example
Text Example
White with #910F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F77; }
p { color: rgb(145,15,119); }
H1.HeaderClassName
{
color: #910F77;
}
.AnyTagClassName
{
color: #910F77;
}
</style>
background-color css
<style>
a { background-color: #910F77; }
a { background-color: rgb(145,15,119); }
div.DivClassName
{
background-color: #910F77;
}
.BgClassName
{
background-color: #910F77;
}
</style>
border-color css
<style>
span { border-color: #910F77; }
span { border-color: rgb(145,15,119); }
td.TdClassName
{
border-color: #910F77;
}
.TagClassName
{
border-color: #910F77;
}
</style>