Shades of Dark Purple #922C8D
Tints of Dark Purple #922C8D
RGB
CMYK
RGB Variations
Color information
#922C8D (or 0x922C8D) is known color: Dark Purple. HEX triplet: 92, 2C and 8D. RGB value is (146,44,141). Sum of RGB (Red+Green+Blue) = 146+44+141=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #922C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922C8D is #6DD372. Grayscale: #555555. Windows color (decimal): -7197555 or 9251986. OLE color: 9251986.
HSL color Cylindrical-coordinate representation of color #922C8D: hue angle of 302.94º 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 #922C8D is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 141 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.43 |
| HSL | 302.94º | 0.54% | 0.37% | - |
| HSV(B) | 302.94º | 0.7% | 0.57% | - |
| XYZ | 17.56 | 9.84 | 26.17 | - |
| YUV | 85.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 141 | 0 | 0.70 | 0.03 | 0.43 | 302.94 | 0.54 | 0.37 |
| Hex | 92 | 2C | 8D | 0 | 46 | 3 | 2B | 12F | 36 | 25 |
| Octal | 222 | 54 | 215 | 0 | 106 | 3 | 53 | 457 | 66 | 45 |
| Binary | 10010010 | 101100 | 10001101 | 0 | 1000110 | 11 | 101011 | 100101111 | 110110 | 100101 |
Color Harmonies of #922C8D
Complementary color
Monochromatic Colors of #922C8D
Black with #922C8D
Text Example
Text Example
White with #922C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C8D; }
p { color: rgb(146,44,141); }
H1.HeaderClassName
{
color: #922C8D;
}
.AnyTagClassName
{
color: #922C8D;
}
</style>
background-color css
<style>
a { background-color: #922C8D; }
a { background-color: rgb(146,44,141); }
div.DivClassName
{
background-color: #922C8D;
}
.BgClassName
{
background-color: #922C8D;
}
</style>
border-color css
<style>
span { border-color: #922C8D; }
span { border-color: rgb(146,44,141); }
td.TdClassName
{
border-color: #922C8D;
}
.TagClassName
{
border-color: #922C8D;
}
</style>