Shades of Dark Purple #911581
Tints of Dark Purple #911581
RGB
CMYK
RGB Variations
Color information
#911581 (or 0x911581) is known color: Dark Purple. HEX triplet: 91, 15 and 81. RGB value is (145,21,129). Sum of RGB (Red+Green+Blue) = 145+21+129=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #911581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911581 is #6EEA7E. Grayscale: #464646. Windows color (decimal): -7268991 or 8459665. OLE color: 8459665.
HSL color Cylindrical-coordinate representation of color #911581: hue angle of 307.74º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911581 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 129 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.43 |
| HSL | 307.74º | 0.75% | 0.33% | - |
| HSV(B) | 307.74º | 0.86% | 0.57% | - |
| XYZ | 15.91 | 8.14 | 21.5 | - |
| YUV | 70.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 129 | 0 | 0.86 | 0.11 | 0.43 | 307.74 | 0.75 | 0.33 |
| Hex | 91 | 15 | 81 | 0 | 56 | B | 2B | 134 | 4B | 21 |
| Octal | 221 | 25 | 201 | 0 | 126 | 13 | 53 | 464 | 113 | 41 |
| Binary | 10010001 | 10101 | 10000001 | 0 | 1010110 | 1011 | 101011 | 100110100 | 1001011 | 100001 |
Color Harmonies of #911581
Complementary color
Monochromatic Colors of #911581
Black with #911581
Text Example
Text Example
White with #911581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911581; }
p { color: rgb(145,21,129); }
H1.HeaderClassName
{
color: #911581;
}
.AnyTagClassName
{
color: #911581;
}
</style>
background-color css
<style>
a { background-color: #911581; }
a { background-color: rgb(145,21,129); }
div.DivClassName
{
background-color: #911581;
}
.BgClassName
{
background-color: #911581;
}
</style>
border-color css
<style>
span { border-color: #911581; }
span { border-color: rgb(145,21,129); }
td.TdClassName
{
border-color: #911581;
}
.TagClassName
{
border-color: #911581;
}
</style>