Shades of Dark Purple #900E7F
Tints of Dark Purple #900E7F
RGB
CMYK
RGB Variations
Color information
#900E7F (or 0x900E7F) is known color: Dark Purple. HEX triplet: 90, 0E and 7F. RGB value is (144,14,127). Sum of RGB (Red+Green+Blue) = 144+14+127=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #900E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E7F is #6FF180. Grayscale: #414141. Windows color (decimal): -7336321 or 8326800. OLE color: 8326800.
HSL color Cylindrical-coordinate representation of color #900E7F: hue angle of 307.85º 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 #900E7F is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 127 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.44 |
| HSL | 307.85º | 0.82% | 0.31% | - |
| HSV(B) | 307.85º | 0.9% | 0.56% | - |
| XYZ | 15.49 | 7.78 | 20.76 | - |
| YUV | 65.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 127 | 0 | 0.90 | 0.12 | 0.44 | 307.85 | 0.82 | 0.31 |
| Hex | 90 | E | 7F | 0 | 5A | C | 2C | 134 | 52 | 1F |
| Octal | 220 | 16 | 177 | 0 | 132 | 14 | 54 | 464 | 122 | 37 |
| Binary | 10010000 | 1110 | 1111111 | 0 | 1011010 | 1100 | 101100 | 100110100 | 1010010 | 11111 |
Color Harmonies of #900E7F
Complementary color
Monochromatic Colors of #900E7F
Black with #900E7F
Text Example
Text Example
White with #900E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E7F; }
p { color: rgb(144,14,127); }
H1.HeaderClassName
{
color: #900E7F;
}
.AnyTagClassName
{
color: #900E7F;
}
</style>
background-color css
<style>
a { background-color: #900E7F; }
a { background-color: rgb(144,14,127); }
div.DivClassName
{
background-color: #900E7F;
}
.BgClassName
{
background-color: #900E7F;
}
</style>
border-color css
<style>
span { border-color: #900E7F; }
span { border-color: rgb(144,14,127); }
td.TdClassName
{
border-color: #900E7F;
}
.TagClassName
{
border-color: #900E7F;
}
</style>