Shades of Dark Purple #91198C
Tints of Dark Purple #91198C
RGB
CMYK
RGB Variations
Color information
#91198C (or 0x91198C) is known color: Dark Purple. HEX triplet: 91, 19 and 8C. RGB value is (145,25,140). Sum of RGB (Red+Green+Blue) = 145+25+140=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91198C is #6EE673. Grayscale: #494949. Windows color (decimal): -7267956 or 9181585. OLE color: 9181585.
HSL color Cylindrical-coordinate representation of color #91198C: hue angle of 302.5º 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 #91198C is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 140 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.43 |
| HSL | 302.5º | 0.71% | 0.33% | - |
| HSV(B) | 302.5º | 0.83% | 0.57% | - |
| XYZ | 16.76 | 8.61 | 25.59 | - |
| YUV | 73.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 140 | 0 | 0.83 | 0.03 | 0.43 | 302.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 8C | 0 | 53 | 3 | 2B | 12E | 47 | 21 |
| Octal | 221 | 31 | 214 | 0 | 123 | 3 | 53 | 456 | 107 | 41 |
| Binary | 10010001 | 11001 | 10001100 | 0 | 1010011 | 11 | 101011 | 100101110 | 1000111 | 100001 |
Color Harmonies of #91198C
Complementary color
Monochromatic Colors of #91198C
Black with #91198C
Text Example
Text Example
White with #91198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91198C; }
p { color: rgb(145,25,140); }
H1.HeaderClassName
{
color: #91198C;
}
.AnyTagClassName
{
color: #91198C;
}
</style>
background-color css
<style>
a { background-color: #91198C; }
a { background-color: rgb(145,25,140); }
div.DivClassName
{
background-color: #91198C;
}
.BgClassName
{
background-color: #91198C;
}
</style>
border-color css
<style>
span { border-color: #91198C; }
span { border-color: rgb(145,25,140); }
td.TdClassName
{
border-color: #91198C;
}
.TagClassName
{
border-color: #91198C;
}
</style>