Shades of Dark Purple #902485
Tints of Dark Purple #902485
RGB
CMYK
RGB Variations
Color information
#902485 (or 0x902485) is known color: Dark Purple. HEX triplet: 90, 24 and 85. RGB value is (144,36,133). Sum of RGB (Red+Green+Blue) = 144+36+133=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #902485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902485 is #6FDB7A. Grayscale: #4F4F4F. Windows color (decimal): -7330683 or 8725648. OLE color: 8725648.
HSL color Cylindrical-coordinate representation of color #902485: hue angle of 306.11º 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 #902485 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 133 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.44 |
| HSL | 306.11º | 0.6% | 0.35% | - |
| HSV(B) | 306.11º | 0.75% | 0.56% | - |
| XYZ | 16.37 | 8.88 | 23.04 | - |
| YUV | 79.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 133 | 0 | 0.75 | 0.08 | 0.44 | 306.11 | 0.6 | 0.35 |
| Hex | 90 | 24 | 85 | 0 | 4B | 8 | 2C | 132 | 3C | 23 |
| Octal | 220 | 44 | 205 | 0 | 113 | 10 | 54 | 462 | 74 | 43 |
| Binary | 10010000 | 100100 | 10000101 | 0 | 1001011 | 1000 | 101100 | 100110010 | 111100 | 100011 |
Color Harmonies of #902485
Complementary color
Monochromatic Colors of #902485
Black with #902485
Text Example
Text Example
White with #902485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902485; }
p { color: rgb(144,36,133); }
H1.HeaderClassName
{
color: #902485;
}
.AnyTagClassName
{
color: #902485;
}
</style>
background-color css
<style>
a { background-color: #902485; }
a { background-color: rgb(144,36,133); }
div.DivClassName
{
background-color: #902485;
}
.BgClassName
{
background-color: #902485;
}
</style>
border-color css
<style>
span { border-color: #902485; }
span { border-color: rgb(144,36,133); }
td.TdClassName
{
border-color: #902485;
}
.TagClassName
{
border-color: #902485;
}
</style>