Shades of Dark Purple #911880
Tints of Dark Purple #911880
RGB
CMYK
RGB Variations
Color information
#911880 (or 0x911880) is known color: Dark Purple. HEX triplet: 91, 18 and 80. RGB value is (145,24,128). Sum of RGB (Red+Green+Blue) = 145+24+128=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #911880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911880 is #6EE77F. Grayscale: #474747. Windows color (decimal): -7268224 or 8394897. OLE color: 8394897.
HSL color Cylindrical-coordinate representation of color #911880: hue angle of 308.43º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911880 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 128 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.43 |
| HSL | 308.43º | 0.72% | 0.33% | - |
| HSV(B) | 308.43º | 0.83% | 0.57% | - |
| XYZ | 15.9 | 8.23 | 21.17 | - |
| YUV | 72.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 128 | 0 | 0.83 | 0.12 | 0.43 | 308.43 | 0.72 | 0.33 |
| Hex | 91 | 18 | 80 | 0 | 53 | C | 2B | 134 | 48 | 21 |
| Octal | 221 | 30 | 200 | 0 | 123 | 14 | 53 | 464 | 110 | 41 |
| Binary | 10010001 | 11000 | 10000000 | 0 | 1010011 | 1100 | 101011 | 100110100 | 1001000 | 100001 |
Color Harmonies of #911880
Complementary color
Monochromatic Colors of #911880
Black with #911880
Text Example
Text Example
White with #911880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911880; }
p { color: rgb(145,24,128); }
H1.HeaderClassName
{
color: #911880;
}
.AnyTagClassName
{
color: #911880;
}
</style>
background-color css
<style>
a { background-color: #911880; }
a { background-color: rgb(145,24,128); }
div.DivClassName
{
background-color: #911880;
}
.BgClassName
{
background-color: #911880;
}
</style>
border-color css
<style>
span { border-color: #911880; }
span { border-color: rgb(145,24,128); }
td.TdClassName
{
border-color: #911880;
}
.TagClassName
{
border-color: #911880;
}
</style>