Shades of Dark Purple #921471
Tints of Dark Purple #921471
RGB
CMYK
RGB Variations
Color information
#921471 (or 0x921471) is known color: Dark Purple. HEX triplet: 92, 14 and 71. RGB value is (146,20,113). Sum of RGB (Red+Green+Blue) = 146+20+113=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #921471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921471 is #6DEB8E. Grayscale: #444444. Windows color (decimal): -7203727 or 7410834. OLE color: 7410834.
HSL color Cylindrical-coordinate representation of color #921471: hue angle of 315.71º degrees, saturation: 0.76, 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 #921471 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 113 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.43 |
| HSL | 315.71º | 0.76% | 0.33% | - |
| HSV(B) | 315.71º | 0.86% | 0.57% | - |
| XYZ | 15.08 | 7.8 | 16.33 | - |
| YUV | 68.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 113 | 0 | 0.86 | 0.23 | 0.43 | 315.71 | 0.76 | 0.33 |
| Hex | 92 | 14 | 71 | 0 | 56 | 17 | 2B | 13C | 4C | 21 |
| Octal | 222 | 24 | 161 | 0 | 126 | 27 | 53 | 474 | 114 | 41 |
| Binary | 10010010 | 10100 | 1110001 | 0 | 1010110 | 10111 | 101011 | 100111100 | 1001100 | 100001 |
Color Harmonies of #921471
Complementary color
Monochromatic Colors of #921471
Black with #921471
Text Example
Text Example
White with #921471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921471; }
p { color: rgb(146,20,113); }
H1.HeaderClassName
{
color: #921471;
}
.AnyTagClassName
{
color: #921471;
}
</style>
background-color css
<style>
a { background-color: #921471; }
a { background-color: rgb(146,20,113); }
div.DivClassName
{
background-color: #921471;
}
.BgClassName
{
background-color: #921471;
}
</style>
border-color css
<style>
span { border-color: #921471; }
span { border-color: rgb(146,20,113); }
td.TdClassName
{
border-color: #921471;
}
.TagClassName
{
border-color: #921471;
}
</style>