Shades of Eggplant #8B026E
Tints of Eggplant #8B026E
RGB
CMYK
RGB Variations
Color information
#8B026E (or 0x8B026E) is known color: Eggplant. HEX triplet: 8B, 02 and 6E. RGB value is (139,2,110). Sum of RGB (Red+Green+Blue) = 139+2+110=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B026E is #74FD91. Grayscale: #363636. Windows color (decimal): -7667090 or 7209611. OLE color: 7209611.
HSL color Cylindrical-coordinate representation of color #8B026E: hue angle of 312.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B026E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.45 |
| HSL | 312.7º | 0.97% | 0.28% | - |
| HSV(B) | 312.7º | 0.99% | 0.55% | - |
| XYZ | 13.48 | 6.66 | 15.33 | - |
| YUV | 55.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 110 | 0 | 0.99 | 0.21 | 0.45 | 312.7 | 0.97 | 0.28 |
| Hex | 8B | 2 | 6E | 0 | 63 | 15 | 2D | 139 | 61 | 1C |
| Octal | 213 | 2 | 156 | 0 | 143 | 25 | 55 | 471 | 141 | 34 |
| Binary | 10001011 | 10 | 1101110 | 0 | 1100011 | 10101 | 101101 | 100111001 | 1100001 | 11100 |
Color Harmonies of #8B026E
Complementary color
Monochromatic Colors of #8B026E
Black with #8B026E
Text Example
Text Example
White with #8B026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B026E; }
p { color: rgb(139,2,110); }
H1.HeaderClassName
{
color: #8B026E;
}
.AnyTagClassName
{
color: #8B026E;
}
</style>
background-color css
<style>
a { background-color: #8B026E; }
a { background-color: rgb(139,2,110); }
div.DivClassName
{
background-color: #8B026E;
}
.BgClassName
{
background-color: #8B026E;
}
</style>
border-color css
<style>
span { border-color: #8B026E; }
span { border-color: rgb(139,2,110); }
td.TdClassName
{
border-color: #8B026E;
}
.TagClassName
{
border-color: #8B026E;
}
</style>