Shades of Eggplant #8B0172
Tints of Eggplant #8B0172
RGB
CMYK
RGB Variations
Color information
#8B0172 (or 0x8B0172) is known color: Eggplant. HEX triplet: 8B, 01 and 72. RGB value is (139,1,114). Sum of RGB (Red+Green+Blue) = 139+1+114=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0172 is #74FE8D. Grayscale: #363636. Windows color (decimal): -7667342 or 7471499. OLE color: 7471499.
HSL color Cylindrical-coordinate representation of color #8B0172: hue angle of 310.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0172 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.45 |
| HSL | 310.87º | 0.99% | 0.27% | - |
| HSV(B) | 310.87º | 0.99% | 0.55% | - |
| XYZ | 13.7 | 6.73 | 16.5 | - |
| YUV | 55.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 114 | 0 | 0.99 | 0.18 | 0.45 | 310.87 | 0.99 | 0.27 |
| Hex | 8B | 1 | 72 | 0 | 63 | 12 | 2D | 137 | 63 | 1B |
| Octal | 213 | 1 | 162 | 0 | 143 | 22 | 55 | 467 | 143 | 33 |
| Binary | 10001011 | 1 | 1110010 | 0 | 1100011 | 10010 | 101101 | 100110111 | 1100011 | 11011 |
Color Harmonies of #8B0172
Complementary color
Monochromatic Colors of #8B0172
Black with #8B0172
Text Example
Text Example
White with #8B0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0172; }
p { color: rgb(139,1,114); }
H1.HeaderClassName
{
color: #8B0172;
}
.AnyTagClassName
{
color: #8B0172;
}
</style>
background-color css
<style>
a { background-color: #8B0172; }
a { background-color: rgb(139,1,114); }
div.DivClassName
{
background-color: #8B0172;
}
.BgClassName
{
background-color: #8B0172;
}
</style>
border-color css
<style>
span { border-color: #8B0172; }
span { border-color: rgb(139,1,114); }
td.TdClassName
{
border-color: #8B0172;
}
.TagClassName
{
border-color: #8B0172;
}
</style>