Shades of Dark Purple #922189
Tints of Dark Purple #922189
RGB
CMYK
RGB Variations
Color information
#922189 (or 0x922189) is known color: Dark Purple. HEX triplet: 92, 21 and 89. RGB value is (146,33,137). Sum of RGB (Red+Green+Blue) = 146+33+137=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #922189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922189 is #6DDE76. Grayscale: #4E4E4E. Windows color (decimal): -7200375 or 8987026. OLE color: 8987026.
HSL color Cylindrical-coordinate representation of color #922189: hue angle of 304.78º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922189 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 137 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.43 |
| HSL | 304.78º | 0.63% | 0.35% | - |
| HSV(B) | 304.78º | 0.77% | 0.57% | - |
| XYZ | 16.91 | 9 | 24.51 | - |
| YUV | 78.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 137 | 0 | 0.77 | 0.06 | 0.43 | 304.78 | 0.63 | 0.35 |
| Hex | 92 | 21 | 89 | 0 | 4D | 6 | 2B | 131 | 3F | 23 |
| Octal | 222 | 41 | 211 | 0 | 115 | 6 | 53 | 461 | 77 | 43 |
| Binary | 10010010 | 100001 | 10001001 | 0 | 1001101 | 110 | 101011 | 100110001 | 111111 | 100011 |
Color Harmonies of #922189
Complementary color
Monochromatic Colors of #922189
Black with #922189
Text Example
Text Example
White with #922189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922189; }
p { color: rgb(146,33,137); }
H1.HeaderClassName
{
color: #922189;
}
.AnyTagClassName
{
color: #922189;
}
</style>
background-color css
<style>
a { background-color: #922189; }
a { background-color: rgb(146,33,137); }
div.DivClassName
{
background-color: #922189;
}
.BgClassName
{
background-color: #922189;
}
</style>
border-color css
<style>
span { border-color: #922189; }
span { border-color: rgb(146,33,137); }
td.TdClassName
{
border-color: #922189;
}
.TagClassName
{
border-color: #922189;
}
</style>