Shades of Dark Purple #921271
Tints of Dark Purple #921271
RGB
CMYK
RGB Variations
Color information
#921271 (or 0x921271) is known color: Dark Purple. HEX triplet: 92, 12 and 71. RGB value is (146,18,113). Sum of RGB (Red+Green+Blue) = 146+18+113=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #921271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921271 is #6DED8E. Grayscale: #424242. Windows color (decimal): -7204239 or 7410322. OLE color: 7410322.
HSL color Cylindrical-coordinate representation of color #921271: hue angle of 315.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921271 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 113 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.43 |
| HSL | 315.47º | 0.78% | 0.32% | - |
| HSV(B) | 315.47º | 0.88% | 0.57% | - |
| XYZ | 15.05 | 7.74 | 16.32 | - |
| YUV | 67.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 113 | 0 | 0.88 | 0.23 | 0.43 | 315.47 | 0.78 | 0.32 |
| Hex | 92 | 12 | 71 | 0 | 58 | 17 | 2B | 13B | 4E | 20 |
| Octal | 222 | 22 | 161 | 0 | 130 | 27 | 53 | 473 | 116 | 40 |
| Binary | 10010010 | 10010 | 1110001 | 0 | 1011000 | 10111 | 101011 | 100111011 | 1001110 | 100000 |
Color Harmonies of #921271
Complementary color
Monochromatic Colors of #921271
Black with #921271
Text Example
Text Example
White with #921271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921271; }
p { color: rgb(146,18,113); }
H1.HeaderClassName
{
color: #921271;
}
.AnyTagClassName
{
color: #921271;
}
</style>
background-color css
<style>
a { background-color: #921271; }
a { background-color: rgb(146,18,113); }
div.DivClassName
{
background-color: #921271;
}
.BgClassName
{
background-color: #921271;
}
</style>
border-color css
<style>
span { border-color: #921271; }
span { border-color: rgb(146,18,113); }
td.TdClassName
{
border-color: #921271;
}
.TagClassName
{
border-color: #921271;
}
</style>