Shades of Eggplant #8A026F
Tints of Eggplant #8A026F
RGB
CMYK
RGB Variations
Color information
#8A026F (or 0x8A026F) is known color: Eggplant. HEX triplet: 8A, 02 and 6F. RGB value is (138,2,111). Sum of RGB (Red+Green+Blue) = 138+2+111=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A026F is #75FD90. Grayscale: #363636. Windows color (decimal): -7732625 or 7275146. OLE color: 7275146.
HSL color Cylindrical-coordinate representation of color #8A026F: hue angle of 311.91º 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 #8A026F is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 111 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.46 |
| HSL | 311.91º | 0.97% | 0.27% | - |
| HSV(B) | 311.91º | 0.99% | 0.54% | - |
| XYZ | 13.37 | 6.59 | 15.61 | - |
| YUV | 55.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 111 | 0 | 0.99 | 0.20 | 0.46 | 311.91 | 0.97 | 0.27 |
| Hex | 8A | 2 | 6F | 0 | 63 | 14 | 2E | 138 | 61 | 1B |
| Octal | 212 | 2 | 157 | 0 | 143 | 24 | 56 | 470 | 141 | 33 |
| Binary | 10001010 | 10 | 1101111 | 0 | 1100011 | 10100 | 101110 | 100111000 | 1100001 | 11011 |
Color Harmonies of #8A026F
Complementary color
Monochromatic Colors of #8A026F
Black with #8A026F
Text Example
Text Example
White with #8A026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A026F; }
p { color: rgb(138,2,111); }
H1.HeaderClassName
{
color: #8A026F;
}
.AnyTagClassName
{
color: #8A026F;
}
</style>
background-color css
<style>
a { background-color: #8A026F; }
a { background-color: rgb(138,2,111); }
div.DivClassName
{
background-color: #8A026F;
}
.BgClassName
{
background-color: #8A026F;
}
</style>
border-color css
<style>
span { border-color: #8A026F; }
span { border-color: rgb(138,2,111); }
td.TdClassName
{
border-color: #8A026F;
}
.TagClassName
{
border-color: #8A026F;
}
</style>