Shades of Eggplant #8B0869
Tints of Eggplant #8B0869
RGB
CMYK
RGB Variations
Color information
#8B0869 (or 0x8B0869) is known color: Eggplant. HEX triplet: 8B, 08 and 69. RGB value is (139,8,105). Sum of RGB (Red+Green+Blue) = 139+8+105=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0869 is #74F796. Grayscale: #393939. Windows color (decimal): -7665559 or 6883467. OLE color: 6883467.
HSL color Cylindrical-coordinate representation of color #8B0869: hue angle of 315.57º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0869 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 105 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.45 |
| HSL | 315.57º | 0.89% | 0.29% | - |
| HSV(B) | 315.57º | 0.94% | 0.55% | - |
| XYZ | 13.28 | 6.68 | 13.95 | - |
| YUV | 58.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 105 | 0 | 0.94 | 0.24 | 0.45 | 315.57 | 0.89 | 0.29 |
| Hex | 8B | 8 | 69 | 0 | 5E | 18 | 2D | 13C | 59 | 1D |
| Octal | 213 | 10 | 151 | 0 | 136 | 30 | 55 | 474 | 131 | 35 |
| Binary | 10001011 | 1000 | 1101001 | 0 | 1011110 | 11000 | 101101 | 100111100 | 1011001 | 11101 |
Color Harmonies of #8B0869
Complementary color
Monochromatic Colors of #8B0869
Black with #8B0869
Text Example
Text Example
White with #8B0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0869; }
p { color: rgb(139,8,105); }
H1.HeaderClassName
{
color: #8B0869;
}
.AnyTagClassName
{
color: #8B0869;
}
</style>
background-color css
<style>
a { background-color: #8B0869; }
a { background-color: rgb(139,8,105); }
div.DivClassName
{
background-color: #8B0869;
}
.BgClassName
{
background-color: #8B0869;
}
</style>
border-color css
<style>
span { border-color: #8B0869; }
span { border-color: rgb(139,8,105); }
td.TdClassName
{
border-color: #8B0869;
}
.TagClassName
{
border-color: #8B0869;
}
</style>