Shades of Dark Purple #922C6C
Tints of Dark Purple #922C6C
RGB
CMYK
RGB Variations
Color information
#922C6C (or 0x922C6C) is known color: Dark Purple. HEX triplet: 92, 2C and 6C. RGB value is (146,44,108). Sum of RGB (Red+Green+Blue) = 146+44+108=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #922C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922C6C is #6DD393. Grayscale: #515151. Windows color (decimal): -7197588 or 7089298. OLE color: 7089298.
HSL color Cylindrical-coordinate representation of color #922C6C: hue angle of 322.35º 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 #922C6C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 108 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.43 |
| HSL | 322.35º | 0.54% | 0.37% | - |
| HSV(B) | 322.35º | 0.7% | 0.57% | - |
| XYZ | 15.46 | 9 | 15.11 | - |
| YUV | 81.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 108 | 0 | 0.70 | 0.26 | 0.43 | 322.35 | 0.54 | 0.37 |
| Hex | 92 | 2C | 6C | 0 | 46 | 1A | 2B | 142 | 36 | 25 |
| Octal | 222 | 54 | 154 | 0 | 106 | 32 | 53 | 502 | 66 | 45 |
| Binary | 10010010 | 101100 | 1101100 | 0 | 1000110 | 11010 | 101011 | 101000010 | 110110 | 100101 |
Color Harmonies of #922C6C
Complementary color
Monochromatic Colors of #922C6C
Black with #922C6C
Text Example
Text Example
White with #922C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C6C; }
p { color: rgb(146,44,108); }
H1.HeaderClassName
{
color: #922C6C;
}
.AnyTagClassName
{
color: #922C6C;
}
</style>
background-color css
<style>
a { background-color: #922C6C; }
a { background-color: rgb(146,44,108); }
div.DivClassName
{
background-color: #922C6C;
}
.BgClassName
{
background-color: #922C6C;
}
</style>
border-color css
<style>
span { border-color: #922C6C; }
span { border-color: rgb(146,44,108); }
td.TdClassName
{
border-color: #922C6C;
}
.TagClassName
{
border-color: #922C6C;
}
</style>