Shades of Dark Purple #922080
Tints of Dark Purple #922080
RGB
CMYK
RGB Variations
Color information
#922080 (or 0x922080) is known color: Dark Purple. HEX triplet: 92, 20 and 80. RGB value is (146,32,128). Sum of RGB (Red+Green+Blue) = 146+32+128=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #922080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922080 is #6DDF7F. Grayscale: #4C4C4C. Windows color (decimal): -7200640 or 8396946. OLE color: 8396946.
HSL color Cylindrical-coordinate representation of color #922080: hue angle of 309.47º 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 #922080 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 128 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.43 |
| HSL | 309.47º | 0.64% | 0.35% | - |
| HSV(B) | 309.47º | 0.78% | 0.57% | - |
| XYZ | 16.27 | 8.7 | 21.24 | - |
| YUV | 77.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 128 | 0 | 0.78 | 0.12 | 0.43 | 309.47 | 0.64 | 0.35 |
| Hex | 92 | 20 | 80 | 0 | 4E | C | 2B | 135 | 40 | 23 |
| Octal | 222 | 40 | 200 | 0 | 116 | 14 | 53 | 465 | 100 | 43 |
| Binary | 10010010 | 100000 | 10000000 | 0 | 1001110 | 1100 | 101011 | 100110101 | 1000000 | 100011 |
Color Harmonies of #922080
Complementary color
Monochromatic Colors of #922080
Black with #922080
Text Example
Text Example
White with #922080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922080; }
p { color: rgb(146,32,128); }
H1.HeaderClassName
{
color: #922080;
}
.AnyTagClassName
{
color: #922080;
}
</style>
background-color css
<style>
a { background-color: #922080; }
a { background-color: rgb(146,32,128); }
div.DivClassName
{
background-color: #922080;
}
.BgClassName
{
background-color: #922080;
}
</style>
border-color css
<style>
span { border-color: #922080; }
span { border-color: rgb(146,32,128); }
td.TdClassName
{
border-color: #922080;
}
.TagClassName
{
border-color: #922080;
}
</style>