Shades of Eggplant #8B026F
Tints of Eggplant #8B026F
RGB
CMYK
RGB Variations
Color information
#8B026F (or 0x8B026F) is known color: Eggplant. HEX triplet: 8B, 02 and 6F. RGB value is (139,2,111). Sum of RGB (Red+Green+Blue) = 139+2+111=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B026F is #74FD90. Grayscale: #373737. Windows color (decimal): -7667089 or 7275147. OLE color: 7275147.
HSL color Cylindrical-coordinate representation of color #8B026F: hue angle of 312.26º 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 #8B026F is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 111 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.45 |
| HSL | 312.26º | 0.97% | 0.28% | - |
| HSV(B) | 312.26º | 0.99% | 0.55% | - |
| XYZ | 13.54 | 6.68 | 15.61 | - |
| YUV | 55.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 111 | 0 | 0.99 | 0.20 | 0.45 | 312.26 | 0.97 | 0.28 |
| Hex | 8B | 2 | 6F | 0 | 63 | 14 | 2D | 138 | 61 | 1C |
| Octal | 213 | 2 | 157 | 0 | 143 | 24 | 55 | 470 | 141 | 34 |
| Binary | 10001011 | 10 | 1101111 | 0 | 1100011 | 10100 | 101101 | 100111000 | 1100001 | 11100 |
Color Harmonies of #8B026F
Complementary color
Monochromatic Colors of #8B026F
Black with #8B026F
Text Example
Text Example
White with #8B026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B026F; }
p { color: rgb(139,2,111); }
H1.HeaderClassName
{
color: #8B026F;
}
.AnyTagClassName
{
color: #8B026F;
}
</style>
background-color css
<style>
a { background-color: #8B026F; }
a { background-color: rgb(139,2,111); }
div.DivClassName
{
background-color: #8B026F;
}
.BgClassName
{
background-color: #8B026F;
}
</style>
border-color css
<style>
span { border-color: #8B026F; }
span { border-color: rgb(139,2,111); }
td.TdClassName
{
border-color: #8B026F;
}
.TagClassName
{
border-color: #8B026F;
}
</style>