Shades of Purple #900279
Tints of Purple #900279
RGB
CMYK
RGB Variations
Color information
#900279 (or 0x900279) is known color: Purple. HEX triplet: 90, 02 and 79. RGB value is (144,2,121). Sum of RGB (Red+Green+Blue) = 144+2+121=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #900279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900279 is #6FFD86. Grayscale: #393939. Windows color (decimal): -7339399 or 7930512. OLE color: 7930512.
HSL color Cylindrical-coordinate representation of color #900279: hue angle of 309.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900279 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.44 |
| HSL | 309.72º | 0.97% | 0.29% | - |
| HSV(B) | 309.72º | 0.99% | 0.56% | - |
| XYZ | 14.97 | 7.35 | 18.72 | - |
| YUV | 58.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 121 | 0 | 0.99 | 0.16 | 0.44 | 309.72 | 0.97 | 0.29 |
| Hex | 90 | 2 | 79 | 0 | 63 | 10 | 2C | 136 | 61 | 1D |
| Octal | 220 | 2 | 171 | 0 | 143 | 20 | 54 | 466 | 141 | 35 |
| Binary | 10010000 | 10 | 1111001 | 0 | 1100011 | 10000 | 101100 | 100110110 | 1100001 | 11101 |
Color Harmonies of #900279
Complementary color
Monochromatic Colors of #900279
Black with #900279
Text Example
Text Example
White with #900279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900279; }
p { color: rgb(144,2,121); }
H1.HeaderClassName
{
color: #900279;
}
.AnyTagClassName
{
color: #900279;
}
</style>
background-color css
<style>
a { background-color: #900279; }
a { background-color: rgb(144,2,121); }
div.DivClassName
{
background-color: #900279;
}
.BgClassName
{
background-color: #900279;
}
</style>
border-color css
<style>
span { border-color: #900279; }
span { border-color: rgb(144,2,121); }
td.TdClassName
{
border-color: #900279;
}
.TagClassName
{
border-color: #900279;
}
</style>