Shades of Dark Purple #902987
Tints of Dark Purple #902987
RGB
CMYK
RGB Variations
Color information
#902987 (or 0x902987) is known color: Dark Purple. HEX triplet: 90, 29 and 87. RGB value is (144,41,135). Sum of RGB (Red+Green+Blue) = 144+41+135=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #902987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902987 is #6FD678. Grayscale: #525252. Windows color (decimal): -7329401 or 8858000. OLE color: 8858000.
HSL color Cylindrical-coordinate representation of color #902987: hue angle of 305.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902987 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 135 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.44 |
| HSL | 305.24º | 0.56% | 0.36% | - |
| HSV(B) | 305.24º | 0.72% | 0.56% | - |
| XYZ | 16.67 | 9.26 | 23.83 | - |
| YUV | 82.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 135 | 0 | 0.72 | 0.06 | 0.44 | 305.24 | 0.56 | 0.36 |
| Hex | 90 | 29 | 87 | 0 | 48 | 6 | 2C | 131 | 38 | 24 |
| Octal | 220 | 51 | 207 | 0 | 110 | 6 | 54 | 461 | 70 | 44 |
| Binary | 10010000 | 101001 | 10000111 | 0 | 1001000 | 110 | 101100 | 100110001 | 111000 | 100100 |
Color Harmonies of #902987
Complementary color
Monochromatic Colors of #902987
Black with #902987
Text Example
Text Example
White with #902987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902987; }
p { color: rgb(144,41,135); }
H1.HeaderClassName
{
color: #902987;
}
.AnyTagClassName
{
color: #902987;
}
</style>
background-color css
<style>
a { background-color: #902987; }
a { background-color: rgb(144,41,135); }
div.DivClassName
{
background-color: #902987;
}
.BgClassName
{
background-color: #902987;
}
</style>
border-color css
<style>
span { border-color: #902987; }
span { border-color: rgb(144,41,135); }
td.TdClassName
{
border-color: #902987;
}
.TagClassName
{
border-color: #902987;
}
</style>