Shades of Dark Purple #900E7C
Tints of Dark Purple #900E7C
RGB
CMYK
RGB Variations
Color information
#900E7C (or 0x900E7C) is known color: Dark Purple. HEX triplet: 90, 0E and 7C. RGB value is (144,14,124). Sum of RGB (Red+Green+Blue) = 144+14+124=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #900E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E7C is #6FF183. Grayscale: #414141. Windows color (decimal): -7336324 or 8130192. OLE color: 8130192.
HSL color Cylindrical-coordinate representation of color #900E7C: hue angle of 309.23º 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 #900E7C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 124 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.44 |
| HSL | 309.23º | 0.82% | 0.31% | - |
| HSV(B) | 309.23º | 0.9% | 0.56% | - |
| XYZ | 15.3 | 7.7 | 19.75 | - |
| YUV | 65.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 124 | 0 | 0.90 | 0.14 | 0.44 | 309.23 | 0.82 | 0.31 |
| Hex | 90 | E | 7C | 0 | 5A | E | 2C | 135 | 52 | 1F |
| Octal | 220 | 16 | 174 | 0 | 132 | 16 | 54 | 465 | 122 | 37 |
| Binary | 10010000 | 1110 | 1111100 | 0 | 1011010 | 1110 | 101100 | 100110101 | 1010010 | 11111 |
Color Harmonies of #900E7C
Complementary color
Monochromatic Colors of #900E7C
Black with #900E7C
Text Example
Text Example
White with #900E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E7C; }
p { color: rgb(144,14,124); }
H1.HeaderClassName
{
color: #900E7C;
}
.AnyTagClassName
{
color: #900E7C;
}
</style>
background-color css
<style>
a { background-color: #900E7C; }
a { background-color: rgb(144,14,124); }
div.DivClassName
{
background-color: #900E7C;
}
.BgClassName
{
background-color: #900E7C;
}
</style>
border-color css
<style>
span { border-color: #900E7C; }
span { border-color: rgb(144,14,124); }
td.TdClassName
{
border-color: #900E7C;
}
.TagClassName
{
border-color: #900E7C;
}
</style>