Shades of Eggplant #8B0568
Tints of Eggplant #8B0568
RGB
CMYK
RGB Variations
Color information
#8B0568 (or 0x8B0568) is known color: Eggplant. HEX triplet: 8B, 05 and 68. RGB value is (139,5,104). Sum of RGB (Red+Green+Blue) = 139+5+104=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0568 is #74FA97. Grayscale: #383838. Windows color (decimal): -7666328 or 6817163. OLE color: 6817163.
HSL color Cylindrical-coordinate representation of color #8B0568: hue angle of 315.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0568 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 104 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.45 |
| HSL | 315.67º | 0.93% | 0.28% | - |
| HSV(B) | 315.67º | 0.96% | 0.55% | - |
| XYZ | 13.2 | 6.6 | 13.67 | - |
| YUV | 56.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 104 | 0 | 0.96 | 0.25 | 0.45 | 315.67 | 0.93 | 0.28 |
| Hex | 8B | 5 | 68 | 0 | 60 | 19 | 2D | 13C | 5D | 1C |
| Octal | 213 | 5 | 150 | 0 | 140 | 31 | 55 | 474 | 135 | 34 |
| Binary | 10001011 | 101 | 1101000 | 0 | 1100000 | 11001 | 101101 | 100111100 | 1011101 | 11100 |
Color Harmonies of #8B0568
Complementary color
Monochromatic Colors of #8B0568
Black with #8B0568
Text Example
Text Example
White with #8B0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0568; }
p { color: rgb(139,5,104); }
H1.HeaderClassName
{
color: #8B0568;
}
.AnyTagClassName
{
color: #8B0568;
}
</style>
background-color css
<style>
a { background-color: #8B0568; }
a { background-color: rgb(139,5,104); }
div.DivClassName
{
background-color: #8B0568;
}
.BgClassName
{
background-color: #8B0568;
}
</style>
border-color css
<style>
span { border-color: #8B0568; }
span { border-color: rgb(139,5,104); }
td.TdClassName
{
border-color: #8B0568;
}
.TagClassName
{
border-color: #8B0568;
}
</style>