Shades of Dark Purple #902389
Tints of Dark Purple #902389
RGB
CMYK
RGB Variations
Color information
#902389 (or 0x902389) is known color: Dark Purple. HEX triplet: 90, 23 and 89. RGB value is (144,35,137). Sum of RGB (Red+Green+Blue) = 144+35+137=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #902389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902389 is #6FDC76. Grayscale: #4E4E4E. Windows color (decimal): -7330935 or 8987536. OLE color: 8987536.
HSL color Cylindrical-coordinate representation of color #902389: hue angle of 303.85º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902389 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 137 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.44 |
| HSL | 303.85º | 0.61% | 0.35% | - |
| HSV(B) | 303.85º | 0.76% | 0.56% | - |
| XYZ | 16.62 | 8.94 | 24.52 | - |
| YUV | 79.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 137 | 0 | 0.76 | 0.05 | 0.44 | 303.85 | 0.61 | 0.35 |
| Hex | 90 | 23 | 89 | 0 | 4C | 5 | 2C | 130 | 3D | 23 |
| Octal | 220 | 43 | 211 | 0 | 114 | 5 | 54 | 460 | 75 | 43 |
| Binary | 10010000 | 100011 | 10001001 | 0 | 1001100 | 101 | 101100 | 100110000 | 111101 | 100011 |
Color Harmonies of #902389
Complementary color
Monochromatic Colors of #902389
Black with #902389
Text Example
Text Example
White with #902389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902389; }
p { color: rgb(144,35,137); }
H1.HeaderClassName
{
color: #902389;
}
.AnyTagClassName
{
color: #902389;
}
</style>
background-color css
<style>
a { background-color: #902389; }
a { background-color: rgb(144,35,137); }
div.DivClassName
{
background-color: #902389;
}
.BgClassName
{
background-color: #902389;
}
</style>
border-color css
<style>
span { border-color: #902389; }
span { border-color: rgb(144,35,137); }
td.TdClassName
{
border-color: #902389;
}
.TagClassName
{
border-color: #902389;
}
</style>