Shades of Dark Purple #921571
Tints of Dark Purple #921571
RGB
CMYK
RGB Variations
Color information
#921571 (or 0x921571) is known color: Dark Purple. HEX triplet: 92, 15 and 71. RGB value is (146,21,113). Sum of RGB (Red+Green+Blue) = 146+21+113=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #921571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921571 is #6DEA8E. Grayscale: #444444. Windows color (decimal): -7203471 or 7411090. OLE color: 7411090.
HSL color Cylindrical-coordinate representation of color #921571: hue angle of 315.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921571 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 113 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.43 |
| HSL | 315.84º | 0.75% | 0.33% | - |
| HSV(B) | 315.84º | 0.86% | 0.57% | - |
| XYZ | 15.1 | 7.84 | 16.34 | - |
| YUV | 68.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 113 | 0 | 0.86 | 0.23 | 0.43 | 315.84 | 0.75 | 0.33 |
| Hex | 92 | 15 | 71 | 0 | 56 | 17 | 2B | 13C | 4B | 21 |
| Octal | 222 | 25 | 161 | 0 | 126 | 27 | 53 | 474 | 113 | 41 |
| Binary | 10010010 | 10101 | 1110001 | 0 | 1010110 | 10111 | 101011 | 100111100 | 1001011 | 100001 |
Color Harmonies of #921571
Complementary color
Monochromatic Colors of #921571
Black with #921571
Text Example
Text Example
White with #921571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921571; }
p { color: rgb(146,21,113); }
H1.HeaderClassName
{
color: #921571;
}
.AnyTagClassName
{
color: #921571;
}
</style>
background-color css
<style>
a { background-color: #921571; }
a { background-color: rgb(146,21,113); }
div.DivClassName
{
background-color: #921571;
}
.BgClassName
{
background-color: #921571;
}
</style>
border-color css
<style>
span { border-color: #921571; }
span { border-color: rgb(146,21,113); }
td.TdClassName
{
border-color: #921571;
}
.TagClassName
{
border-color: #921571;
}
</style>