Shades of Dark Purple #900E77
Tints of Dark Purple #900E77
RGB
CMYK
RGB Variations
Color information
#900E77 (or 0x900E77) is known color: Dark Purple. HEX triplet: 90, 0E and 77. RGB value is (144,14,119). Sum of RGB (Red+Green+Blue) = 144+14+119=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E77 is #6FF188. Grayscale: #404040. Windows color (decimal): -7336329 or 7802512. OLE color: 7802512.
HSL color Cylindrical-coordinate representation of color #900E77: hue angle of 311.54º 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 #900E77 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 119 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.44 |
| HSL | 311.54º | 0.82% | 0.31% | - |
| HSV(B) | 311.54º | 0.9% | 0.56% | - |
| XYZ | 14.99 | 7.58 | 18.12 | - |
| YUV | 64.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 119 | 0 | 0.90 | 0.17 | 0.44 | 311.54 | 0.82 | 0.31 |
| Hex | 90 | E | 77 | 0 | 5A | 11 | 2C | 138 | 52 | 1F |
| Octal | 220 | 16 | 167 | 0 | 132 | 21 | 54 | 470 | 122 | 37 |
| Binary | 10010000 | 1110 | 1110111 | 0 | 1011010 | 10001 | 101100 | 100111000 | 1010010 | 11111 |
Color Harmonies of #900E77
Complementary color
Monochromatic Colors of #900E77
Black with #900E77
Text Example
Text Example
White with #900E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E77; }
p { color: rgb(144,14,119); }
H1.HeaderClassName
{
color: #900E77;
}
.AnyTagClassName
{
color: #900E77;
}
</style>
background-color css
<style>
a { background-color: #900E77; }
a { background-color: rgb(144,14,119); }
div.DivClassName
{
background-color: #900E77;
}
.BgClassName
{
background-color: #900E77;
}
</style>
border-color css
<style>
span { border-color: #900E77; }
span { border-color: rgb(144,14,119); }
td.TdClassName
{
border-color: #900E77;
}
.TagClassName
{
border-color: #900E77;
}
</style>