Shades of Dark Purple #92288E
Tints of Dark Purple #92288E
RGB
CMYK
RGB Variations
Color information
#92288E (or 0x92288E) is known color: Dark Purple. HEX triplet: 92, 28 and 8E. RGB value is (146,40,142). Sum of RGB (Red+Green+Blue) = 146+40+142=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92288E is #6DD771. Grayscale: #535353. Windows color (decimal): -7198578 or 9316498. OLE color: 9316498.
HSL color Cylindrical-coordinate representation of color #92288E: hue angle of 302.26º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92288E is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 40 | 142 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.43 |
| HSL | 302.26º | 0.57% | 0.36% | - |
| HSV(B) | 302.26º | 0.73% | 0.57% | - |
| XYZ | 17.5 | 9.58 | 26.52 | - |
| YUV | 83.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 142 | 0 | 0.73 | 0.03 | 0.43 | 302.26 | 0.57 | 0.36 |
| Hex | 92 | 28 | 8E | 0 | 49 | 3 | 2B | 12E | 39 | 24 |
| Octal | 222 | 50 | 216 | 0 | 111 | 3 | 53 | 456 | 71 | 44 |
| Binary | 10010010 | 101000 | 10001110 | 0 | 1001001 | 11 | 101011 | 100101110 | 111001 | 100100 |
Color Harmonies of #92288E
Complementary color
Monochromatic Colors of #92288E
Black with #92288E
Text Example
Text Example
White with #92288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92288E; }
p { color: rgb(146,40,142); }
H1.HeaderClassName
{
color: #92288E;
}
.AnyTagClassName
{
color: #92288E;
}
</style>
background-color css
<style>
a { background-color: #92288E; }
a { background-color: rgb(146,40,142); }
div.DivClassName
{
background-color: #92288E;
}
.BgClassName
{
background-color: #92288E;
}
</style>
border-color css
<style>
span { border-color: #92288E; }
span { border-color: rgb(146,40,142); }
td.TdClassName
{
border-color: #92288E;
}
.TagClassName
{
border-color: #92288E;
}
</style>