Shades of Dark Purple #900E7B
Tints of Dark Purple #900E7B
RGB
CMYK
RGB Variations
Color information
#900E7B (or 0x900E7B) is known color: Dark Purple. HEX triplet: 90, 0E and 7B. RGB value is (144,14,123). Sum of RGB (Red+Green+Blue) = 144+14+123=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #900E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E7B is #6FF184. Grayscale: #404040. Windows color (decimal): -7336325 or 8064656. OLE color: 8064656.
HSL color Cylindrical-coordinate representation of color #900E7B: hue angle of 309.69º 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 #900E7B is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 123 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.44 |
| HSL | 309.69º | 0.82% | 0.31% | - |
| HSV(B) | 309.69º | 0.9% | 0.56% | - |
| XYZ | 15.23 | 7.67 | 19.42 | - |
| YUV | 65.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 123 | 0 | 0.90 | 0.15 | 0.44 | 309.69 | 0.82 | 0.31 |
| Hex | 90 | E | 7B | 0 | 5A | F | 2C | 136 | 52 | 1F |
| Octal | 220 | 16 | 173 | 0 | 132 | 17 | 54 | 466 | 122 | 37 |
| Binary | 10010000 | 1110 | 1111011 | 0 | 1011010 | 1111 | 101100 | 100110110 | 1010010 | 11111 |
Color Harmonies of #900E7B
Complementary color
Monochromatic Colors of #900E7B
Black with #900E7B
Text Example
Text Example
White with #900E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E7B; }
p { color: rgb(144,14,123); }
H1.HeaderClassName
{
color: #900E7B;
}
.AnyTagClassName
{
color: #900E7B;
}
</style>
background-color css
<style>
a { background-color: #900E7B; }
a { background-color: rgb(144,14,123); }
div.DivClassName
{
background-color: #900E7B;
}
.BgClassName
{
background-color: #900E7B;
}
</style>
border-color css
<style>
span { border-color: #900E7B; }
span { border-color: rgb(144,14,123); }
td.TdClassName
{
border-color: #900E7B;
}
.TagClassName
{
border-color: #900E7B;
}
</style>