Shades of Dark Purple #911881
Tints of Dark Purple #911881
RGB
CMYK
RGB Variations
Color information
#911881 (or 0x911881) is known color: Dark Purple. HEX triplet: 91, 18 and 81. RGB value is (145,24,129). Sum of RGB (Red+Green+Blue) = 145+24+129=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #911881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911881 is #6EE77E. Grayscale: #474747. Windows color (decimal): -7268223 or 8460433. OLE color: 8460433.
HSL color Cylindrical-coordinate representation of color #911881: hue angle of 307.93º 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 #911881 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 129 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.43 |
| HSL | 307.93º | 0.72% | 0.33% | - |
| HSV(B) | 307.93º | 0.83% | 0.57% | - |
| XYZ | 15.97 | 8.26 | 21.52 | - |
| YUV | 72.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 129 | 0 | 0.83 | 0.11 | 0.43 | 307.93 | 0.72 | 0.33 |
| Hex | 91 | 18 | 81 | 0 | 53 | B | 2B | 134 | 48 | 21 |
| Octal | 221 | 30 | 201 | 0 | 123 | 13 | 53 | 464 | 110 | 41 |
| Binary | 10010001 | 11000 | 10000001 | 0 | 1010011 | 1011 | 101011 | 100110100 | 1001000 | 100001 |
Color Harmonies of #911881
Complementary color
Monochromatic Colors of #911881
Black with #911881
Text Example
Text Example
White with #911881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911881; }
p { color: rgb(145,24,129); }
H1.HeaderClassName
{
color: #911881;
}
.AnyTagClassName
{
color: #911881;
}
</style>
background-color css
<style>
a { background-color: #911881; }
a { background-color: rgb(145,24,129); }
div.DivClassName
{
background-color: #911881;
}
.BgClassName
{
background-color: #911881;
}
</style>
border-color css
<style>
span { border-color: #911881; }
span { border-color: rgb(145,24,129); }
td.TdClassName
{
border-color: #911881;
}
.TagClassName
{
border-color: #911881;
}
</style>