Shades of Purple #900278
Tints of Purple #900278
RGB
CMYK
RGB Variations
Color information
#900278 (or 0x900278) is known color: Purple. HEX triplet: 90, 02 and 78. RGB value is (144,2,120). Sum of RGB (Red+Green+Blue) = 144+2+120=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #900278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900278 is #6FFD87. Grayscale: #393939. Windows color (decimal): -7339400 or 7864976. OLE color: 7864976.
HSL color Cylindrical-coordinate representation of color #900278: hue angle of 310.14º 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 #900278 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.44 |
| HSL | 310.14º | 0.97% | 0.29% | - |
| HSV(B) | 310.14º | 0.99% | 0.56% | - |
| XYZ | 14.91 | 7.33 | 18.4 | - |
| YUV | 57.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 120 | 0 | 0.99 | 0.17 | 0.44 | 310.14 | 0.97 | 0.29 |
| Hex | 90 | 2 | 78 | 0 | 63 | 11 | 2C | 136 | 61 | 1D |
| Octal | 220 | 2 | 170 | 0 | 143 | 21 | 54 | 466 | 141 | 35 |
| Binary | 10010000 | 10 | 1111000 | 0 | 1100011 | 10001 | 101100 | 100110110 | 1100001 | 11101 |
Color Harmonies of #900278
Complementary color
Monochromatic Colors of #900278
Black with #900278
Text Example
Text Example
White with #900278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900278; }
p { color: rgb(144,2,120); }
H1.HeaderClassName
{
color: #900278;
}
.AnyTagClassName
{
color: #900278;
}
</style>
background-color css
<style>
a { background-color: #900278; }
a { background-color: rgb(144,2,120); }
div.DivClassName
{
background-color: #900278;
}
.BgClassName
{
background-color: #900278;
}
</style>
border-color css
<style>
span { border-color: #900278; }
span { border-color: rgb(144,2,120); }
td.TdClassName
{
border-color: #900278;
}
.TagClassName
{
border-color: #900278;
}
</style>