Shades of Dark Purple #911781
Tints of Dark Purple #911781
RGB
CMYK
RGB Variations
Color information
#911781 (or 0x911781) is known color: Dark Purple. HEX triplet: 91, 17 and 81. RGB value is (145,23,129). Sum of RGB (Red+Green+Blue) = 145+23+129=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #911781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911781 is #6EE87E. Grayscale: #474747. Windows color (decimal): -7268479 or 8460177. OLE color: 8460177.
HSL color Cylindrical-coordinate representation of color #911781: hue angle of 307.87º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911781 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 129 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.43 |
| HSL | 307.87º | 0.73% | 0.33% | - |
| HSV(B) | 307.87º | 0.84% | 0.57% | - |
| XYZ | 15.95 | 8.22 | 21.51 | - |
| YUV | 71.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 129 | 0 | 0.84 | 0.11 | 0.43 | 307.87 | 0.73 | 0.33 |
| Hex | 91 | 17 | 81 | 0 | 54 | B | 2B | 134 | 49 | 21 |
| Octal | 221 | 27 | 201 | 0 | 124 | 13 | 53 | 464 | 111 | 41 |
| Binary | 10010001 | 10111 | 10000001 | 0 | 1010100 | 1011 | 101011 | 100110100 | 1001001 | 100001 |
Color Harmonies of #911781
Complementary color
Monochromatic Colors of #911781
Black with #911781
Text Example
Text Example
White with #911781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911781; }
p { color: rgb(145,23,129); }
H1.HeaderClassName
{
color: #911781;
}
.AnyTagClassName
{
color: #911781;
}
</style>
background-color css
<style>
a { background-color: #911781; }
a { background-color: rgb(145,23,129); }
div.DivClassName
{
background-color: #911781;
}
.BgClassName
{
background-color: #911781;
}
</style>
border-color css
<style>
span { border-color: #911781; }
span { border-color: rgb(145,23,129); }
td.TdClassName
{
border-color: #911781;
}
.TagClassName
{
border-color: #911781;
}
</style>