Shades of Dark Purple #92206E
Tints of Dark Purple #92206E
RGB
CMYK
RGB Variations
Color information
#92206E (or 0x92206E) is known color: Dark Purple. HEX triplet: 92, 20 and 6E. RGB value is (146,32,110). Sum of RGB (Red+Green+Blue) = 146+32+110=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #92206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92206E is #6DDF91. Grayscale: #4A4A4A. Windows color (decimal): -7200658 or 7217298. OLE color: 7217298.
HSL color Cylindrical-coordinate representation of color #92206E: hue angle of 318.95º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92206E is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 110 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.43 |
| HSL | 318.95º | 0.64% | 0.35% | - |
| HSV(B) | 318.95º | 0.78% | 0.57% | - |
| XYZ | 15.19 | 8.27 | 15.55 | - |
| YUV | 74.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 110 | 0 | 0.78 | 0.25 | 0.43 | 318.95 | 0.64 | 0.35 |
| Hex | 92 | 20 | 6E | 0 | 4E | 19 | 2B | 13F | 40 | 23 |
| Octal | 222 | 40 | 156 | 0 | 116 | 31 | 53 | 477 | 100 | 43 |
| Binary | 10010010 | 100000 | 1101110 | 0 | 1001110 | 11001 | 101011 | 100111111 | 1000000 | 100011 |
Color Harmonies of #92206E
Complementary color
Monochromatic Colors of #92206E
Black with #92206E
Text Example
Text Example
White with #92206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92206E; }
p { color: rgb(146,32,110); }
H1.HeaderClassName
{
color: #92206E;
}
.AnyTagClassName
{
color: #92206E;
}
</style>
background-color css
<style>
a { background-color: #92206E; }
a { background-color: rgb(146,32,110); }
div.DivClassName
{
background-color: #92206E;
}
.BgClassName
{
background-color: #92206E;
}
</style>
border-color css
<style>
span { border-color: #92206E; }
span { border-color: rgb(146,32,110); }
td.TdClassName
{
border-color: #92206E;
}
.TagClassName
{
border-color: #92206E;
}
</style>