Shades of Dark Purple #910F78
Tints of Dark Purple #910F78
RGB
CMYK
RGB Variations
Color information
#910F78 (or 0x910F78) is known color: Dark Purple. HEX triplet: 91, 0F and 78. RGB value is (145,15,120). Sum of RGB (Red+Green+Blue) = 145+15+120=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #910F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F78 is #6EF087. Grayscale: #414141. Windows color (decimal): -7270536 or 7868305. OLE color: 7868305.
HSL color Cylindrical-coordinate representation of color #910F78: hue angle of 311.54º 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 #910F78 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 120 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.43 |
| HSL | 311.54º | 0.81% | 0.31% | - |
| HSV(B) | 311.54º | 0.9% | 0.57% | - |
| XYZ | 15.24 | 7.72 | 18.46 | - |
| YUV | 65.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 120 | 0 | 0.90 | 0.17 | 0.43 | 311.54 | 0.81 | 0.31 |
| Hex | 91 | F | 78 | 0 | 5A | 11 | 2B | 138 | 51 | 1F |
| Octal | 221 | 17 | 170 | 0 | 132 | 21 | 53 | 470 | 121 | 37 |
| Binary | 10010001 | 1111 | 1111000 | 0 | 1011010 | 10001 | 101011 | 100111000 | 1010001 | 11111 |
Color Harmonies of #910F78
Complementary color
Monochromatic Colors of #910F78
Black with #910F78
Text Example
Text Example
White with #910F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F78; }
p { color: rgb(145,15,120); }
H1.HeaderClassName
{
color: #910F78;
}
.AnyTagClassName
{
color: #910F78;
}
</style>
background-color css
<style>
a { background-color: #910F78; }
a { background-color: rgb(145,15,120); }
div.DivClassName
{
background-color: #910F78;
}
.BgClassName
{
background-color: #910F78;
}
</style>
border-color css
<style>
span { border-color: #910F78; }
span { border-color: rgb(145,15,120); }
td.TdClassName
{
border-color: #910F78;
}
.TagClassName
{
border-color: #910F78;
}
</style>