Shades of Dark Purple #911078
Tints of Dark Purple #911078
RGB
CMYK
RGB Variations
Color information
#911078 (or 0x911078) is known color: Dark Purple. HEX triplet: 91, 10 and 78. RGB value is (145,16,120). Sum of RGB (Red+Green+Blue) = 145+16+120=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #911078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911078 is #6EEF87. Grayscale: #424242. Windows color (decimal): -7270280 or 7868561. OLE color: 7868561.
HSL color Cylindrical-coordinate representation of color #911078: hue angle of 311.63º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911078 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 120 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.43 |
| HSL | 311.63º | 0.8% | 0.32% | - |
| HSV(B) | 311.63º | 0.89% | 0.57% | - |
| XYZ | 15.25 | 7.75 | 18.46 | - |
| YUV | 66.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 120 | 0 | 0.89 | 0.17 | 0.43 | 311.63 | 0.8 | 0.32 |
| Hex | 91 | 10 | 78 | 0 | 59 | 11 | 2B | 138 | 50 | 20 |
| Octal | 221 | 20 | 170 | 0 | 131 | 21 | 53 | 470 | 120 | 40 |
| Binary | 10010001 | 10000 | 1111000 | 0 | 1011001 | 10001 | 101011 | 100111000 | 1010000 | 100000 |
Color Harmonies of #911078
Complementary color
Monochromatic Colors of #911078
Black with #911078
Text Example
Text Example
White with #911078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911078; }
p { color: rgb(145,16,120); }
H1.HeaderClassName
{
color: #911078;
}
.AnyTagClassName
{
color: #911078;
}
</style>
background-color css
<style>
a { background-color: #911078; }
a { background-color: rgb(145,16,120); }
div.DivClassName
{
background-color: #911078;
}
.BgClassName
{
background-color: #911078;
}
</style>
border-color css
<style>
span { border-color: #911078; }
span { border-color: rgb(145,16,120); }
td.TdClassName
{
border-color: #911078;
}
.TagClassName
{
border-color: #911078;
}
</style>