Shades of Eggplant #8B015C
Tints of Eggplant #8B015C
RGB
CMYK
RGB Variations
Color information
#8B015C (or 0x8B015C) is known color: Eggplant. HEX triplet: 8B, 01 and 5C. RGB value is (139,1,92). Sum of RGB (Red+Green+Blue) = 139+1+92=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B015C is #74FEA3. Grayscale: #343434. Windows color (decimal): -7667364 or 6029707. OLE color: 6029707.
HSL color Cylindrical-coordinate representation of color #8B015C: hue angle of 320.43º 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 #8B015C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.45 |
| HSL | 320.43º | 0.99% | 0.27% | - |
| HSV(B) | 320.43º | 0.99% | 0.55% | - |
| XYZ | 12.59 | 6.28 | 10.67 | - |
| YUV | 52.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 92 | 0 | 0.99 | 0.34 | 0.45 | 320.43 | 0.99 | 0.27 |
| Hex | 8B | 1 | 5C | 0 | 63 | 22 | 2D | 140 | 63 | 1B |
| Octal | 213 | 1 | 134 | 0 | 143 | 42 | 55 | 500 | 143 | 33 |
| Binary | 10001011 | 1 | 1011100 | 0 | 1100011 | 100010 | 101101 | 101000000 | 1100011 | 11011 |
Color Harmonies of #8B015C
Complementary color
Monochromatic Colors of #8B015C
Black with #8B015C
Text Example
Text Example
White with #8B015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B015C; }
p { color: rgb(139,1,92); }
H1.HeaderClassName
{
color: #8B015C;
}
.AnyTagClassName
{
color: #8B015C;
}
</style>
background-color css
<style>
a { background-color: #8B015C; }
a { background-color: rgb(139,1,92); }
div.DivClassName
{
background-color: #8B015C;
}
.BgClassName
{
background-color: #8B015C;
}
</style>
border-color css
<style>
span { border-color: #8B015C; }
span { border-color: rgb(139,1,92); }
td.TdClassName
{
border-color: #8B015C;
}
.TagClassName
{
border-color: #8B015C;
}
</style>