Shades of Dark Purple #911789
Tints of Dark Purple #911789
RGB
CMYK
RGB Variations
Color information
#911789 (or 0x911789) is known color: Dark Purple. HEX triplet: 91, 17 and 89. RGB value is (145,23,137). Sum of RGB (Red+Green+Blue) = 145+23+137=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #911789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911789 is #6EE876. Grayscale: #484848. Windows color (decimal): -7268471 or 8984465. OLE color: 8984465.
HSL color Cylindrical-coordinate representation of color #911789: hue angle of 303.93º 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 #911789 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 137 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.43 |
| HSL | 303.93º | 0.73% | 0.33% | - |
| HSV(B) | 303.93º | 0.84% | 0.57% | - |
| XYZ | 16.5 | 8.44 | 24.43 | - |
| YUV | 72.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 137 | 0 | 0.84 | 0.06 | 0.43 | 303.93 | 0.73 | 0.33 |
| Hex | 91 | 17 | 89 | 0 | 54 | 6 | 2B | 130 | 49 | 21 |
| Octal | 221 | 27 | 211 | 0 | 124 | 6 | 53 | 460 | 111 | 41 |
| Binary | 10010001 | 10111 | 10001001 | 0 | 1010100 | 110 | 101011 | 100110000 | 1001001 | 100001 |
Color Harmonies of #911789
Complementary color
Monochromatic Colors of #911789
Black with #911789
Text Example
Text Example
White with #911789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911789; }
p { color: rgb(145,23,137); }
H1.HeaderClassName
{
color: #911789;
}
.AnyTagClassName
{
color: #911789;
}
</style>
background-color css
<style>
a { background-color: #911789; }
a { background-color: rgb(145,23,137); }
div.DivClassName
{
background-color: #911789;
}
.BgClassName
{
background-color: #911789;
}
</style>
border-color css
<style>
span { border-color: #911789; }
span { border-color: rgb(145,23,137); }
td.TdClassName
{
border-color: #911789;
}
.TagClassName
{
border-color: #911789;
}
</style>