Shades of Dark Purple #911883
Tints of Dark Purple #911883
RGB
CMYK
RGB Variations
Color information
#911883 (or 0x911883) is known color: Dark Purple. HEX triplet: 91, 18 and 83. RGB value is (145,24,131). Sum of RGB (Red+Green+Blue) = 145+24+131=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #911883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911883 is #6EE77C. Grayscale: #484848. Windows color (decimal): -7268221 or 8591505. OLE color: 8591505.
HSL color Cylindrical-coordinate representation of color #911883: hue angle of 306.94º 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 #911883 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 131 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.43 |
| HSL | 306.94º | 0.72% | 0.33% | - |
| HSV(B) | 306.94º | 0.83% | 0.57% | - |
| XYZ | 16.1 | 8.31 | 22.23 | - |
| YUV | 72.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 131 | 0 | 0.83 | 0.10 | 0.43 | 306.94 | 0.72 | 0.33 |
| Hex | 91 | 18 | 83 | 0 | 53 | A | 2B | 133 | 48 | 21 |
| Octal | 221 | 30 | 203 | 0 | 123 | 12 | 53 | 463 | 110 | 41 |
| Binary | 10010001 | 11000 | 10000011 | 0 | 1010011 | 1010 | 101011 | 100110011 | 1001000 | 100001 |
Color Harmonies of #911883
Complementary color
Monochromatic Colors of #911883
Black with #911883
Text Example
Text Example
White with #911883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911883; }
p { color: rgb(145,24,131); }
H1.HeaderClassName
{
color: #911883;
}
.AnyTagClassName
{
color: #911883;
}
</style>
background-color css
<style>
a { background-color: #911883; }
a { background-color: rgb(145,24,131); }
div.DivClassName
{
background-color: #911883;
}
.BgClassName
{
background-color: #911883;
}
</style>
border-color css
<style>
span { border-color: #911883; }
span { border-color: rgb(145,24,131); }
td.TdClassName
{
border-color: #911883;
}
.TagClassName
{
border-color: #911883;
}
</style>