Shades of Dark Purple #922479
Tints of Dark Purple #922479
RGB
CMYK
RGB Variations
Color information
#922479 (or 0x922479) is known color: Dark Purple. HEX triplet: 92, 24 and 79. RGB value is (146,36,121). Sum of RGB (Red+Green+Blue) = 146+36+121=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #922479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922479 is #6DDB86. Grayscale: #4E4E4E. Windows color (decimal): -7199623 or 7939218. OLE color: 7939218.
HSL color Cylindrical-coordinate representation of color #922479: hue angle of 313.64º 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 #922479 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 121 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.43 |
| HSL | 313.64º | 0.6% | 0.36% | - |
| HSV(B) | 313.64º | 0.75% | 0.57% | - |
| XYZ | 15.94 | 8.75 | 18.94 | - |
| YUV | 78.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 121 | 0 | 0.75 | 0.17 | 0.43 | 313.64 | 0.6 | 0.36 |
| Hex | 92 | 24 | 79 | 0 | 4B | 11 | 2B | 13A | 3C | 24 |
| Octal | 222 | 44 | 171 | 0 | 113 | 21 | 53 | 472 | 74 | 44 |
| Binary | 10010010 | 100100 | 1111001 | 0 | 1001011 | 10001 | 101011 | 100111010 | 111100 | 100100 |
Color Harmonies of #922479
Complementary color
Monochromatic Colors of #922479
Black with #922479
Text Example
Text Example
White with #922479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922479; }
p { color: rgb(146,36,121); }
H1.HeaderClassName
{
color: #922479;
}
.AnyTagClassName
{
color: #922479;
}
</style>
background-color css
<style>
a { background-color: #922479; }
a { background-color: rgb(146,36,121); }
div.DivClassName
{
background-color: #922479;
}
.BgClassName
{
background-color: #922479;
}
</style>
border-color css
<style>
span { border-color: #922479; }
span { border-color: rgb(146,36,121); }
td.TdClassName
{
border-color: #922479;
}
.TagClassName
{
border-color: #922479;
}
</style>