Shades of Dark Purple #92298D
Tints of Dark Purple #92298D
RGB
CMYK
RGB Variations
Color information
#92298D (or 0x92298D) is known color: Dark Purple. HEX triplet: 92, 29 and 8D. RGB value is (146,41,141). Sum of RGB (Red+Green+Blue) = 146+41+141=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92298D is #6DD672. Grayscale: #535353. Windows color (decimal): -7198323 or 9251218. OLE color: 9251218.
HSL color Cylindrical-coordinate representation of color #92298D: hue angle of 302.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92298D is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 41 | 141 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.43 |
| HSL | 302.86º | 0.56% | 0.37% | - |
| HSV(B) | 302.86º | 0.72% | 0.57% | - |
| XYZ | 17.45 | 9.62 | 26.14 | - |
| YUV | 83.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 141 | 0 | 0.72 | 0.03 | 0.43 | 302.86 | 0.56 | 0.37 |
| Hex | 92 | 29 | 8D | 0 | 48 | 3 | 2B | 12F | 38 | 25 |
| Octal | 222 | 51 | 215 | 0 | 110 | 3 | 53 | 457 | 70 | 45 |
| Binary | 10010010 | 101001 | 10001101 | 0 | 1001000 | 11 | 101011 | 100101111 | 111000 | 100101 |
Color Harmonies of #92298D
Complementary color
Monochromatic Colors of #92298D
Black with #92298D
Text Example
Text Example
White with #92298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92298D; }
p { color: rgb(146,41,141); }
H1.HeaderClassName
{
color: #92298D;
}
.AnyTagClassName
{
color: #92298D;
}
</style>
background-color css
<style>
a { background-color: #92298D; }
a { background-color: rgb(146,41,141); }
div.DivClassName
{
background-color: #92298D;
}
.BgClassName
{
background-color: #92298D;
}
</style>
border-color css
<style>
span { border-color: #92298D; }
span { border-color: rgb(146,41,141); }
td.TdClassName
{
border-color: #92298D;
}
.TagClassName
{
border-color: #92298D;
}
</style>