Shades of Dark Purple #922471
Tints of Dark Purple #922471
RGB
CMYK
RGB Variations
Color information
#922471 (or 0x922471) is known color: Dark Purple. HEX triplet: 92, 24 and 71. RGB value is (146,36,113). Sum of RGB (Red+Green+Blue) = 146+36+113=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #922471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922471 is #6DDB8E. Grayscale: #4D4D4D. Windows color (decimal): -7199631 or 7414930. OLE color: 7414930.
HSL color Cylindrical-coordinate representation of color #922471: hue angle of 318º 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 #922471 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 113 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.43 |
| HSL | 318º | 0.6% | 0.36% | - |
| HSV(B) | 318º | 0.75% | 0.57% | - |
| XYZ | 15.47 | 8.57 | 16.46 | - |
| YUV | 77.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 113 | 0 | 0.75 | 0.23 | 0.43 | 318 | 0.6 | 0.36 |
| Hex | 92 | 24 | 71 | 0 | 4B | 17 | 2B | 13E | 3C | 24 |
| Octal | 222 | 44 | 161 | 0 | 113 | 27 | 53 | 476 | 74 | 44 |
| Binary | 10010010 | 100100 | 1110001 | 0 | 1001011 | 10111 | 101011 | 100111110 | 111100 | 100100 |
Color Harmonies of #922471
Complementary color
Monochromatic Colors of #922471
Black with #922471
Text Example
Text Example
White with #922471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922471; }
p { color: rgb(146,36,113); }
H1.HeaderClassName
{
color: #922471;
}
.AnyTagClassName
{
color: #922471;
}
</style>
background-color css
<style>
a { background-color: #922471; }
a { background-color: rgb(146,36,113); }
div.DivClassName
{
background-color: #922471;
}
.BgClassName
{
background-color: #922471;
}
</style>
border-color css
<style>
span { border-color: #922471; }
span { border-color: rgb(146,36,113); }
td.TdClassName
{
border-color: #922471;
}
.TagClassName
{
border-color: #922471;
}
</style>