Shades of Dark Purple #911884
Tints of Dark Purple #911884
RGB
CMYK
RGB Variations
Color information
#911884 (or 0x911884) is known color: Dark Purple. HEX triplet: 91, 18 and 84. RGB value is (145,24,132). Sum of RGB (Red+Green+Blue) = 145+24+132=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #911884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911884 is #6EE77B. Grayscale: #484848. Windows color (decimal): -7268220 or 8657041. OLE color: 8657041.
HSL color Cylindrical-coordinate representation of color #911884: hue angle of 306.45º 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 #911884 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 132 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.43 |
| HSL | 306.45º | 0.72% | 0.33% | - |
| HSV(B) | 306.45º | 0.83% | 0.57% | - |
| XYZ | 16.17 | 8.34 | 22.59 | - |
| YUV | 72.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 132 | 0 | 0.83 | 0.09 | 0.43 | 306.45 | 0.72 | 0.33 |
| Hex | 91 | 18 | 84 | 0 | 53 | 9 | 2B | 132 | 48 | 21 |
| Octal | 221 | 30 | 204 | 0 | 123 | 11 | 53 | 462 | 110 | 41 |
| Binary | 10010001 | 11000 | 10000100 | 0 | 1010011 | 1001 | 101011 | 100110010 | 1001000 | 100001 |
Color Harmonies of #911884
Complementary color
Monochromatic Colors of #911884
Black with #911884
Text Example
Text Example
White with #911884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911884; }
p { color: rgb(145,24,132); }
H1.HeaderClassName
{
color: #911884;
}
.AnyTagClassName
{
color: #911884;
}
</style>
background-color css
<style>
a { background-color: #911884; }
a { background-color: rgb(145,24,132); }
div.DivClassName
{
background-color: #911884;
}
.BgClassName
{
background-color: #911884;
}
</style>
border-color css
<style>
span { border-color: #911884; }
span { border-color: rgb(145,24,132); }
td.TdClassName
{
border-color: #911884;
}
.TagClassName
{
border-color: #911884;
}
</style>