Shades of Dark Purple #921771
Tints of Dark Purple #921771
RGB
CMYK
RGB Variations
Color information
#921771 (or 0x921771) is known color: Dark Purple. HEX triplet: 92, 17 and 71. RGB value is (146,23,113). Sum of RGB (Red+Green+Blue) = 146+23+113=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #921771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921771 is #6DE88E. Grayscale: #454545. Windows color (decimal): -7202959 or 7411602. OLE color: 7411602.
HSL color Cylindrical-coordinate representation of color #921771: hue angle of 316.1º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921771 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 113 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.43 |
| HSL | 316.1º | 0.73% | 0.33% | - |
| HSV(B) | 316.1º | 0.84% | 0.57% | - |
| XYZ | 15.14 | 7.92 | 16.35 | - |
| YUV | 70.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 113 | 0 | 0.84 | 0.23 | 0.43 | 316.1 | 0.73 | 0.33 |
| Hex | 92 | 17 | 71 | 0 | 54 | 17 | 2B | 13C | 49 | 21 |
| Octal | 222 | 27 | 161 | 0 | 124 | 27 | 53 | 474 | 111 | 41 |
| Binary | 10010010 | 10111 | 1110001 | 0 | 1010100 | 10111 | 101011 | 100111100 | 1001001 | 100001 |
Color Harmonies of #921771
Complementary color
Monochromatic Colors of #921771
Black with #921771
Text Example
Text Example
White with #921771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921771; }
p { color: rgb(146,23,113); }
H1.HeaderClassName
{
color: #921771;
}
.AnyTagClassName
{
color: #921771;
}
</style>
background-color css
<style>
a { background-color: #921771; }
a { background-color: rgb(146,23,113); }
div.DivClassName
{
background-color: #921771;
}
.BgClassName
{
background-color: #921771;
}
</style>
border-color css
<style>
span { border-color: #921771; }
span { border-color: rgb(146,23,113); }
td.TdClassName
{
border-color: #921771;
}
.TagClassName
{
border-color: #921771;
}
</style>