Shades of Dark Purple #902F87
Tints of Dark Purple #902F87
RGB
CMYK
RGB Variations
Color information
#902F87 (or 0x902F87) is known color: Dark Purple. HEX triplet: 90, 2F and 87. RGB value is (144,47,135). Sum of RGB (Red+Green+Blue) = 144+47+135=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #902F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902F87 is #6FD078. Grayscale: #555555. Windows color (decimal): -7327865 or 8859536. OLE color: 8859536.
HSL color Cylindrical-coordinate representation of color #902F87: hue angle of 305.57º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #902F87 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 135 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.44 |
| HSL | 305.57º | 0.51% | 0.37% | - |
| HSV(B) | 305.57º | 0.67% | 0.56% | - |
| XYZ | 16.89 | 9.71 | 23.91 | - |
| YUV | 86.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 135 | 0 | 0.67 | 0.06 | 0.44 | 305.57 | 0.51 | 0.37 |
| Hex | 90 | 2F | 87 | 0 | 43 | 6 | 2C | 132 | 33 | 25 |
| Octal | 220 | 57 | 207 | 0 | 103 | 6 | 54 | 462 | 63 | 45 |
| Binary | 10010000 | 101111 | 10000111 | 0 | 1000011 | 110 | 101100 | 100110010 | 110011 | 100101 |
Color Harmonies of #902F87
Complementary color
Monochromatic Colors of #902F87
Black with #902F87
Text Example
Text Example
White with #902F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F87; }
p { color: rgb(144,47,135); }
H1.HeaderClassName
{
color: #902F87;
}
.AnyTagClassName
{
color: #902F87;
}
</style>
background-color css
<style>
a { background-color: #902F87; }
a { background-color: rgb(144,47,135); }
div.DivClassName
{
background-color: #902F87;
}
.BgClassName
{
background-color: #902F87;
}
</style>
border-color css
<style>
span { border-color: #902F87; }
span { border-color: rgb(144,47,135); }
td.TdClassName
{
border-color: #902F87;
}
.TagClassName
{
border-color: #902F87;
}
</style>