Shades of Dark Purple #902A87
Tints of Dark Purple #902A87
RGB
CMYK
RGB Variations
Color information
#902A87 (or 0x902A87) is known color: Dark Purple. HEX triplet: 90, 2A and 87. RGB value is (144,42,135). Sum of RGB (Red+Green+Blue) = 144+42+135=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #902A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902A87 is #6FD578. Grayscale: #525252. Windows color (decimal): -7329145 or 8858256. OLE color: 8858256.
HSL color Cylindrical-coordinate representation of color #902A87: hue angle of 305.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #902A87 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 135 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.44 |
| HSL | 305.29º | 0.55% | 0.36% | - |
| HSV(B) | 305.29º | 0.71% | 0.56% | - |
| XYZ | 16.7 | 9.33 | 23.84 | - |
| YUV | 83.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 135 | 0 | 0.71 | 0.06 | 0.44 | 305.29 | 0.55 | 0.36 |
| Hex | 90 | 2A | 87 | 0 | 47 | 6 | 2C | 131 | 37 | 24 |
| Octal | 220 | 52 | 207 | 0 | 107 | 6 | 54 | 461 | 67 | 44 |
| Binary | 10010000 | 101010 | 10000111 | 0 | 1000111 | 110 | 101100 | 100110001 | 110111 | 100100 |
Color Harmonies of #902A87
Complementary color
Monochromatic Colors of #902A87
Black with #902A87
Text Example
Text Example
White with #902A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A87; }
p { color: rgb(144,42,135); }
H1.HeaderClassName
{
color: #902A87;
}
.AnyTagClassName
{
color: #902A87;
}
</style>
background-color css
<style>
a { background-color: #902A87; }
a { background-color: rgb(144,42,135); }
div.DivClassName
{
background-color: #902A87;
}
.BgClassName
{
background-color: #902A87;
}
</style>
border-color css
<style>
span { border-color: #902A87; }
span { border-color: rgb(144,42,135); }
td.TdClassName
{
border-color: #902A87;
}
.TagClassName
{
border-color: #902A87;
}
</style>