Shades of Dark Purple #92248F
Tints of Dark Purple #92248F
RGB
CMYK
RGB Variations
Color information
#92248F (or 0x92248F) is known color: Dark Purple. HEX triplet: 92, 24 and 8F. RGB value is (146,36,143). Sum of RGB (Red+Green+Blue) = 146+36+143=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92248F is #6DDB70. Grayscale: #505050. Windows color (decimal): -7199601 or 9381010. OLE color: 9381010.
HSL color Cylindrical-coordinate representation of color #92248F: hue angle of 301.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92248F is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 143 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.43 |
| HSL | 301.64º | 0.6% | 0.36% | - |
| HSV(B) | 301.64º | 0.75% | 0.57% | - |
| XYZ | 17.44 | 9.36 | 26.87 | - |
| YUV | 81.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 143 | 0 | 0.75 | 0.02 | 0.43 | 301.64 | 0.6 | 0.36 |
| Hex | 92 | 24 | 8F | 0 | 4B | 2 | 2B | 12E | 3C | 24 |
| Octal | 222 | 44 | 217 | 0 | 113 | 2 | 53 | 456 | 74 | 44 |
| Binary | 10010010 | 100100 | 10001111 | 0 | 1001011 | 10 | 101011 | 100101110 | 111100 | 100100 |
Color Harmonies of #92248F
Complementary color
Monochromatic Colors of #92248F
Black with #92248F
Text Example
Text Example
White with #92248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92248F; }
p { color: rgb(146,36,143); }
H1.HeaderClassName
{
color: #92248F;
}
.AnyTagClassName
{
color: #92248F;
}
</style>
background-color css
<style>
a { background-color: #92248F; }
a { background-color: rgb(146,36,143); }
div.DivClassName
{
background-color: #92248F;
}
.BgClassName
{
background-color: #92248F;
}
</style>
border-color css
<style>
span { border-color: #92248F; }
span { border-color: rgb(146,36,143); }
td.TdClassName
{
border-color: #92248F;
}
.TagClassName
{
border-color: #92248F;
}
</style>