Shades of Dark Purple #900978
Tints of Dark Purple #900978
RGB
CMYK
RGB Variations
Color information
#900978 (or 0x900978) is known color: Dark Purple. HEX triplet: 90, 09 and 78. RGB value is (144,9,120). Sum of RGB (Red+Green+Blue) = 144+9+120=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #900978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900978 is #6FF687. Grayscale: #3D3D3D. Windows color (decimal): -7337608 or 7866768. OLE color: 7866768.
HSL color Cylindrical-coordinate representation of color #900978: hue angle of 310.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900978 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 120 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.44 |
| HSL | 310.67º | 0.88% | 0.3% | - |
| HSV(B) | 310.67º | 0.94% | 0.56% | - |
| XYZ | 14.99 | 7.48 | 18.42 | - |
| YUV | 62.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 120 | 0 | 0.94 | 0.17 | 0.44 | 310.67 | 0.88 | 0.3 |
| Hex | 90 | 9 | 78 | 0 | 5E | 11 | 2C | 137 | 58 | 1E |
| Octal | 220 | 11 | 170 | 0 | 136 | 21 | 54 | 467 | 130 | 36 |
| Binary | 10010000 | 1001 | 1111000 | 0 | 1011110 | 10001 | 101100 | 100110111 | 1011000 | 11110 |
Color Harmonies of #900978
Complementary color
Monochromatic Colors of #900978
Black with #900978
Text Example
Text Example
White with #900978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900978; }
p { color: rgb(144,9,120); }
H1.HeaderClassName
{
color: #900978;
}
.AnyTagClassName
{
color: #900978;
}
</style>
background-color css
<style>
a { background-color: #900978; }
a { background-color: rgb(144,9,120); }
div.DivClassName
{
background-color: #900978;
}
.BgClassName
{
background-color: #900978;
}
</style>
border-color css
<style>
span { border-color: #900978; }
span { border-color: rgb(144,9,120); }
td.TdClassName
{
border-color: #900978;
}
.TagClassName
{
border-color: #900978;
}
</style>