Shades of Dark Purple #921980
Tints of Dark Purple #921980
RGB
CMYK
RGB Variations
Color information
#921980 (or 0x921980) is known color: Dark Purple. HEX triplet: 92, 19 and 80. RGB value is (146,25,128). Sum of RGB (Red+Green+Blue) = 146+25+128=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #921980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921980 is #6DE67F. Grayscale: #484848. Windows color (decimal): -7202432 or 8395154. OLE color: 8395154.
HSL color Cylindrical-coordinate representation of color #921980: hue angle of 308.93º 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 #921980 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 128 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.43 |
| HSL | 308.93º | 0.71% | 0.34% | - |
| HSV(B) | 308.93º | 0.83% | 0.57% | - |
| XYZ | 16.1 | 8.36 | 21.19 | - |
| YUV | 72.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 128 | 0 | 0.83 | 0.12 | 0.43 | 308.93 | 0.71 | 0.34 |
| Hex | 92 | 19 | 80 | 0 | 53 | C | 2B | 135 | 47 | 22 |
| Octal | 222 | 31 | 200 | 0 | 123 | 14 | 53 | 465 | 107 | 42 |
| Binary | 10010010 | 11001 | 10000000 | 0 | 1010011 | 1100 | 101011 | 100110101 | 1000111 | 100010 |
Color Harmonies of #921980
Complementary color
Monochromatic Colors of #921980
Black with #921980
Text Example
Text Example
White with #921980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921980; }
p { color: rgb(146,25,128); }
H1.HeaderClassName
{
color: #921980;
}
.AnyTagClassName
{
color: #921980;
}
</style>
background-color css
<style>
a { background-color: #921980; }
a { background-color: rgb(146,25,128); }
div.DivClassName
{
background-color: #921980;
}
.BgClassName
{
background-color: #921980;
}
</style>
border-color css
<style>
span { border-color: #921980; }
span { border-color: rgb(146,25,128); }
td.TdClassName
{
border-color: #921980;
}
.TagClassName
{
border-color: #921980;
}
</style>