Shades of Dark Purple #921176
Tints of Dark Purple #921176
RGB
CMYK
RGB Variations
Color information
#921176 (or 0x921176) is known color: Dark Purple. HEX triplet: 92, 11 and 76. RGB value is (146,17,118). Sum of RGB (Red+Green+Blue) = 146+17+118=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921176 is #6DEE89. Grayscale: #424242. Windows color (decimal): -7204490 or 7737746. OLE color: 7737746.
HSL color Cylindrical-coordinate representation of color #921176: hue angle of 313.02º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921176 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 118 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.43 |
| HSL | 313.02º | 0.79% | 0.32% | - |
| HSV(B) | 313.02º | 0.88% | 0.57% | - |
| XYZ | 15.32 | 7.82 | 17.84 | - |
| YUV | 67.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 118 | 0 | 0.88 | 0.19 | 0.43 | 313.02 | 0.79 | 0.32 |
| Hex | 92 | 11 | 76 | 0 | 58 | 13 | 2B | 139 | 4F | 20 |
| Octal | 222 | 21 | 166 | 0 | 130 | 23 | 53 | 471 | 117 | 40 |
| Binary | 10010010 | 10001 | 1110110 | 0 | 1011000 | 10011 | 101011 | 100111001 | 1001111 | 100000 |
Color Harmonies of #921176
Complementary color
Monochromatic Colors of #921176
Black with #921176
Text Example
Text Example
White with #921176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921176; }
p { color: rgb(146,17,118); }
H1.HeaderClassName
{
color: #921176;
}
.AnyTagClassName
{
color: #921176;
}
</style>
background-color css
<style>
a { background-color: #921176; }
a { background-color: rgb(146,17,118); }
div.DivClassName
{
background-color: #921176;
}
.BgClassName
{
background-color: #921176;
}
</style>
border-color css
<style>
span { border-color: #921176; }
span { border-color: rgb(146,17,118); }
td.TdClassName
{
border-color: #921176;
}
.TagClassName
{
border-color: #921176;
}
</style>