Shades of Dark Purple #921977
Tints of Dark Purple #921977
RGB
CMYK
RGB Variations
Color information
#921977 (or 0x921977) is known color: Dark Purple. HEX triplet: 92, 19 and 77. RGB value is (146,25,119). Sum of RGB (Red+Green+Blue) = 146+25+119=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #921977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921977 is #6DE688. Grayscale: #474747. Windows color (decimal): -7202441 or 7805330. OLE color: 7805330.
HSL color Cylindrical-coordinate representation of color #921977: hue angle of 313.39º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921977 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 119 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.43 |
| HSL | 313.39º | 0.71% | 0.34% | - |
| HSV(B) | 313.39º | 0.83% | 0.57% | - |
| XYZ | 15.53 | 8.14 | 18.2 | - |
| YUV | 71.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 119 | 0 | 0.83 | 0.18 | 0.43 | 313.39 | 0.71 | 0.34 |
| Hex | 92 | 19 | 77 | 0 | 53 | 12 | 2B | 139 | 47 | 22 |
| Octal | 222 | 31 | 167 | 0 | 123 | 22 | 53 | 471 | 107 | 42 |
| Binary | 10010010 | 11001 | 1110111 | 0 | 1010011 | 10010 | 101011 | 100111001 | 1000111 | 100010 |
Color Harmonies of #921977
Complementary color
Monochromatic Colors of #921977
Black with #921977
Text Example
Text Example
White with #921977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921977; }
p { color: rgb(146,25,119); }
H1.HeaderClassName
{
color: #921977;
}
.AnyTagClassName
{
color: #921977;
}
</style>
background-color css
<style>
a { background-color: #921977; }
a { background-color: rgb(146,25,119); }
div.DivClassName
{
background-color: #921977;
}
.BgClassName
{
background-color: #921977;
}
</style>
border-color css
<style>
span { border-color: #921977; }
span { border-color: rgb(146,25,119); }
td.TdClassName
{
border-color: #921977;
}
.TagClassName
{
border-color: #921977;
}
</style>