Shades of Dark Purple #922089
Tints of Dark Purple #922089
RGB
CMYK
RGB Variations
Color information
#922089 (or 0x922089) is known color: Dark Purple. HEX triplet: 92, 20 and 89. RGB value is (146,32,137). Sum of RGB (Red+Green+Blue) = 146+32+137=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #922089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922089 is #6DDF76. Grayscale: #4D4D4D. Windows color (decimal): -7200631 or 8986770. OLE color: 8986770.
HSL color Cylindrical-coordinate representation of color #922089: hue angle of 304.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922089 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 137 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.43 |
| HSL | 304.74º | 0.64% | 0.35% | - |
| HSV(B) | 304.74º | 0.78% | 0.57% | - |
| XYZ | 16.89 | 8.95 | 24.5 | - |
| YUV | 78.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 137 | 0 | 0.78 | 0.06 | 0.43 | 304.74 | 0.64 | 0.35 |
| Hex | 92 | 20 | 89 | 0 | 4E | 6 | 2B | 131 | 40 | 23 |
| Octal | 222 | 40 | 211 | 0 | 116 | 6 | 53 | 461 | 100 | 43 |
| Binary | 10010010 | 100000 | 10001001 | 0 | 1001110 | 110 | 101011 | 100110001 | 1000000 | 100011 |
Color Harmonies of #922089
Complementary color
Monochromatic Colors of #922089
Black with #922089
Text Example
Text Example
White with #922089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922089; }
p { color: rgb(146,32,137); }
H1.HeaderClassName
{
color: #922089;
}
.AnyTagClassName
{
color: #922089;
}
</style>
background-color css
<style>
a { background-color: #922089; }
a { background-color: rgb(146,32,137); }
div.DivClassName
{
background-color: #922089;
}
.BgClassName
{
background-color: #922089;
}
</style>
border-color css
<style>
span { border-color: #922089; }
span { border-color: rgb(146,32,137); }
td.TdClassName
{
border-color: #922089;
}
.TagClassName
{
border-color: #922089;
}
</style>