Shades of Dark Purple #902876
Tints of Dark Purple #902876
RGB
CMYK
RGB Variations
Color information
#902876 (or 0x902876) is known color: Dark Purple. HEX triplet: 90, 28 and 76. RGB value is (144,40,118). Sum of RGB (Red+Green+Blue) = 144+40+118=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #902876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902876 is #6FD789. Grayscale: #4F4F4F. Windows color (decimal): -7329674 or 7743632. OLE color: 7743632.
HSL color Cylindrical-coordinate representation of color #902876: hue angle of 315º degrees, saturation: 0.57, 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 #902876 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 118 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.44 |
| HSL | 315º | 0.57% | 0.36% | - |
| HSV(B) | 315º | 0.72% | 0.56% | - |
| XYZ | 15.53 | 8.75 | 18.01 | - |
| YUV | 79.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 118 | 0 | 0.72 | 0.18 | 0.44 | 315 | 0.57 | 0.36 |
| Hex | 90 | 28 | 76 | 0 | 48 | 12 | 2C | 13B | 39 | 24 |
| Octal | 220 | 50 | 166 | 0 | 110 | 22 | 54 | 473 | 71 | 44 |
| Binary | 10010000 | 101000 | 1110110 | 0 | 1001000 | 10010 | 101100 | 100111011 | 111001 | 100100 |
Color Harmonies of #902876
Complementary color
Monochromatic Colors of #902876
Black with #902876
Text Example
Text Example
White with #902876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902876; }
p { color: rgb(144,40,118); }
H1.HeaderClassName
{
color: #902876;
}
.AnyTagClassName
{
color: #902876;
}
</style>
background-color css
<style>
a { background-color: #902876; }
a { background-color: rgb(144,40,118); }
div.DivClassName
{
background-color: #902876;
}
.BgClassName
{
background-color: #902876;
}
</style>
border-color css
<style>
span { border-color: #902876; }
span { border-color: rgb(144,40,118); }
td.TdClassName
{
border-color: #902876;
}
.TagClassName
{
border-color: #902876;
}
</style>