Shades of Dark Purple #902487
Tints of Dark Purple #902487
RGB
CMYK
RGB Variations
Color information
#902487 (or 0x902487) is known color: Dark Purple. HEX triplet: 90, 24 and 87. RGB value is (144,36,135). Sum of RGB (Red+Green+Blue) = 144+36+135=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #902487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902487 is #6FDB78. Grayscale: #4F4F4F. Windows color (decimal): -7330681 or 8856720. OLE color: 8856720.
HSL color Cylindrical-coordinate representation of color #902487: hue angle of 305º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902487 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 135 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.44 |
| HSL | 305º | 0.6% | 0.35% | - |
| HSV(B) | 305º | 0.75% | 0.56% | - |
| XYZ | 16.51 | 8.94 | 23.78 | - |
| YUV | 79.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 135 | 0 | 0.75 | 0.06 | 0.44 | 305 | 0.6 | 0.35 |
| Hex | 90 | 24 | 87 | 0 | 4B | 6 | 2C | 131 | 3C | 23 |
| Octal | 220 | 44 | 207 | 0 | 113 | 6 | 54 | 461 | 74 | 43 |
| Binary | 10010000 | 100100 | 10000111 | 0 | 1001011 | 110 | 101100 | 100110001 | 111100 | 100011 |
Color Harmonies of #902487
Complementary color
Monochromatic Colors of #902487
Black with #902487
Text Example
Text Example
White with #902487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902487; }
p { color: rgb(144,36,135); }
H1.HeaderClassName
{
color: #902487;
}
.AnyTagClassName
{
color: #902487;
}
</style>
background-color css
<style>
a { background-color: #902487; }
a { background-color: rgb(144,36,135); }
div.DivClassName
{
background-color: #902487;
}
.BgClassName
{
background-color: #902487;
}
</style>
border-color css
<style>
span { border-color: #902487; }
span { border-color: rgb(144,36,135); }
td.TdClassName
{
border-color: #902487;
}
.TagClassName
{
border-color: #902487;
}
</style>