Shades of Dark Purple #922489
Tints of Dark Purple #922489
RGB
CMYK
RGB Variations
Color information
#922489 (or 0x922489) is known color: Dark Purple. HEX triplet: 92, 24 and 89. RGB value is (146,36,137). Sum of RGB (Red+Green+Blue) = 146+36+137=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #922489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922489 is #6DDB76. Grayscale: #505050. Windows color (decimal): -7199607 or 8987794. OLE color: 8987794.
HSL color Cylindrical-coordinate representation of color #922489: hue angle of 304.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922489 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 137 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.43 |
| HSL | 304.91º | 0.6% | 0.36% | - |
| HSV(B) | 304.91º | 0.75% | 0.57% | - |
| XYZ | 17 | 9.18 | 24.54 | - |
| YUV | 80.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 137 | 0 | 0.75 | 0.06 | 0.43 | 304.91 | 0.6 | 0.36 |
| Hex | 92 | 24 | 89 | 0 | 4B | 6 | 2B | 131 | 3C | 24 |
| Octal | 222 | 44 | 211 | 0 | 113 | 6 | 53 | 461 | 74 | 44 |
| Binary | 10010010 | 100100 | 10001001 | 0 | 1001011 | 110 | 101011 | 100110001 | 111100 | 100100 |
Color Harmonies of #922489
Complementary color
Monochromatic Colors of #922489
Black with #922489
Text Example
Text Example
White with #922489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922489; }
p { color: rgb(146,36,137); }
H1.HeaderClassName
{
color: #922489;
}
.AnyTagClassName
{
color: #922489;
}
</style>
background-color css
<style>
a { background-color: #922489; }
a { background-color: rgb(146,36,137); }
div.DivClassName
{
background-color: #922489;
}
.BgClassName
{
background-color: #922489;
}
</style>
border-color css
<style>
span { border-color: #922489; }
span { border-color: rgb(146,36,137); }
td.TdClassName
{
border-color: #922489;
}
.TagClassName
{
border-color: #922489;
}
</style>