Shades of Dark Purple #92198D
Tints of Dark Purple #92198D
RGB
CMYK
RGB Variations
Color information
#92198D (or 0x92198D) is known color: Dark Purple. HEX triplet: 92, 19 and 8D. RGB value is (146,25,141). Sum of RGB (Red+Green+Blue) = 146+25+141=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #92198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92198D is #6DE672. Grayscale: #4A4A4A. Windows color (decimal): -7202419 or 9247122. OLE color: 9247122.
HSL color Cylindrical-coordinate representation of color #92198D: hue angle of 302.48º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92198D is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 141 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.43 |
| HSL | 302.48º | 0.71% | 0.34% | - |
| HSV(B) | 302.48º | 0.83% | 0.57% | - |
| XYZ | 17.01 | 8.73 | 25.99 | - |
| YUV | 74.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 141 | 0 | 0.83 | 0.03 | 0.43 | 302.48 | 0.71 | 0.34 |
| Hex | 92 | 19 | 8D | 0 | 53 | 3 | 2B | 12E | 47 | 22 |
| Octal | 222 | 31 | 215 | 0 | 123 | 3 | 53 | 456 | 107 | 42 |
| Binary | 10010010 | 11001 | 10001101 | 0 | 1010011 | 11 | 101011 | 100101110 | 1000111 | 100010 |
Color Harmonies of #92198D
Complementary color
Monochromatic Colors of #92198D
Black with #92198D
Text Example
Text Example
White with #92198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92198D; }
p { color: rgb(146,25,141); }
H1.HeaderClassName
{
color: #92198D;
}
.AnyTagClassName
{
color: #92198D;
}
</style>
background-color css
<style>
a { background-color: #92198D; }
a { background-color: rgb(146,25,141); }
div.DivClassName
{
background-color: #92198D;
}
.BgClassName
{
background-color: #92198D;
}
</style>
border-color css
<style>
span { border-color: #92198D; }
span { border-color: rgb(146,25,141); }
td.TdClassName
{
border-color: #92198D;
}
.TagClassName
{
border-color: #92198D;
}
</style>