Shades of Dark Purple #922179
Tints of Dark Purple #922179
RGB
CMYK
RGB Variations
Color information
#922179 (or 0x922179) is known color: Dark Purple. HEX triplet: 92, 21 and 79. RGB value is (146,33,121). Sum of RGB (Red+Green+Blue) = 146+33+121=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #922179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922179 is #6DDE86. Grayscale: #4C4C4C. Windows color (decimal): -7200391 or 7938450. OLE color: 7938450.
HSL color Cylindrical-coordinate representation of color #922179: hue angle of 313.27º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922179 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 121 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.43 |
| HSL | 313.27º | 0.63% | 0.35% | - |
| HSV(B) | 313.27º | 0.77% | 0.57% | - |
| XYZ | 15.85 | 8.58 | 18.91 | - |
| YUV | 76.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 121 | 0 | 0.77 | 0.17 | 0.43 | 313.27 | 0.63 | 0.35 |
| Hex | 92 | 21 | 79 | 0 | 4D | 11 | 2B | 139 | 3F | 23 |
| Octal | 222 | 41 | 171 | 0 | 115 | 21 | 53 | 471 | 77 | 43 |
| Binary | 10010010 | 100001 | 1111001 | 0 | 1001101 | 10001 | 101011 | 100111001 | 111111 | 100011 |
Color Harmonies of #922179
Complementary color
Monochromatic Colors of #922179
Black with #922179
Text Example
Text Example
White with #922179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922179; }
p { color: rgb(146,33,121); }
H1.HeaderClassName
{
color: #922179;
}
.AnyTagClassName
{
color: #922179;
}
</style>
background-color css
<style>
a { background-color: #922179; }
a { background-color: rgb(146,33,121); }
div.DivClassName
{
background-color: #922179;
}
.BgClassName
{
background-color: #922179;
}
</style>
border-color css
<style>
span { border-color: #922179; }
span { border-color: rgb(146,33,121); }
td.TdClassName
{
border-color: #922179;
}
.TagClassName
{
border-color: #922179;
}
</style>