Shades of Dark Purple #902087
Tints of Dark Purple #902087
RGB
CMYK
RGB Variations
Color information
#902087 (or 0x902087) is known color: Dark Purple. HEX triplet: 90, 20 and 87. RGB value is (144,32,135). Sum of RGB (Red+Green+Blue) = 144+32+135=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #902087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902087 is #6FDF78. Grayscale: #4C4C4C. Windows color (decimal): -7331705 or 8855696. OLE color: 8855696.
HSL color Cylindrical-coordinate representation of color #902087: hue angle of 304.82º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902087 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 135 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.44 |
| HSL | 304.82º | 0.64% | 0.35% | - |
| HSV(B) | 304.82º | 0.78% | 0.56% | - |
| XYZ | 16.39 | 8.71 | 23.74 | - |
| YUV | 77.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 135 | 0 | 0.78 | 0.06 | 0.44 | 304.82 | 0.64 | 0.35 |
| Hex | 90 | 20 | 87 | 0 | 4E | 6 | 2C | 131 | 40 | 23 |
| Octal | 220 | 40 | 207 | 0 | 116 | 6 | 54 | 461 | 100 | 43 |
| Binary | 10010000 | 100000 | 10000111 | 0 | 1001110 | 110 | 101100 | 100110001 | 1000000 | 100011 |
Color Harmonies of #902087
Complementary color
Monochromatic Colors of #902087
Black with #902087
Text Example
Text Example
White with #902087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902087; }
p { color: rgb(144,32,135); }
H1.HeaderClassName
{
color: #902087;
}
.AnyTagClassName
{
color: #902087;
}
</style>
background-color css
<style>
a { background-color: #902087; }
a { background-color: rgb(144,32,135); }
div.DivClassName
{
background-color: #902087;
}
.BgClassName
{
background-color: #902087;
}
</style>
border-color css
<style>
span { border-color: #902087; }
span { border-color: rgb(144,32,135); }
td.TdClassName
{
border-color: #902087;
}
.TagClassName
{
border-color: #902087;
}
</style>