Shades of Dark Purple #902490
Tints of Dark Purple #902490
RGB
CMYK
RGB Variations
Color information
#902490 (or 0x902490) is known color: Dark Purple. HEX triplet: 90, 24 and 90. RGB value is (144,36,144). Sum of RGB (Red+Green+Blue) = 144+36+144=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #902490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902490 is #6FDB6F. Grayscale: #505050. Windows color (decimal): -7330672 or 9446544. OLE color: 9446544.
HSL color Cylindrical-coordinate representation of color #902490: hue angle of 300º 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 #902490 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 144 | - |
| CMYK | 0 | 0.75 | 0 | 0.44 |
| HSL | 300º | 0.6% | 0.35% | - |
| HSV(B) | 300º | 0.75% | 0.56% | - |
| XYZ | 17.17 | 9.2 | 27.26 | - |
| YUV | 80.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 144 | 0 | 0.75 | 0 | 0.44 | 300 | 0.6 | 0.35 |
| Hex | 90 | 24 | 90 | 0 | 4B | 0 | 2C | 12C | 3C | 23 |
| Octal | 220 | 44 | 220 | 0 | 113 | 0 | 54 | 454 | 74 | 43 |
| Binary | 10010000 | 100100 | 10010000 | 0 | 1001011 | 0 | 101100 | 100101100 | 111100 | 100011 |
Color Harmonies of #902490
Complementary color
Monochromatic Colors of #902490
Black with #902490
Text Example
Text Example
White with #902490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902490; }
p { color: rgb(144,36,144); }
H1.HeaderClassName
{
color: #902490;
}
.AnyTagClassName
{
color: #902490;
}
</style>
background-color css
<style>
a { background-color: #902490; }
a { background-color: rgb(144,36,144); }
div.DivClassName
{
background-color: #902490;
}
.BgClassName
{
background-color: #902490;
}
</style>
border-color css
<style>
span { border-color: #902490; }
span { border-color: rgb(144,36,144); }
td.TdClassName
{
border-color: #902490;
}
.TagClassName
{
border-color: #902490;
}
</style>