Shades of Dark Purple #910E78
Tints of Dark Purple #910E78
RGB
CMYK
RGB Variations
Color information
#910E78 (or 0x910E78) is known color: Dark Purple. HEX triplet: 91, 0E and 78. RGB value is (145,14,120). Sum of RGB (Red+Green+Blue) = 145+14+120=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #910E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E78 is #6EF187. Grayscale: #404040. Windows color (decimal): -7270792 or 7868049. OLE color: 7868049.
HSL color Cylindrical-coordinate representation of color #910E78: hue angle of 311.45º 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 #910E78 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 120 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.43 |
| HSL | 311.45º | 0.82% | 0.31% | - |
| HSV(B) | 311.45º | 0.9% | 0.57% | - |
| XYZ | 15.22 | 7.69 | 18.45 | - |
| YUV | 65.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 120 | 0 | 0.90 | 0.17 | 0.43 | 311.45 | 0.82 | 0.31 |
| Hex | 91 | E | 78 | 0 | 5A | 11 | 2B | 137 | 52 | 1F |
| Octal | 221 | 16 | 170 | 0 | 132 | 21 | 53 | 467 | 122 | 37 |
| Binary | 10010001 | 1110 | 1111000 | 0 | 1011010 | 10001 | 101011 | 100110111 | 1010010 | 11111 |
Color Harmonies of #910E78
Complementary color
Monochromatic Colors of #910E78
Black with #910E78
Text Example
Text Example
White with #910E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E78; }
p { color: rgb(145,14,120); }
H1.HeaderClassName
{
color: #910E78;
}
.AnyTagClassName
{
color: #910E78;
}
</style>
background-color css
<style>
a { background-color: #910E78; }
a { background-color: rgb(145,14,120); }
div.DivClassName
{
background-color: #910E78;
}
.BgClassName
{
background-color: #910E78;
}
</style>
border-color css
<style>
span { border-color: #910E78; }
span { border-color: rgb(145,14,120); }
td.TdClassName
{
border-color: #910E78;
}
.TagClassName
{
border-color: #910E78;
}
</style>