Shades of Dark Purple #92206C
Tints of Dark Purple #92206C
RGB
CMYK
RGB Variations
Color information
#92206C (or 0x92206C) is known color: Dark Purple. HEX triplet: 92, 20 and 6C. RGB value is (146,32,108). Sum of RGB (Red+Green+Blue) = 146+32+108=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92206C is #6DDF93. Grayscale: #4A4A4A. Windows color (decimal): -7200660 or 7086226. OLE color: 7086226.
HSL color Cylindrical-coordinate representation of color #92206C: hue angle of 320º 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 #92206C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 108 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.43 |
| HSL | 320º | 0.64% | 0.35% | - |
| HSV(B) | 320º | 0.78% | 0.57% | - |
| XYZ | 15.08 | 8.23 | 14.98 | - |
| YUV | 74.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 108 | 0 | 0.78 | 0.26 | 0.43 | 320 | 0.64 | 0.35 |
| Hex | 92 | 20 | 6C | 0 | 4E | 1A | 2B | 140 | 40 | 23 |
| Octal | 222 | 40 | 154 | 0 | 116 | 32 | 53 | 500 | 100 | 43 |
| Binary | 10010010 | 100000 | 1101100 | 0 | 1001110 | 11010 | 101011 | 101000000 | 1000000 | 100011 |
Color Harmonies of #92206C
Complementary color
Monochromatic Colors of #92206C
Black with #92206C
Text Example
Text Example
White with #92206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92206C; }
p { color: rgb(146,32,108); }
H1.HeaderClassName
{
color: #92206C;
}
.AnyTagClassName
{
color: #92206C;
}
</style>
background-color css
<style>
a { background-color: #92206C; }
a { background-color: rgb(146,32,108); }
div.DivClassName
{
background-color: #92206C;
}
.BgClassName
{
background-color: #92206C;
}
</style>
border-color css
<style>
span { border-color: #92206C; }
span { border-color: rgb(146,32,108); }
td.TdClassName
{
border-color: #92206C;
}
.TagClassName
{
border-color: #92206C;
}
</style>