Shades of Dark Purple #902E87
Tints of Dark Purple #902E87
RGB
CMYK
RGB Variations
Color information
#902E87 (or 0x902E87) is known color: Dark Purple. HEX triplet: 90, 2E and 87. RGB value is (144,46,135). Sum of RGB (Red+Green+Blue) = 144+46+135=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #902E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902E87 is #6FD178. Grayscale: #555555. Windows color (decimal): -7328121 or 8859280. OLE color: 8859280.
HSL color Cylindrical-coordinate representation of color #902E87: hue angle of 305.51º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #902E87 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 46 | 135 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.44 |
| HSL | 305.51º | 0.52% | 0.37% | - |
| HSV(B) | 305.51º | 0.68% | 0.56% | - |
| XYZ | 16.85 | 9.63 | 23.89 | - |
| YUV | 85.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 135 | 0 | 0.68 | 0.06 | 0.44 | 305.51 | 0.52 | 0.37 |
| Hex | 90 | 2E | 87 | 0 | 44 | 6 | 2C | 132 | 34 | 25 |
| Octal | 220 | 56 | 207 | 0 | 104 | 6 | 54 | 462 | 64 | 45 |
| Binary | 10010000 | 101110 | 10000111 | 0 | 1000100 | 110 | 101100 | 100110010 | 110100 | 100101 |
Color Harmonies of #902E87
Complementary color
Monochromatic Colors of #902E87
Black with #902E87
Text Example
Text Example
White with #902E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902E87; }
p { color: rgb(144,46,135); }
H1.HeaderClassName
{
color: #902E87;
}
.AnyTagClassName
{
color: #902E87;
}
</style>
background-color css
<style>
a { background-color: #902E87; }
a { background-color: rgb(144,46,135); }
div.DivClassName
{
background-color: #902E87;
}
.BgClassName
{
background-color: #902E87;
}
</style>
border-color css
<style>
span { border-color: #902E87; }
span { border-color: rgb(144,46,135); }
td.TdClassName
{
border-color: #902E87;
}
.TagClassName
{
border-color: #902E87;
}
</style>