Shades of Dark Purple #902387
Tints of Dark Purple #902387
RGB
CMYK
RGB Variations
Color information
#902387 (or 0x902387) is known color: Dark Purple. HEX triplet: 90, 23 and 87. RGB value is (144,35,135). Sum of RGB (Red+Green+Blue) = 144+35+135=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #902387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902387 is #6FDC78. Grayscale: #4E4E4E. Windows color (decimal): -7330937 or 8856464. OLE color: 8856464.
HSL color Cylindrical-coordinate representation of color #902387: hue angle of 304.95º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902387 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 135 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.44 |
| HSL | 304.95º | 0.61% | 0.35% | - |
| HSV(B) | 304.95º | 0.76% | 0.56% | - |
| XYZ | 16.48 | 8.88 | 23.77 | - |
| YUV | 78.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 135 | 0 | 0.76 | 0.06 | 0.44 | 304.95 | 0.61 | 0.35 |
| Hex | 90 | 23 | 87 | 0 | 4C | 6 | 2C | 131 | 3D | 23 |
| Octal | 220 | 43 | 207 | 0 | 114 | 6 | 54 | 461 | 75 | 43 |
| Binary | 10010000 | 100011 | 10000111 | 0 | 1001100 | 110 | 101100 | 100110001 | 111101 | 100011 |
Color Harmonies of #902387
Complementary color
Monochromatic Colors of #902387
Black with #902387
Text Example
Text Example
White with #902387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902387; }
p { color: rgb(144,35,135); }
H1.HeaderClassName
{
color: #902387;
}
.AnyTagClassName
{
color: #902387;
}
</style>
background-color css
<style>
a { background-color: #902387; }
a { background-color: rgb(144,35,135); }
div.DivClassName
{
background-color: #902387;
}
.BgClassName
{
background-color: #902387;
}
</style>
border-color css
<style>
span { border-color: #902387; }
span { border-color: rgb(144,35,135); }
td.TdClassName
{
border-color: #902387;
}
.TagClassName
{
border-color: #902387;
}
</style>