Shades of Eggplant #8A0258
Tints of Eggplant #8A0258
RGB
CMYK
RGB Variations
Color information
#8A0258 (or 0x8A0258) is known color: Eggplant. HEX triplet: 8A, 02 and 58. RGB value is (138,2,88). Sum of RGB (Red+Green+Blue) = 138+2+88=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0258 is #75FDA7. Grayscale: #343434. Windows color (decimal): -7732648 or 5767818. OLE color: 5767818.
HSL color Cylindrical-coordinate representation of color #8A0258: hue angle of 322.06º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0258 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.46 |
| HSL | 322.06º | 0.97% | 0.27% | - |
| HSV(B) | 322.06º | 0.99% | 0.54% | - |
| XYZ | 12.26 | 6.15 | 9.77 | - |
| YUV | 52.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 88 | 0 | 0.99 | 0.36 | 0.46 | 322.06 | 0.97 | 0.27 |
| Hex | 8A | 2 | 58 | 0 | 63 | 24 | 2E | 142 | 61 | 1B |
| Octal | 212 | 2 | 130 | 0 | 143 | 44 | 56 | 502 | 141 | 33 |
| Binary | 10001010 | 10 | 1011000 | 0 | 1100011 | 100100 | 101110 | 101000010 | 1100001 | 11011 |
Color Harmonies of #8A0258
Complementary color
Monochromatic Colors of #8A0258
Black with #8A0258
Text Example
Text Example
White with #8A0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0258; }
p { color: rgb(138,2,88); }
H1.HeaderClassName
{
color: #8A0258;
}
.AnyTagClassName
{
color: #8A0258;
}
</style>
background-color css
<style>
a { background-color: #8A0258; }
a { background-color: rgb(138,2,88); }
div.DivClassName
{
background-color: #8A0258;
}
.BgClassName
{
background-color: #8A0258;
}
</style>
border-color css
<style>
span { border-color: #8A0258; }
span { border-color: rgb(138,2,88); }
td.TdClassName
{
border-color: #8A0258;
}
.TagClassName
{
border-color: #8A0258;
}
</style>