Shades of Dark Purple #921473
Tints of Dark Purple #921473
RGB
CMYK
RGB Variations
Color information
#921473 (or 0x921473) is known color: Dark Purple. HEX triplet: 92, 14 and 73. RGB value is (146,20,115). Sum of RGB (Red+Green+Blue) = 146+20+115=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921473 is #6DEB8C. Grayscale: #444444. Windows color (decimal): -7203725 or 7541906. OLE color: 7541906.
HSL color Cylindrical-coordinate representation of color #921473: hue angle of 314.76º 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 #921473 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 115 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.43 |
| HSL | 314.76º | 0.76% | 0.33% | - |
| HSV(B) | 314.76º | 0.86% | 0.57% | - |
| XYZ | 15.2 | 7.85 | 16.93 | - |
| YUV | 68.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 115 | 0 | 0.86 | 0.21 | 0.43 | 314.76 | 0.76 | 0.33 |
| Hex | 92 | 14 | 73 | 0 | 56 | 15 | 2B | 13B | 4C | 21 |
| Octal | 222 | 24 | 163 | 0 | 126 | 25 | 53 | 473 | 114 | 41 |
| Binary | 10010010 | 10100 | 1110011 | 0 | 1010110 | 10101 | 101011 | 100111011 | 1001100 | 100001 |
Color Harmonies of #921473
Complementary color
Monochromatic Colors of #921473
Black with #921473
Text Example
Text Example
White with #921473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921473; }
p { color: rgb(146,20,115); }
H1.HeaderClassName
{
color: #921473;
}
.AnyTagClassName
{
color: #921473;
}
</style>
background-color css
<style>
a { background-color: #921473; }
a { background-color: rgb(146,20,115); }
div.DivClassName
{
background-color: #921473;
}
.BgClassName
{
background-color: #921473;
}
</style>
border-color css
<style>
span { border-color: #921473; }
span { border-color: rgb(146,20,115); }
td.TdClassName
{
border-color: #921473;
}
.TagClassName
{
border-color: #921473;
}
</style>