Shades of Dark Purple #902E88
Tints of Dark Purple #902E88
RGB
CMYK
RGB Variations
Color information
#902E88 (or 0x902E88) is known color: Dark Purple. HEX triplet: 90, 2E and 88. RGB value is (144,46,136). Sum of RGB (Red+Green+Blue) = 144+46+136=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #902E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902E88 is #6FD177. Grayscale: #555555. Windows color (decimal): -7328120 or 8924816. OLE color: 8924816.
HSL color Cylindrical-coordinate representation of color #902E88: hue angle of 304.9º 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 #902E88 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 46 | 136 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.44 |
| HSL | 304.9º | 0.52% | 0.37% | - |
| HSV(B) | 304.9º | 0.68% | 0.56% | - |
| XYZ | 16.92 | 9.66 | 24.27 | - |
| YUV | 85.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 136 | 0 | 0.68 | 0.06 | 0.44 | 304.9 | 0.52 | 0.37 |
| Hex | 90 | 2E | 88 | 0 | 44 | 6 | 2C | 131 | 34 | 25 |
| Octal | 220 | 56 | 210 | 0 | 104 | 6 | 54 | 461 | 64 | 45 |
| Binary | 10010000 | 101110 | 10001000 | 0 | 1000100 | 110 | 101100 | 100110001 | 110100 | 100101 |
Color Harmonies of #902E88
Complementary color
Monochromatic Colors of #902E88
Black with #902E88
Text Example
Text Example
White with #902E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902E88; }
p { color: rgb(144,46,136); }
H1.HeaderClassName
{
color: #902E88;
}
.AnyTagClassName
{
color: #902E88;
}
</style>
background-color css
<style>
a { background-color: #902E88; }
a { background-color: rgb(144,46,136); }
div.DivClassName
{
background-color: #902E88;
}
.BgClassName
{
background-color: #902E88;
}
</style>
border-color css
<style>
span { border-color: #902E88; }
span { border-color: rgb(144,46,136); }
td.TdClassName
{
border-color: #902E88;
}
.TagClassName
{
border-color: #902E88;
}
</style>