Shades of Dark Purple #92246F
Tints of Dark Purple #92246F
RGB
CMYK
RGB Variations
Color information
#92246F (or 0x92246F) is known color: Dark Purple. HEX triplet: 92, 24 and 6F. RGB value is (146,36,111). Sum of RGB (Red+Green+Blue) = 146+36+111=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #92246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92246F is #6DDB90. Grayscale: #4D4D4D. Windows color (decimal): -7199633 or 7283858. OLE color: 7283858.
HSL color Cylindrical-coordinate representation of color #92246F: hue angle of 319.09º 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 #92246F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 111 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.43 |
| HSL | 319.09º | 0.6% | 0.36% | - |
| HSV(B) | 319.09º | 0.75% | 0.57% | - |
| XYZ | 15.35 | 8.52 | 15.87 | - |
| YUV | 77.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 111 | 0 | 0.75 | 0.24 | 0.43 | 319.09 | 0.6 | 0.36 |
| Hex | 92 | 24 | 6F | 0 | 4B | 18 | 2B | 13F | 3C | 24 |
| Octal | 222 | 44 | 157 | 0 | 113 | 30 | 53 | 477 | 74 | 44 |
| Binary | 10010010 | 100100 | 1101111 | 0 | 1001011 | 11000 | 101011 | 100111111 | 111100 | 100100 |
Color Harmonies of #92246F
Complementary color
Monochromatic Colors of #92246F
Black with #92246F
Text Example
Text Example
White with #92246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92246F; }
p { color: rgb(146,36,111); }
H1.HeaderClassName
{
color: #92246F;
}
.AnyTagClassName
{
color: #92246F;
}
</style>
background-color css
<style>
a { background-color: #92246F; }
a { background-color: rgb(146,36,111); }
div.DivClassName
{
background-color: #92246F;
}
.BgClassName
{
background-color: #92246F;
}
</style>
border-color css
<style>
span { border-color: #92246F; }
span { border-color: rgb(146,36,111); }
td.TdClassName
{
border-color: #92246F;
}
.TagClassName
{
border-color: #92246F;
}
</style>