Shades of Purple #900079
Tints of Purple #900079
RGB
CMYK
RGB Variations
Color information
#900079 (or 0x900079) is known color: Purple. HEX triplet: 90, 00 and 79. RGB value is (144,0,121). Sum of RGB (Red+Green+Blue) = 144+0+121=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #900079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900079 is #6FFF86. Grayscale: #383838. Windows color (decimal): -7339911 or 7930000. OLE color: 7930000.
HSL color Cylindrical-coordinate representation of color #900079: hue angle of 309.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900079 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.16 | 0.44 |
| HSL | 309.58º | 1% | 0.28% | - |
| HSV(B) | 309.58º | 1% | 0.56% | - |
| XYZ | 14.95 | 7.31 | 18.71 | - |
| YUV | 56.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 121 | 0 | 1 | 0.16 | 0.44 | 309.58 | 1 | 0.28 |
| Hex | 90 | 0 | 79 | 0 | 64 | 10 | 2C | 136 | 64 | 1C |
| Octal | 220 | 0 | 171 | 0 | 144 | 20 | 54 | 466 | 144 | 34 |
| Binary | 10010000 | 0 | 1111001 | 0 | 1100100 | 10000 | 101100 | 100110110 | 1100100 | 11100 |
Color Harmonies of #900079
Complementary color
Monochromatic Colors of #900079
Black with #900079
Text Example
Text Example
White with #900079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900079; }
p { color: rgb(144,0,121); }
H1.HeaderClassName
{
color: #900079;
}
.AnyTagClassName
{
color: #900079;
}
</style>
background-color css
<style>
a { background-color: #900079; }
a { background-color: rgb(144,0,121); }
div.DivClassName
{
background-color: #900079;
}
.BgClassName
{
background-color: #900079;
}
</style>
border-color css
<style>
span { border-color: #900079; }
span { border-color: rgb(144,0,121); }
td.TdClassName
{
border-color: #900079;
}
.TagClassName
{
border-color: #900079;
}
</style>