Shades of Dark Purple #922579
Tints of Dark Purple #922579
RGB
CMYK
RGB Variations
Color information
#922579 (or 0x922579) is known color: Dark Purple. HEX triplet: 92, 25 and 79. RGB value is (146,37,121). Sum of RGB (Red+Green+Blue) = 146+37+121=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #922579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922579 is #6DDA86. Grayscale: #4E4E4E. Windows color (decimal): -7199367 or 7939474. OLE color: 7939474.
HSL color Cylindrical-coordinate representation of color #922579: hue angle of 313.76º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922579 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 121 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.43 |
| HSL | 313.76º | 0.6% | 0.36% | - |
| HSV(B) | 313.76º | 0.75% | 0.57% | - |
| XYZ | 15.97 | 8.81 | 18.95 | - |
| YUV | 79.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 121 | 0 | 0.75 | 0.17 | 0.43 | 313.76 | 0.6 | 0.36 |
| Hex | 92 | 25 | 79 | 0 | 4B | 11 | 2B | 13A | 3C | 24 |
| Octal | 222 | 45 | 171 | 0 | 113 | 21 | 53 | 472 | 74 | 44 |
| Binary | 10010010 | 100101 | 1111001 | 0 | 1001011 | 10001 | 101011 | 100111010 | 111100 | 100100 |
Color Harmonies of #922579
Complementary color
Monochromatic Colors of #922579
Black with #922579
Text Example
Text Example
White with #922579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922579; }
p { color: rgb(146,37,121); }
H1.HeaderClassName
{
color: #922579;
}
.AnyTagClassName
{
color: #922579;
}
</style>
background-color css
<style>
a { background-color: #922579; }
a { background-color: rgb(146,37,121); }
div.DivClassName
{
background-color: #922579;
}
.BgClassName
{
background-color: #922579;
}
</style>
border-color css
<style>
span { border-color: #922579; }
span { border-color: rgb(146,37,121); }
td.TdClassName
{
border-color: #922579;
}
.TagClassName
{
border-color: #922579;
}
</style>