Shades of Eggplant #900274
Tints of Eggplant #900274
RGB
CMYK
RGB Variations
Color information
#900274 (or 0x900274) is known color: Eggplant. HEX triplet: 90, 02 and 74. RGB value is (144,2,116). Sum of RGB (Red+Green+Blue) = 144+2+116=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #900274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900274 is #6FFD8B. Grayscale: #393939. Windows color (decimal): -7339404 or 7602832. OLE color: 7602832.
HSL color Cylindrical-coordinate representation of color #900274: hue angle of 311.83º 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 #900274 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.44 |
| HSL | 311.83º | 0.97% | 0.29% | - |
| HSV(B) | 311.83º | 0.99% | 0.56% | - |
| XYZ | 14.68 | 7.23 | 17.15 | - |
| YUV | 57.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 116 | 0 | 0.99 | 0.19 | 0.44 | 311.83 | 0.97 | 0.29 |
| Hex | 90 | 2 | 74 | 0 | 63 | 13 | 2C | 138 | 61 | 1D |
| Octal | 220 | 2 | 164 | 0 | 143 | 23 | 54 | 470 | 141 | 35 |
| Binary | 10010000 | 10 | 1110100 | 0 | 1100011 | 10011 | 101100 | 100111000 | 1100001 | 11101 |
Color Harmonies of #900274
Complementary color
Monochromatic Colors of #900274
Black with #900274
Text Example
Text Example
White with #900274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900274; }
p { color: rgb(144,2,116); }
H1.HeaderClassName
{
color: #900274;
}
.AnyTagClassName
{
color: #900274;
}
</style>
background-color css
<style>
a { background-color: #900274; }
a { background-color: rgb(144,2,116); }
div.DivClassName
{
background-color: #900274;
}
.BgClassName
{
background-color: #900274;
}
</style>
border-color css
<style>
span { border-color: #900274; }
span { border-color: rgb(144,2,116); }
td.TdClassName
{
border-color: #900274;
}
.TagClassName
{
border-color: #900274;
}
</style>