Shades of Dark Purple #911889
Tints of Dark Purple #911889
RGB
CMYK
RGB Variations
Color information
#911889 (or 0x911889) is known color: Dark Purple. HEX triplet: 91, 18 and 89. RGB value is (145,24,137). Sum of RGB (Red+Green+Blue) = 145+24+137=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #911889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911889 is #6EE776. Grayscale: #484848. Windows color (decimal): -7268215 or 8984721. OLE color: 8984721.
HSL color Cylindrical-coordinate representation of color #911889: hue angle of 303.97º 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 #911889 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 137 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.43 |
| HSL | 303.97º | 0.72% | 0.33% | - |
| HSV(B) | 303.97º | 0.83% | 0.57% | - |
| XYZ | 16.52 | 8.48 | 24.43 | - |
| YUV | 73.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 137 | 0 | 0.83 | 0.06 | 0.43 | 303.97 | 0.72 | 0.33 |
| Hex | 91 | 18 | 89 | 0 | 53 | 6 | 2B | 130 | 48 | 21 |
| Octal | 221 | 30 | 211 | 0 | 123 | 6 | 53 | 460 | 110 | 41 |
| Binary | 10010001 | 11000 | 10001001 | 0 | 1010011 | 110 | 101011 | 100110000 | 1001000 | 100001 |
Color Harmonies of #911889
Complementary color
Monochromatic Colors of #911889
Black with #911889
Text Example
Text Example
White with #911889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911889; }
p { color: rgb(145,24,137); }
H1.HeaderClassName
{
color: #911889;
}
.AnyTagClassName
{
color: #911889;
}
</style>
background-color css
<style>
a { background-color: #911889; }
a { background-color: rgb(145,24,137); }
div.DivClassName
{
background-color: #911889;
}
.BgClassName
{
background-color: #911889;
}
</style>
border-color css
<style>
span { border-color: #911889; }
span { border-color: rgb(145,24,137); }
td.TdClassName
{
border-color: #911889;
}
.TagClassName
{
border-color: #911889;
}
</style>