Shades of Dark Purple #922079
Tints of Dark Purple #922079
RGB
CMYK
RGB Variations
Color information
#922079 (or 0x922079) is known color: Dark Purple. HEX triplet: 92, 20 and 79. RGB value is (146,32,121). Sum of RGB (Red+Green+Blue) = 146+32+121=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #922079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922079 is #6DDF86. Grayscale: #4B4B4B. Windows color (decimal): -7200647 or 7938194. OLE color: 7938194.
HSL color Cylindrical-coordinate representation of color #922079: hue angle of 313.16º 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 #922079 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 121 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.43 |
| HSL | 313.16º | 0.64% | 0.35% | - |
| HSV(B) | 313.16º | 0.78% | 0.57% | - |
| XYZ | 15.82 | 8.52 | 18.9 | - |
| YUV | 76.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 121 | 0 | 0.78 | 0.17 | 0.43 | 313.16 | 0.64 | 0.35 |
| Hex | 92 | 20 | 79 | 0 | 4E | 11 | 2B | 139 | 40 | 23 |
| Octal | 222 | 40 | 171 | 0 | 116 | 21 | 53 | 471 | 100 | 43 |
| Binary | 10010010 | 100000 | 1111001 | 0 | 1001110 | 10001 | 101011 | 100111001 | 1000000 | 100011 |
Color Harmonies of #922079
Complementary color
Monochromatic Colors of #922079
Black with #922079
Text Example
Text Example
White with #922079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922079; }
p { color: rgb(146,32,121); }
H1.HeaderClassName
{
color: #922079;
}
.AnyTagClassName
{
color: #922079;
}
</style>
background-color css
<style>
a { background-color: #922079; }
a { background-color: rgb(146,32,121); }
div.DivClassName
{
background-color: #922079;
}
.BgClassName
{
background-color: #922079;
}
</style>
border-color css
<style>
span { border-color: #922079; }
span { border-color: rgb(146,32,121); }
td.TdClassName
{
border-color: #922079;
}
.TagClassName
{
border-color: #922079;
}
</style>