Shades of Dark Purple #921076
Tints of Dark Purple #921076
RGB
CMYK
RGB Variations
Color information
#921076 (or 0x921076) is known color: Dark Purple. HEX triplet: 92, 10 and 76. RGB value is (146,16,118). Sum of RGB (Red+Green+Blue) = 146+16+118=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #921076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921076 is #6DEF89. Grayscale: #424242. Windows color (decimal): -7204746 or 7737490. OLE color: 7737490.
HSL color Cylindrical-coordinate representation of color #921076: hue angle of 312.92º 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 #921076 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 118 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.43 |
| HSL | 312.92º | 0.8% | 0.32% | - |
| HSV(B) | 312.92º | 0.89% | 0.57% | - |
| XYZ | 15.31 | 7.79 | 17.84 | - |
| YUV | 66.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 118 | 0 | 0.89 | 0.19 | 0.43 | 312.92 | 0.8 | 0.32 |
| Hex | 92 | 10 | 76 | 0 | 59 | 13 | 2B | 139 | 50 | 20 |
| Octal | 222 | 20 | 166 | 0 | 131 | 23 | 53 | 471 | 120 | 40 |
| Binary | 10010010 | 10000 | 1110110 | 0 | 1011001 | 10011 | 101011 | 100111001 | 1010000 | 100000 |
Color Harmonies of #921076
Complementary color
Monochromatic Colors of #921076
Black with #921076
Text Example
Text Example
White with #921076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921076; }
p { color: rgb(146,16,118); }
H1.HeaderClassName
{
color: #921076;
}
.AnyTagClassName
{
color: #921076;
}
</style>
background-color css
<style>
a { background-color: #921076; }
a { background-color: rgb(146,16,118); }
div.DivClassName
{
background-color: #921076;
}
.BgClassName
{
background-color: #921076;
}
</style>
border-color css
<style>
span { border-color: #921076; }
span { border-color: rgb(146,16,118); }
td.TdClassName
{
border-color: #921076;
}
.TagClassName
{
border-color: #921076;
}
</style>