Shades of Eggplant #8B0264
Tints of Eggplant #8B0264
RGB
CMYK
RGB Variations
Color information
#8B0264 (or 0x8B0264) is known color: Eggplant. HEX triplet: 8B, 02 and 64. RGB value is (139,2,100). Sum of RGB (Red+Green+Blue) = 139+2+100=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0264 is #74FD9B. Grayscale: #353535. Windows color (decimal): -7667100 or 6554251. OLE color: 6554251.
HSL color Cylindrical-coordinate representation of color #8B0264: hue angle of 317.08º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0264 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.45 |
| HSL | 317.08º | 0.97% | 0.28% | - |
| HSV(B) | 317.08º | 0.99% | 0.55% | - |
| XYZ | 12.97 | 6.45 | 12.62 | - |
| YUV | 54.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 100 | 0 | 0.99 | 0.28 | 0.45 | 317.08 | 0.97 | 0.28 |
| Hex | 8B | 2 | 64 | 0 | 63 | 1C | 2D | 13D | 61 | 1C |
| Octal | 213 | 2 | 144 | 0 | 143 | 34 | 55 | 475 | 141 | 34 |
| Binary | 10001011 | 10 | 1100100 | 0 | 1100011 | 11100 | 101101 | 100111101 | 1100001 | 11100 |
Color Harmonies of #8B0264
Complementary color
Monochromatic Colors of #8B0264
Black with #8B0264
Text Example
Text Example
White with #8B0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0264; }
p { color: rgb(139,2,100); }
H1.HeaderClassName
{
color: #8B0264;
}
.AnyTagClassName
{
color: #8B0264;
}
</style>
background-color css
<style>
a { background-color: #8B0264; }
a { background-color: rgb(139,2,100); }
div.DivClassName
{
background-color: #8B0264;
}
.BgClassName
{
background-color: #8B0264;
}
</style>
border-color css
<style>
span { border-color: #8B0264; }
span { border-color: rgb(139,2,100); }
td.TdClassName
{
border-color: #8B0264;
}
.TagClassName
{
border-color: #8B0264;
}
</style>