Shades of Eggplant #90065B
Tints of Eggplant #90065B
RGB
CMYK
RGB Variations
Color information
#90065B (or 0x90065B) is known color: Eggplant. HEX triplet: 90, 06 and 5B. RGB value is (144,6,91). Sum of RGB (Red+Green+Blue) = 144+6+91=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90065B is #6FF9A4. Grayscale: #383838. Windows color (decimal): -7338405 or 5965456. OLE color: 5965456.
HSL color Cylindrical-coordinate representation of color #90065B: hue angle of 323.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90065B is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 91 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.44 |
| HSL | 323.04º | 0.92% | 0.29% | - |
| HSV(B) | 323.04º | 0.96% | 0.56% | - |
| XYZ | 13.46 | 6.81 | 10.5 | - |
| YUV | 56.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 91 | 0 | 0.96 | 0.37 | 0.44 | 323.04 | 0.92 | 0.29 |
| Hex | 90 | 6 | 5B | 0 | 60 | 25 | 2C | 143 | 5C | 1D |
| Octal | 220 | 6 | 133 | 0 | 140 | 45 | 54 | 503 | 134 | 35 |
| Binary | 10010000 | 110 | 1011011 | 0 | 1100000 | 100101 | 101100 | 101000011 | 1011100 | 11101 |
Color Harmonies of #90065B
Complementary color
Monochromatic Colors of #90065B
Black with #90065B
Text Example
Text Example
White with #90065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90065B; }
p { color: rgb(144,6,91); }
H1.HeaderClassName
{
color: #90065B;
}
.AnyTagClassName
{
color: #90065B;
}
</style>
background-color css
<style>
a { background-color: #90065B; }
a { background-color: rgb(144,6,91); }
div.DivClassName
{
background-color: #90065B;
}
.BgClassName
{
background-color: #90065B;
}
</style>
border-color css
<style>
span { border-color: #90065B; }
span { border-color: rgb(144,6,91); }
td.TdClassName
{
border-color: #90065B;
}
.TagClassName
{
border-color: #90065B;
}
</style>