Shades of Dark Purple #922E72
Tints of Dark Purple #922E72
RGB
CMYK
RGB Variations
Color information
#922E72 (or 0x922E72) is known color: Dark Purple. HEX triplet: 92, 2E and 72. RGB value is (146,46,114). Sum of RGB (Red+Green+Blue) = 146+46+114=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #922E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922E72 is #6DD18D. Grayscale: #535353. Windows color (decimal): -7197070 or 7483026. OLE color: 7483026.
HSL color Cylindrical-coordinate representation of color #922E72: hue angle of 319.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922E72 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 46 | 114 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.43 |
| HSL | 319.2º | 0.52% | 0.38% | - |
| HSV(B) | 319.2º | 0.68% | 0.57% | - |
| XYZ | 15.87 | 9.28 | 16.87 | - |
| YUV | 83.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 46 | 114 | 0 | 0.68 | 0.22 | 0.43 | 319.2 | 0.52 | 0.38 |
| Hex | 92 | 2E | 72 | 0 | 44 | 16 | 2B | 13F | 34 | 26 |
| Octal | 222 | 56 | 162 | 0 | 104 | 26 | 53 | 477 | 64 | 46 |
| Binary | 10010010 | 101110 | 1110010 | 0 | 1000100 | 10110 | 101011 | 100111111 | 110100 | 100110 |
Color Harmonies of #922E72
Complementary color
Monochromatic Colors of #922E72
Black with #922E72
Text Example
Text Example
White with #922E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922E72; }
p { color: rgb(146,46,114); }
H1.HeaderClassName
{
color: #922E72;
}
.AnyTagClassName
{
color: #922E72;
}
</style>
background-color css
<style>
a { background-color: #922E72; }
a { background-color: rgb(146,46,114); }
div.DivClassName
{
background-color: #922E72;
}
.BgClassName
{
background-color: #922E72;
}
</style>
border-color css
<style>
span { border-color: #922E72; }
span { border-color: rgb(146,46,114); }
td.TdClassName
{
border-color: #922E72;
}
.TagClassName
{
border-color: #922E72;
}
</style>