Shades of Dark Purple #91198B
Tints of Dark Purple #91198B
RGB
CMYK
RGB Variations
Color information
#91198B (or 0x91198B) is known color: Dark Purple. HEX triplet: 91, 19 and 8B. RGB value is (145,25,139). Sum of RGB (Red+Green+Blue) = 145+25+139=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91198B is #6EE674. Grayscale: #494949. Windows color (decimal): -7267957 or 9116049. OLE color: 9116049.
HSL color Cylindrical-coordinate representation of color #91198B: hue angle of 303º 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 #91198B is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 139 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.43 |
| HSL | 303º | 0.71% | 0.33% | - |
| HSV(B) | 303º | 0.83% | 0.57% | - |
| XYZ | 16.68 | 8.58 | 25.2 | - |
| YUV | 73.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 139 | 0 | 0.83 | 0.04 | 0.43 | 303 | 0.71 | 0.33 |
| Hex | 91 | 19 | 8B | 0 | 53 | 4 | 2B | 12F | 47 | 21 |
| Octal | 221 | 31 | 213 | 0 | 123 | 4 | 53 | 457 | 107 | 41 |
| Binary | 10010001 | 11001 | 10001011 | 0 | 1010011 | 100 | 101011 | 100101111 | 1000111 | 100001 |
Color Harmonies of #91198B
Complementary color
Monochromatic Colors of #91198B
Black with #91198B
Text Example
Text Example
White with #91198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91198B; }
p { color: rgb(145,25,139); }
H1.HeaderClassName
{
color: #91198B;
}
.AnyTagClassName
{
color: #91198B;
}
</style>
background-color css
<style>
a { background-color: #91198B; }
a { background-color: rgb(145,25,139); }
div.DivClassName
{
background-color: #91198B;
}
.BgClassName
{
background-color: #91198B;
}
</style>
border-color css
<style>
span { border-color: #91198B; }
span { border-color: rgb(145,25,139); }
td.TdClassName
{
border-color: #91198B;
}
.TagClassName
{
border-color: #91198B;
}
</style>