Shades of Eggplant #8F0B5C
Tints of Eggplant #8F0B5C
RGB
CMYK
RGB Variations
Color information
#8F0B5C (or 0x8F0B5C) is known color: Eggplant. HEX triplet: 8F, 0B and 5C. RGB value is (143,11,92). Sum of RGB (Red+Green+Blue) = 143+11+92=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0B5C is #70F4A3. Grayscale: #3B3B3B. Windows color (decimal): -7402660 or 6032271. OLE color: 6032271.
HSL color Cylindrical-coordinate representation of color #8F0B5C: hue angle of 323.18º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0B5C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 11 | 92 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.44 |
| HSL | 323.18º | 0.86% | 0.3% | - |
| HSV(B) | 323.18º | 0.92% | 0.56% | - |
| XYZ | 13.38 | 6.85 | 10.74 | - |
| YUV | 59.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 92 | 0 | 0.92 | 0.36 | 0.44 | 323.18 | 0.86 | 0.3 |
| Hex | 8F | B | 5C | 0 | 5C | 24 | 2C | 143 | 56 | 1E |
| Octal | 217 | 13 | 134 | 0 | 134 | 44 | 54 | 503 | 126 | 36 |
| Binary | 10001111 | 1011 | 1011100 | 0 | 1011100 | 100100 | 101100 | 101000011 | 1010110 | 11110 |
Color Harmonies of #8F0B5C
Complementary color
Monochromatic Colors of #8F0B5C
Black with #8F0B5C
Text Example
Text Example
White with #8F0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0B5C; }
p { color: rgb(143,11,92); }
H1.HeaderClassName
{
color: #8F0B5C;
}
.AnyTagClassName
{
color: #8F0B5C;
}
</style>
background-color css
<style>
a { background-color: #8F0B5C; }
a { background-color: rgb(143,11,92); }
div.DivClassName
{
background-color: #8F0B5C;
}
.BgClassName
{
background-color: #8F0B5C;
}
</style>
border-color css
<style>
span { border-color: #8F0B5C; }
span { border-color: rgb(143,11,92); }
td.TdClassName
{
border-color: #8F0B5C;
}
.TagClassName
{
border-color: #8F0B5C;
}
</style>