Shades of Dark Purple #911F83
Tints of Dark Purple #911F83
RGB
CMYK
RGB Variations
Color information
#911F83 (or 0x911F83) is known color: Dark Purple. HEX triplet: 91, 1F and 83. RGB value is (145,31,131). Sum of RGB (Red+Green+Blue) = 145+31+131=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #911F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911F83 is #6EE07C. Grayscale: #4C4C4C. Windows color (decimal): -7266429 or 8593297. OLE color: 8593297.
HSL color Cylindrical-coordinate representation of color #911F83: hue angle of 307.37º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F83 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 131 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.43 |
| HSL | 307.37º | 0.65% | 0.35% | - |
| HSV(B) | 307.37º | 0.79% | 0.57% | - |
| XYZ | 16.26 | 8.64 | 22.28 | - |
| YUV | 76.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 131 | 0 | 0.79 | 0.10 | 0.43 | 307.37 | 0.65 | 0.35 |
| Hex | 91 | 1F | 83 | 0 | 4F | A | 2B | 133 | 41 | 23 |
| Octal | 221 | 37 | 203 | 0 | 117 | 12 | 53 | 463 | 101 | 43 |
| Binary | 10010001 | 11111 | 10000011 | 0 | 1001111 | 1010 | 101011 | 100110011 | 1000001 | 100011 |
Color Harmonies of #911F83
Complementary color
Monochromatic Colors of #911F83
Black with #911F83
Text Example
Text Example
White with #911F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F83; }
p { color: rgb(145,31,131); }
H1.HeaderClassName
{
color: #911F83;
}
.AnyTagClassName
{
color: #911F83;
}
</style>
background-color css
<style>
a { background-color: #911F83; }
a { background-color: rgb(145,31,131); }
div.DivClassName
{
background-color: #911F83;
}
.BgClassName
{
background-color: #911F83;
}
</style>
border-color css
<style>
span { border-color: #911F83; }
span { border-color: rgb(145,31,131); }
td.TdClassName
{
border-color: #911F83;
}
.TagClassName
{
border-color: #911F83;
}
</style>