Shades of Eggplant #900369
Tints of Eggplant #900369
RGB
CMYK
RGB Variations
Color information
#900369 (or 0x900369) is known color: Eggplant. HEX triplet: 90, 03 and 69. RGB value is (144,3,105). Sum of RGB (Red+Green+Blue) = 144+3+105=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #900369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900369 is #6FFC96. Grayscale: #383838. Windows color (decimal): -7339159 or 6882192. OLE color: 6882192.
HSL color Cylindrical-coordinate representation of color #900369: hue angle of 316.6º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900369 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.44 |
| HSL | 316.6º | 0.96% | 0.29% | - |
| HSV(B) | 316.6º | 0.98% | 0.56% | - |
| XYZ | 14.08 | 7.01 | 13.98 | - |
| YUV | 56.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 105 | 0 | 0.98 | 0.27 | 0.44 | 316.6 | 0.96 | 0.29 |
| Hex | 90 | 3 | 69 | 0 | 62 | 1B | 2C | 13D | 60 | 1D |
| Octal | 220 | 3 | 151 | 0 | 142 | 33 | 54 | 475 | 140 | 35 |
| Binary | 10010000 | 11 | 1101001 | 0 | 1100010 | 11011 | 101100 | 100111101 | 1100000 | 11101 |
Color Harmonies of #900369
Complementary color
Monochromatic Colors of #900369
Black with #900369
Text Example
Text Example
White with #900369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900369; }
p { color: rgb(144,3,105); }
H1.HeaderClassName
{
color: #900369;
}
.AnyTagClassName
{
color: #900369;
}
</style>
background-color css
<style>
a { background-color: #900369; }
a { background-color: rgb(144,3,105); }
div.DivClassName
{
background-color: #900369;
}
.BgClassName
{
background-color: #900369;
}
</style>
border-color css
<style>
span { border-color: #900369; }
span { border-color: rgb(144,3,105); }
td.TdClassName
{
border-color: #900369;
}
.TagClassName
{
border-color: #900369;
}
</style>