Shades of Dark Purple #900E7A
Tints of Dark Purple #900E7A
RGB
CMYK
RGB Variations
Color information
#900E7A (or 0x900E7A) is known color: Dark Purple. HEX triplet: 90, 0E and 7A. RGB value is (144,14,122). Sum of RGB (Red+Green+Blue) = 144+14+122=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E7A is #6FF185. Grayscale: #404040. Windows color (decimal): -7336326 or 7999120. OLE color: 7999120.
HSL color Cylindrical-coordinate representation of color #900E7A: hue angle of 310.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E7A is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 122 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.44 |
| HSL | 310.15º | 0.82% | 0.31% | - |
| HSV(B) | 310.15º | 0.9% | 0.56% | - |
| XYZ | 15.17 | 7.65 | 19.09 | - |
| YUV | 65.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 122 | 0 | 0.90 | 0.15 | 0.44 | 310.15 | 0.82 | 0.31 |
| Hex | 90 | E | 7A | 0 | 5A | F | 2C | 136 | 52 | 1F |
| Octal | 220 | 16 | 172 | 0 | 132 | 17 | 54 | 466 | 122 | 37 |
| Binary | 10010000 | 1110 | 1111010 | 0 | 1011010 | 1111 | 101100 | 100110110 | 1010010 | 11111 |
Color Harmonies of #900E7A
Complementary color
Monochromatic Colors of #900E7A
Black with #900E7A
Text Example
Text Example
White with #900E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E7A; }
p { color: rgb(144,14,122); }
H1.HeaderClassName
{
color: #900E7A;
}
.AnyTagClassName
{
color: #900E7A;
}
</style>
background-color css
<style>
a { background-color: #900E7A; }
a { background-color: rgb(144,14,122); }
div.DivClassName
{
background-color: #900E7A;
}
.BgClassName
{
background-color: #900E7A;
}
</style>
border-color css
<style>
span { border-color: #900E7A; }
span { border-color: rgb(144,14,122); }
td.TdClassName
{
border-color: #900E7A;
}
.TagClassName
{
border-color: #900E7A;
}
</style>