Shades of Dark Purple #922971
Tints of Dark Purple #922971
RGB
CMYK
RGB Variations
Color information
#922971 (or 0x922971) is known color: Dark Purple. HEX triplet: 92, 29 and 71. RGB value is (146,41,113). Sum of RGB (Red+Green+Blue) = 146+41+113=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #922971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922971 is #6DD68E. Grayscale: #505050. Windows color (decimal): -7198351 or 7416210. OLE color: 7416210.
HSL color Cylindrical-coordinate representation of color #922971: hue angle of 318.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922971 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 41 | 113 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.43 |
| HSL | 318.86º | 0.56% | 0.37% | - |
| HSV(B) | 318.86º | 0.72% | 0.57% | - |
| XYZ | 15.63 | 8.89 | 16.51 | - |
| YUV | 80.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 113 | 0 | 0.72 | 0.23 | 0.43 | 318.86 | 0.56 | 0.37 |
| Hex | 92 | 29 | 71 | 0 | 48 | 17 | 2B | 13F | 38 | 25 |
| Octal | 222 | 51 | 161 | 0 | 110 | 27 | 53 | 477 | 70 | 45 |
| Binary | 10010010 | 101001 | 1110001 | 0 | 1001000 | 10111 | 101011 | 100111111 | 111000 | 100101 |
Color Harmonies of #922971
Complementary color
Monochromatic Colors of #922971
Black with #922971
Text Example
Text Example
White with #922971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922971; }
p { color: rgb(146,41,113); }
H1.HeaderClassName
{
color: #922971;
}
.AnyTagClassName
{
color: #922971;
}
</style>
background-color css
<style>
a { background-color: #922971; }
a { background-color: rgb(146,41,113); }
div.DivClassName
{
background-color: #922971;
}
.BgClassName
{
background-color: #922971;
}
</style>
border-color css
<style>
span { border-color: #922971; }
span { border-color: rgb(146,41,113); }
td.TdClassName
{
border-color: #922971;
}
.TagClassName
{
border-color: #922971;
}
</style>