Shades of Dark Purple #922C76
Tints of Dark Purple #922C76
RGB
CMYK
RGB Variations
Color information
#922C76 (or 0x922C76) is known color: Dark Purple. HEX triplet: 92, 2C and 76. RGB value is (146,44,118). Sum of RGB (Red+Green+Blue) = 146+44+118=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #922C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922C76 is #6DD389. Grayscale: #525252. Windows color (decimal): -7197578 or 7744658. OLE color: 7744658.
HSL color Cylindrical-coordinate representation of color #922C76: hue angle of 316.47º 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 #922C76 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 118 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.43 |
| HSL | 316.47º | 0.54% | 0.37% | - |
| HSV(B) | 316.47º | 0.7% | 0.57% | - |
| XYZ | 16.02 | 9.22 | 18.07 | - |
| YUV | 82.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 118 | 0 | 0.70 | 0.19 | 0.43 | 316.47 | 0.54 | 0.37 |
| Hex | 92 | 2C | 76 | 0 | 46 | 13 | 2B | 13C | 36 | 25 |
| Octal | 222 | 54 | 166 | 0 | 106 | 23 | 53 | 474 | 66 | 45 |
| Binary | 10010010 | 101100 | 1110110 | 0 | 1000110 | 10011 | 101011 | 100111100 | 110110 | 100101 |
Color Harmonies of #922C76
Complementary color
Monochromatic Colors of #922C76
Black with #922C76
Text Example
Text Example
White with #922C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C76; }
p { color: rgb(146,44,118); }
H1.HeaderClassName
{
color: #922C76;
}
.AnyTagClassName
{
color: #922C76;
}
</style>
background-color css
<style>
a { background-color: #922C76; }
a { background-color: rgb(146,44,118); }
div.DivClassName
{
background-color: #922C76;
}
.BgClassName
{
background-color: #922C76;
}
</style>
border-color css
<style>
span { border-color: #922C76; }
span { border-color: rgb(146,44,118); }
td.TdClassName
{
border-color: #922C76;
}
.TagClassName
{
border-color: #922C76;
}
</style>