Shades of Eggplant #8B026B
Tints of Eggplant #8B026B
RGB
CMYK
RGB Variations
Color information
#8B026B (or 0x8B026B) is known color: Eggplant. HEX triplet: 8B, 02 and 6B. RGB value is (139,2,107). Sum of RGB (Red+Green+Blue) = 139+2+107=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B026B is #74FD94. Grayscale: #363636. Windows color (decimal): -7667093 or 7013003. OLE color: 7013003.
HSL color Cylindrical-coordinate representation of color #8B026B: hue angle of 314.01º 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 #8B026B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.45 |
| HSL | 314.01º | 0.97% | 0.28% | - |
| HSV(B) | 314.01º | 0.99% | 0.55% | - |
| XYZ | 13.32 | 6.59 | 14.48 | - |
| YUV | 54.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 107 | 0 | 0.99 | 0.23 | 0.45 | 314.01 | 0.97 | 0.28 |
| Hex | 8B | 2 | 6B | 0 | 63 | 17 | 2D | 13A | 61 | 1C |
| Octal | 213 | 2 | 153 | 0 | 143 | 27 | 55 | 472 | 141 | 34 |
| Binary | 10001011 | 10 | 1101011 | 0 | 1100011 | 10111 | 101101 | 100111010 | 1100001 | 11100 |
Color Harmonies of #8B026B
Complementary color
Monochromatic Colors of #8B026B
Black with #8B026B
Text Example
Text Example
White with #8B026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B026B; }
p { color: rgb(139,2,107); }
H1.HeaderClassName
{
color: #8B026B;
}
.AnyTagClassName
{
color: #8B026B;
}
</style>
background-color css
<style>
a { background-color: #8B026B; }
a { background-color: rgb(139,2,107); }
div.DivClassName
{
background-color: #8B026B;
}
.BgClassName
{
background-color: #8B026B;
}
</style>
border-color css
<style>
span { border-color: #8B026B; }
span { border-color: rgb(139,2,107); }
td.TdClassName
{
border-color: #8B026B;
}
.TagClassName
{
border-color: #8B026B;
}
</style>