Shades of Purple #900179
Tints of Purple #900179
RGB
CMYK
RGB Variations
Color information
#900179 (or 0x900179) is known color: Purple. HEX triplet: 90, 01 and 79. RGB value is (144,1,121). Sum of RGB (Red+Green+Blue) = 144+1+121=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #900179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900179 is #6FFE86. Grayscale: #393939. Windows color (decimal): -7339655 or 7930256. OLE color: 7930256.
HSL color Cylindrical-coordinate representation of color #900179: hue angle of 309.65º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900179 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.44 |
| HSL | 309.65º | 0.99% | 0.28% | - |
| HSV(B) | 309.65º | 0.99% | 0.56% | - |
| XYZ | 14.96 | 7.33 | 18.72 | - |
| YUV | 57.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 121 | 0 | 0.99 | 0.16 | 0.44 | 309.65 | 0.99 | 0.28 |
| Hex | 90 | 1 | 79 | 0 | 63 | 10 | 2C | 136 | 63 | 1C |
| Octal | 220 | 1 | 171 | 0 | 143 | 20 | 54 | 466 | 143 | 34 |
| Binary | 10010000 | 1 | 1111001 | 0 | 1100011 | 10000 | 101100 | 100110110 | 1100011 | 11100 |
Color Harmonies of #900179
Complementary color
Monochromatic Colors of #900179
Black with #900179
Text Example
Text Example
White with #900179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900179; }
p { color: rgb(144,1,121); }
H1.HeaderClassName
{
color: #900179;
}
.AnyTagClassName
{
color: #900179;
}
</style>
background-color css
<style>
a { background-color: #900179; }
a { background-color: rgb(144,1,121); }
div.DivClassName
{
background-color: #900179;
}
.BgClassName
{
background-color: #900179;
}
</style>
border-color css
<style>
span { border-color: #900179; }
span { border-color: rgb(144,1,121); }
td.TdClassName
{
border-color: #900179;
}
.TagClassName
{
border-color: #900179;
}
</style>