Shades of Dark Purple #921072
Tints of Dark Purple #921072
RGB
CMYK
RGB Variations
Color information
#921072 (or 0x921072) is known color: Dark Purple. HEX triplet: 92, 10 and 72. RGB value is (146,16,114). Sum of RGB (Red+Green+Blue) = 146+16+114=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #921072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921072 is #6DEF8D. Grayscale: #414141. Windows color (decimal): -7204750 or 7475346. OLE color: 7475346.
HSL color Cylindrical-coordinate representation of color #921072: hue angle of 314.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921072 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 114 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.43 |
| HSL | 314.77º | 0.8% | 0.32% | - |
| HSV(B) | 314.77º | 0.89% | 0.57% | - |
| XYZ | 15.08 | 7.7 | 16.61 | - |
| YUV | 66.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 114 | 0 | 0.89 | 0.22 | 0.43 | 314.77 | 0.8 | 0.32 |
| Hex | 92 | 10 | 72 | 0 | 59 | 16 | 2B | 13B | 50 | 20 |
| Octal | 222 | 20 | 162 | 0 | 131 | 26 | 53 | 473 | 120 | 40 |
| Binary | 10010010 | 10000 | 1110010 | 0 | 1011001 | 10110 | 101011 | 100111011 | 1010000 | 100000 |
Color Harmonies of #921072
Complementary color
Monochromatic Colors of #921072
Black with #921072
Text Example
Text Example
White with #921072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921072; }
p { color: rgb(146,16,114); }
H1.HeaderClassName
{
color: #921072;
}
.AnyTagClassName
{
color: #921072;
}
</style>
background-color css
<style>
a { background-color: #921072; }
a { background-color: rgb(146,16,114); }
div.DivClassName
{
background-color: #921072;
}
.BgClassName
{
background-color: #921072;
}
</style>
border-color css
<style>
span { border-color: #921072; }
span { border-color: rgb(146,16,114); }
td.TdClassName
{
border-color: #921072;
}
.TagClassName
{
border-color: #921072;
}
</style>