Shades of Eggplant #8B1069
Tints of Eggplant #8B1069
RGB
CMYK
RGB Variations
Color information
#8B1069 (or 0x8B1069) is known color: Eggplant. HEX triplet: 8B, 10 and 69. RGB value is (139,16,105). Sum of RGB (Red+Green+Blue) = 139+16+105=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1069 is #74EF96. Grayscale: #3E3E3E. Windows color (decimal): -7663511 or 6885515. OLE color: 6885515.
HSL color Cylindrical-coordinate representation of color #8B1069: hue angle of 316.59º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1069 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 105 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.45 |
| HSL | 316.59º | 0.79% | 0.3% | - |
| HSV(B) | 316.59º | 0.88% | 0.55% | - |
| XYZ | 13.38 | 6.88 | 13.99 | - |
| YUV | 62.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 105 | 0 | 0.88 | 0.24 | 0.45 | 316.59 | 0.79 | 0.3 |
| Hex | 8B | 10 | 69 | 0 | 58 | 18 | 2D | 13D | 4F | 1E |
| Octal | 213 | 20 | 151 | 0 | 130 | 30 | 55 | 475 | 117 | 36 |
| Binary | 10001011 | 10000 | 1101001 | 0 | 1011000 | 11000 | 101101 | 100111101 | 1001111 | 11110 |
Color Harmonies of #8B1069
Complementary color
Monochromatic Colors of #8B1069
Black with #8B1069
Text Example
Text Example
White with #8B1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1069; }
p { color: rgb(139,16,105); }
H1.HeaderClassName
{
color: #8B1069;
}
.AnyTagClassName
{
color: #8B1069;
}
</style>
background-color css
<style>
a { background-color: #8B1069; }
a { background-color: rgb(139,16,105); }
div.DivClassName
{
background-color: #8B1069;
}
.BgClassName
{
background-color: #8B1069;
}
</style>
border-color css
<style>
span { border-color: #8B1069; }
span { border-color: rgb(139,16,105); }
td.TdClassName
{
border-color: #8B1069;
}
.TagClassName
{
border-color: #8B1069;
}
</style>