Shades of Dark Purple #902D89
Tints of Dark Purple #902D89
RGB
CMYK
RGB Variations
Color information
#902D89 (or 0x902D89) is known color: Dark Purple. HEX triplet: 90, 2D and 89. RGB value is (144,45,137). Sum of RGB (Red+Green+Blue) = 144+45+137=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #902D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902D89 is #6FD276. Grayscale: #545454. Windows color (decimal): -7328375 or 8990096. OLE color: 8990096.
HSL color Cylindrical-coordinate representation of color #902D89: hue angle of 304.24º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #902D89 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 45 | 137 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.44 |
| HSL | 304.24º | 0.52% | 0.37% | - |
| HSV(B) | 304.24º | 0.69% | 0.56% | - |
| XYZ | 16.96 | 9.61 | 24.63 | - |
| YUV | 85.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 137 | 0 | 0.69 | 0.05 | 0.44 | 304.24 | 0.52 | 0.37 |
| Hex | 90 | 2D | 89 | 0 | 45 | 5 | 2C | 130 | 34 | 25 |
| Octal | 220 | 55 | 211 | 0 | 105 | 5 | 54 | 460 | 64 | 45 |
| Binary | 10010000 | 101101 | 10001001 | 0 | 1000101 | 101 | 101100 | 100110000 | 110100 | 100101 |
Color Harmonies of #902D89
Complementary color
Monochromatic Colors of #902D89
Black with #902D89
Text Example
Text Example
White with #902D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902D89; }
p { color: rgb(144,45,137); }
H1.HeaderClassName
{
color: #902D89;
}
.AnyTagClassName
{
color: #902D89;
}
</style>
background-color css
<style>
a { background-color: #902D89; }
a { background-color: rgb(144,45,137); }
div.DivClassName
{
background-color: #902D89;
}
.BgClassName
{
background-color: #902D89;
}
</style>
border-color css
<style>
span { border-color: #902D89; }
span { border-color: rgb(144,45,137); }
td.TdClassName
{
border-color: #902D89;
}
.TagClassName
{
border-color: #902D89;
}
</style>