Shades of Dark Purple #911182
Tints of Dark Purple #911182
RGB
CMYK
RGB Variations
Color information
#911182 (or 0x911182) is known color: Dark Purple. HEX triplet: 91, 11 and 82. RGB value is (145,17,130). Sum of RGB (Red+Green+Blue) = 145+17+130=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #911182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911182 is #6EEE7D. Grayscale: #434343. Windows color (decimal): -7270014 or 8524177. OLE color: 8524177.
HSL color Cylindrical-coordinate representation of color #911182: hue angle of 307.03º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911182 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 130 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.43 |
| HSL | 307.03º | 0.79% | 0.32% | - |
| HSV(B) | 307.03º | 0.88% | 0.57% | - |
| XYZ | 15.91 | 8.03 | 21.83 | - |
| YUV | 68.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 130 | 0 | 0.88 | 0.10 | 0.43 | 307.03 | 0.79 | 0.32 |
| Hex | 91 | 11 | 82 | 0 | 58 | A | 2B | 133 | 4F | 20 |
| Octal | 221 | 21 | 202 | 0 | 130 | 12 | 53 | 463 | 117 | 40 |
| Binary | 10010001 | 10001 | 10000010 | 0 | 1011000 | 1010 | 101011 | 100110011 | 1001111 | 100000 |
Color Harmonies of #911182
Complementary color
Monochromatic Colors of #911182
Black with #911182
Text Example
Text Example
White with #911182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911182; }
p { color: rgb(145,17,130); }
H1.HeaderClassName
{
color: #911182;
}
.AnyTagClassName
{
color: #911182;
}
</style>
background-color css
<style>
a { background-color: #911182; }
a { background-color: rgb(145,17,130); }
div.DivClassName
{
background-color: #911182;
}
.BgClassName
{
background-color: #911182;
}
</style>
border-color css
<style>
span { border-color: #911182; }
span { border-color: rgb(145,17,130); }
td.TdClassName
{
border-color: #911182;
}
.TagClassName
{
border-color: #911182;
}
</style>