Shades of Dark Purple #92247F
Tints of Dark Purple #92247F
RGB
CMYK
RGB Variations
Color information
#92247F (or 0x92247F) is known color: Dark Purple. HEX triplet: 92, 24 and 7F. RGB value is (146,36,127). Sum of RGB (Red+Green+Blue) = 146+36+127=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92247F is #6DDB80. Grayscale: #4F4F4F. Windows color (decimal): -7199617 or 8332434. OLE color: 8332434.
HSL color Cylindrical-coordinate representation of color #92247F: hue angle of 310.36º 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 #92247F is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 127 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.43 |
| HSL | 310.36º | 0.6% | 0.36% | - |
| HSV(B) | 310.36º | 0.75% | 0.57% | - |
| XYZ | 16.32 | 8.91 | 20.94 | - |
| YUV | 79.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 127 | 0 | 0.75 | 0.13 | 0.43 | 310.36 | 0.6 | 0.36 |
| Hex | 92 | 24 | 7F | 0 | 4B | D | 2B | 136 | 3C | 24 |
| Octal | 222 | 44 | 177 | 0 | 113 | 15 | 53 | 466 | 74 | 44 |
| Binary | 10010010 | 100100 | 1111111 | 0 | 1001011 | 1101 | 101011 | 100110110 | 111100 | 100100 |
Color Harmonies of #92247F
Complementary color
Monochromatic Colors of #92247F
Black with #92247F
Text Example
Text Example
White with #92247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92247F; }
p { color: rgb(146,36,127); }
H1.HeaderClassName
{
color: #92247F;
}
.AnyTagClassName
{
color: #92247F;
}
</style>
background-color css
<style>
a { background-color: #92247F; }
a { background-color: rgb(146,36,127); }
div.DivClassName
{
background-color: #92247F;
}
.BgClassName
{
background-color: #92247F;
}
</style>
border-color css
<style>
span { border-color: #92247F; }
span { border-color: rgb(146,36,127); }
td.TdClassName
{
border-color: #92247F;
}
.TagClassName
{
border-color: #92247F;
}
</style>