Shades of Dark Purple #921971
Tints of Dark Purple #921971
RGB
CMYK
RGB Variations
Color information
#921971 (or 0x921971) is known color: Dark Purple. HEX triplet: 92, 19 and 71. RGB value is (146,25,113). Sum of RGB (Red+Green+Blue) = 146+25+113=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #921971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921971 is #6DE68E. Grayscale: #464646. Windows color (decimal): -7202447 or 7412114. OLE color: 7412114.
HSL color Cylindrical-coordinate representation of color #921971: hue angle of 316.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921971 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 113 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.43 |
| HSL | 316.36º | 0.71% | 0.34% | - |
| HSV(B) | 316.36º | 0.83% | 0.57% | - |
| XYZ | 15.18 | 8 | 16.37 | - |
| YUV | 71.21 | 151.59 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 113 | 0 | 0.83 | 0.23 | 0.43 | 316.36 | 0.71 | 0.34 |
| Hex | 92 | 19 | 71 | 0 | 53 | 17 | 2B | 13C | 47 | 22 |
| Octal | 222 | 31 | 161 | 0 | 123 | 27 | 53 | 474 | 107 | 42 |
| Binary | 10010010 | 11001 | 1110001 | 0 | 1010011 | 10111 | 101011 | 100111100 | 1000111 | 100010 |
Color Harmonies of #921971
Complementary color
Monochromatic Colors of #921971
Black with #921971
Text Example
Text Example
White with #921971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921971; }
p { color: rgb(146,25,113); }
H1.HeaderClassName
{
color: #921971;
}
.AnyTagClassName
{
color: #921971;
}
</style>
background-color css
<style>
a { background-color: #921971; }
a { background-color: rgb(146,25,113); }
div.DivClassName
{
background-color: #921971;
}
.BgClassName
{
background-color: #921971;
}
</style>
border-color css
<style>
span { border-color: #921971; }
span { border-color: rgb(146,25,113); }
td.TdClassName
{
border-color: #921971;
}
.TagClassName
{
border-color: #921971;
}
</style>