Shades of Eggplant #8B006B
Tints of Eggplant #8B006B
RGB
CMYK
RGB Variations
Color information
#8B006B (or 0x8B006B) is known color: Eggplant. HEX triplet: 8B, 00 and 6B. RGB value is (139,0,107). Sum of RGB (Red+Green+Blue) = 139+0+107=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B006B is #74FF94. Grayscale: #353535. Windows color (decimal): -7667605 or 7012491. OLE color: 7012491.
HSL color Cylindrical-coordinate representation of color #8B006B: hue angle of 313.81º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B006B is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.23 | 0.45 |
| HSL | 313.81º | 1% | 0.27% | - |
| HSV(B) | 313.81º | 1% | 0.55% | - |
| XYZ | 13.3 | 6.55 | 14.47 | - |
| YUV | 53.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 107 | 0 | 1 | 0.23 | 0.45 | 313.81 | 1 | 0.27 |
| Hex | 8B | 0 | 6B | 0 | 64 | 17 | 2D | 13A | 64 | 1B |
| Octal | 213 | 0 | 153 | 0 | 144 | 27 | 55 | 472 | 144 | 33 |
| Binary | 10001011 | 0 | 1101011 | 0 | 1100100 | 10111 | 101101 | 100111010 | 1100100 | 11011 |
Color Harmonies of #8B006B
Complementary color
Monochromatic Colors of #8B006B
Black with #8B006B
Text Example
Text Example
White with #8B006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B006B; }
p { color: rgb(139,0,107); }
H1.HeaderClassName
{
color: #8B006B;
}
.AnyTagClassName
{
color: #8B006B;
}
</style>
background-color css
<style>
a { background-color: #8B006B; }
a { background-color: rgb(139,0,107); }
div.DivClassName
{
background-color: #8B006B;
}
.BgClassName
{
background-color: #8B006B;
}
</style>
border-color css
<style>
span { border-color: #8B006B; }
span { border-color: rgb(139,0,107); }
td.TdClassName
{
border-color: #8B006B;
}
.TagClassName
{
border-color: #8B006B;
}
</style>