Shades of Dark Purple #921077
Tints of Dark Purple #921077
RGB
CMYK
RGB Variations
Color information
#921077 (or 0x921077) is known color: Dark Purple. HEX triplet: 92, 10 and 77. RGB value is (146,16,119). Sum of RGB (Red+Green+Blue) = 146+16+119=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921077 is #6DEF88. Grayscale: #424242. Windows color (decimal): -7204745 or 7803026. OLE color: 7803026.
HSL color Cylindrical-coordinate representation of color #921077: hue angle of 312.46º 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 #921077 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 119 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.43 |
| HSL | 312.46º | 0.8% | 0.32% | - |
| HSV(B) | 312.46º | 0.89% | 0.57% | - |
| XYZ | 15.37 | 7.81 | 18.15 | - |
| YUV | 66.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 119 | 0 | 0.89 | 0.18 | 0.43 | 312.46 | 0.8 | 0.32 |
| Hex | 92 | 10 | 77 | 0 | 59 | 12 | 2B | 138 | 50 | 20 |
| Octal | 222 | 20 | 167 | 0 | 131 | 22 | 53 | 470 | 120 | 40 |
| Binary | 10010010 | 10000 | 1110111 | 0 | 1011001 | 10010 | 101011 | 100111000 | 1010000 | 100000 |
Color Harmonies of #921077
Complementary color
Monochromatic Colors of #921077
Black with #921077
Text Example
Text Example
White with #921077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921077; }
p { color: rgb(146,16,119); }
H1.HeaderClassName
{
color: #921077;
}
.AnyTagClassName
{
color: #921077;
}
</style>
background-color css
<style>
a { background-color: #921077; }
a { background-color: rgb(146,16,119); }
div.DivClassName
{
background-color: #921077;
}
.BgClassName
{
background-color: #921077;
}
</style>
border-color css
<style>
span { border-color: #921077; }
span { border-color: rgb(146,16,119); }
td.TdClassName
{
border-color: #921077;
}
.TagClassName
{
border-color: #921077;
}
</style>