Shades of Dark Purple #921373
Tints of Dark Purple #921373
RGB
CMYK
RGB Variations
Color information
#921373 (or 0x921373) is known color: Dark Purple. HEX triplet: 92, 13 and 73. RGB value is (146,19,115). Sum of RGB (Red+Green+Blue) = 146+19+115=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #921373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921373 is #6DEC8C. Grayscale: #434343. Windows color (decimal): -7203981 or 7541650. OLE color: 7541650.
HSL color Cylindrical-coordinate representation of color #921373: hue angle of 314.65º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921373 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 115 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.43 |
| HSL | 314.65º | 0.77% | 0.32% | - |
| HSV(B) | 314.65º | 0.87% | 0.57% | - |
| XYZ | 15.18 | 7.81 | 16.93 | - |
| YUV | 67.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 115 | 0 | 0.87 | 0.21 | 0.43 | 314.65 | 0.77 | 0.32 |
| Hex | 92 | 13 | 73 | 0 | 57 | 15 | 2B | 13B | 4D | 20 |
| Octal | 222 | 23 | 163 | 0 | 127 | 25 | 53 | 473 | 115 | 40 |
| Binary | 10010010 | 10011 | 1110011 | 0 | 1010111 | 10101 | 101011 | 100111011 | 1001101 | 100000 |
Color Harmonies of #921373
Complementary color
Monochromatic Colors of #921373
Black with #921373
Text Example
Text Example
White with #921373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921373; }
p { color: rgb(146,19,115); }
H1.HeaderClassName
{
color: #921373;
}
.AnyTagClassName
{
color: #921373;
}
</style>
background-color css
<style>
a { background-color: #921373; }
a { background-color: rgb(146,19,115); }
div.DivClassName
{
background-color: #921373;
}
.BgClassName
{
background-color: #921373;
}
</style>
border-color css
<style>
span { border-color: #921373; }
span { border-color: rgb(146,19,115); }
td.TdClassName
{
border-color: #921373;
}
.TagClassName
{
border-color: #921373;
}
</style>