Shades of Dark Purple #900F78
Tints of Dark Purple #900F78
RGB
CMYK
RGB Variations
Color information
#900F78 (or 0x900F78) is known color: Dark Purple. HEX triplet: 90, 0F and 78. RGB value is (144,15,120). Sum of RGB (Red+Green+Blue) = 144+15+120=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F78 is #6FF087. Grayscale: #414141. Windows color (decimal): -7336072 or 7868304. OLE color: 7868304.
HSL color Cylindrical-coordinate representation of color #900F78: hue angle of 311.16º degrees, saturation: 0.81, 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 #900F78 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 120 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.44 |
| HSL | 311.16º | 0.81% | 0.31% | - |
| HSV(B) | 311.16º | 0.9% | 0.56% | - |
| XYZ | 15.06 | 7.63 | 18.45 | - |
| YUV | 65.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 120 | 0 | 0.90 | 0.17 | 0.44 | 311.16 | 0.81 | 0.31 |
| Hex | 90 | F | 78 | 0 | 5A | 11 | 2C | 137 | 51 | 1F |
| Octal | 220 | 17 | 170 | 0 | 132 | 21 | 54 | 467 | 121 | 37 |
| Binary | 10010000 | 1111 | 1111000 | 0 | 1011010 | 10001 | 101100 | 100110111 | 1010001 | 11111 |
Color Harmonies of #900F78
Complementary color
Monochromatic Colors of #900F78
Black with #900F78
Text Example
Text Example
White with #900F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F78; }
p { color: rgb(144,15,120); }
H1.HeaderClassName
{
color: #900F78;
}
.AnyTagClassName
{
color: #900F78;
}
</style>
background-color css
<style>
a { background-color: #900F78; }
a { background-color: rgb(144,15,120); }
div.DivClassName
{
background-color: #900F78;
}
.BgClassName
{
background-color: #900F78;
}
</style>
border-color css
<style>
span { border-color: #900F78; }
span { border-color: rgb(144,15,120); }
td.TdClassName
{
border-color: #900F78;
}
.TagClassName
{
border-color: #900F78;
}
</style>