Shades of Dark Purple #902189
Tints of Dark Purple #902189
RGB
CMYK
RGB Variations
Color information
#902189 (or 0x902189) is known color: Dark Purple. HEX triplet: 90, 21 and 89. RGB value is (144,33,137). Sum of RGB (Red+Green+Blue) = 144+33+137=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #902189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902189 is #6FDE76. Grayscale: #4D4D4D. Windows color (decimal): -7331447 or 8987024. OLE color: 8987024.
HSL color Cylindrical-coordinate representation of color #902189: hue angle of 303.78º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902189 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 137 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.44 |
| HSL | 303.78º | 0.63% | 0.35% | - |
| HSV(B) | 303.78º | 0.77% | 0.56% | - |
| XYZ | 16.56 | 8.82 | 24.5 | - |
| YUV | 78.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 137 | 0 | 0.77 | 0.05 | 0.44 | 303.78 | 0.63 | 0.35 |
| Hex | 90 | 21 | 89 | 0 | 4D | 5 | 2C | 130 | 3F | 23 |
| Octal | 220 | 41 | 211 | 0 | 115 | 5 | 54 | 460 | 77 | 43 |
| Binary | 10010000 | 100001 | 10001001 | 0 | 1001101 | 101 | 101100 | 100110000 | 111111 | 100011 |
Color Harmonies of #902189
Complementary color
Monochromatic Colors of #902189
Black with #902189
Text Example
Text Example
White with #902189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902189; }
p { color: rgb(144,33,137); }
H1.HeaderClassName
{
color: #902189;
}
.AnyTagClassName
{
color: #902189;
}
</style>
background-color css
<style>
a { background-color: #902189; }
a { background-color: rgb(144,33,137); }
div.DivClassName
{
background-color: #902189;
}
.BgClassName
{
background-color: #902189;
}
</style>
border-color css
<style>
span { border-color: #902189; }
span { border-color: rgb(144,33,137); }
td.TdClassName
{
border-color: #902189;
}
.TagClassName
{
border-color: #902189;
}
</style>