Shades of Dark Purple #921876
Tints of Dark Purple #921876
RGB
CMYK
RGB Variations
Color information
#921876 (or 0x921876) is known color: Dark Purple. HEX triplet: 92, 18 and 76. RGB value is (146,24,118). Sum of RGB (Red+Green+Blue) = 146+24+118=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #921876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921876 is #6DE789. Grayscale: #464646. Windows color (decimal): -7202698 or 7739538. OLE color: 7739538.
HSL color Cylindrical-coordinate representation of color #921876: hue angle of 313.77º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921876 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 24 | 118 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.43 |
| HSL | 313.77º | 0.72% | 0.33% | - |
| HSV(B) | 313.77º | 0.84% | 0.57% | - |
| XYZ | 15.45 | 8.07 | 17.88 | - |
| YUV | 71.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 118 | 0 | 0.84 | 0.19 | 0.43 | 313.77 | 0.72 | 0.33 |
| Hex | 92 | 18 | 76 | 0 | 54 | 13 | 2B | 13A | 48 | 21 |
| Octal | 222 | 30 | 166 | 0 | 124 | 23 | 53 | 472 | 110 | 41 |
| Binary | 10010010 | 11000 | 1110110 | 0 | 1010100 | 10011 | 101011 | 100111010 | 1001000 | 100001 |
Color Harmonies of #921876
Complementary color
Monochromatic Colors of #921876
Black with #921876
Text Example
Text Example
White with #921876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921876; }
p { color: rgb(146,24,118); }
H1.HeaderClassName
{
color: #921876;
}
.AnyTagClassName
{
color: #921876;
}
</style>
background-color css
<style>
a { background-color: #921876; }
a { background-color: rgb(146,24,118); }
div.DivClassName
{
background-color: #921876;
}
.BgClassName
{
background-color: #921876;
}
</style>
border-color css
<style>
span { border-color: #921876; }
span { border-color: rgb(146,24,118); }
td.TdClassName
{
border-color: #921876;
}
.TagClassName
{
border-color: #921876;
}
</style>