Shades of Dark Purple #911983
Tints of Dark Purple #911983
RGB
CMYK
RGB Variations
Color information
#911983 (or 0x911983) is known color: Dark Purple. HEX triplet: 91, 19 and 83. RGB value is (145,25,131). Sum of RGB (Red+Green+Blue) = 145+25+131=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #911983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911983 is #6EE67C. Grayscale: #484848. Windows color (decimal): -7267965 or 8591761. OLE color: 8591761.
HSL color Cylindrical-coordinate representation of color #911983: hue angle of 307º degrees, saturation: 0.71, 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 #911983 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 131 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.43 |
| HSL | 307º | 0.71% | 0.33% | - |
| HSV(B) | 307º | 0.83% | 0.57% | - |
| XYZ | 16.12 | 8.35 | 22.24 | - |
| YUV | 72.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 131 | 0 | 0.83 | 0.10 | 0.43 | 307 | 0.71 | 0.33 |
| Hex | 91 | 19 | 83 | 0 | 53 | A | 2B | 133 | 47 | 21 |
| Octal | 221 | 31 | 203 | 0 | 123 | 12 | 53 | 463 | 107 | 41 |
| Binary | 10010001 | 11001 | 10000011 | 0 | 1010011 | 1010 | 101011 | 100110011 | 1000111 | 100001 |
Color Harmonies of #911983
Complementary color
Monochromatic Colors of #911983
Black with #911983
Text Example
Text Example
White with #911983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911983; }
p { color: rgb(145,25,131); }
H1.HeaderClassName
{
color: #911983;
}
.AnyTagClassName
{
color: #911983;
}
</style>
background-color css
<style>
a { background-color: #911983; }
a { background-color: rgb(145,25,131); }
div.DivClassName
{
background-color: #911983;
}
.BgClassName
{
background-color: #911983;
}
</style>
border-color css
<style>
span { border-color: #911983; }
span { border-color: rgb(145,25,131); }
td.TdClassName
{
border-color: #911983;
}
.TagClassName
{
border-color: #911983;
}
</style>