Shades of Dark Purple #922C77
Tints of Dark Purple #922C77
RGB
CMYK
RGB Variations
Color information
#922C77 (or 0x922C77) is known color: Dark Purple. HEX triplet: 92, 2C and 77. RGB value is (146,44,119). Sum of RGB (Red+Green+Blue) = 146+44+119=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #922C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922C77 is #6DD388. Grayscale: #525252. Windows color (decimal): -7197577 or 7810194. OLE color: 7810194.
HSL color Cylindrical-coordinate representation of color #922C77: hue angle of 315.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #922C77 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 119 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.43 |
| HSL | 315.88º | 0.54% | 0.37% | - |
| HSV(B) | 315.88º | 0.7% | 0.57% | - |
| XYZ | 16.08 | 9.24 | 18.39 | - |
| YUV | 83.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 119 | 0 | 0.70 | 0.18 | 0.43 | 315.88 | 0.54 | 0.37 |
| Hex | 92 | 2C | 77 | 0 | 46 | 12 | 2B | 13C | 36 | 25 |
| Octal | 222 | 54 | 167 | 0 | 106 | 22 | 53 | 474 | 66 | 45 |
| Binary | 10010010 | 101100 | 1110111 | 0 | 1000110 | 10010 | 101011 | 100111100 | 110110 | 100101 |
Color Harmonies of #922C77
Complementary color
Monochromatic Colors of #922C77
Black with #922C77
Text Example
Text Example
White with #922C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C77; }
p { color: rgb(146,44,119); }
H1.HeaderClassName
{
color: #922C77;
}
.AnyTagClassName
{
color: #922C77;
}
</style>
background-color css
<style>
a { background-color: #922C77; }
a { background-color: rgb(146,44,119); }
div.DivClassName
{
background-color: #922C77;
}
.BgClassName
{
background-color: #922C77;
}
</style>
border-color css
<style>
span { border-color: #922C77; }
span { border-color: rgb(146,44,119); }
td.TdClassName
{
border-color: #922C77;
}
.TagClassName
{
border-color: #922C77;
}
</style>