Shades of Eggplant #8D0669
Tints of Eggplant #8D0669
RGB
CMYK
RGB Variations
Color information
#8D0669 (or 0x8D0669) is known color: Eggplant. HEX triplet: 8D, 06 and 69. RGB value is (141,6,105). Sum of RGB (Red+Green+Blue) = 141+6+105=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0669 is #72F996. Grayscale: #393939. Windows color (decimal): -7534999 or 6882957. OLE color: 6882957.
HSL color Cylindrical-coordinate representation of color #8D0669: hue angle of 316º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0669 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 105 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.45 |
| HSL | 316º | 0.92% | 0.29% | - |
| HSV(B) | 316º | 0.96% | 0.55% | - |
| XYZ | 13.6 | 6.81 | 13.96 | - |
| YUV | 57.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 105 | 0 | 0.96 | 0.26 | 0.45 | 316 | 0.92 | 0.29 |
| Hex | 8D | 6 | 69 | 0 | 60 | 1A | 2D | 13C | 5C | 1D |
| Octal | 215 | 6 | 151 | 0 | 140 | 32 | 55 | 474 | 134 | 35 |
| Binary | 10001101 | 110 | 1101001 | 0 | 1100000 | 11010 | 101101 | 100111100 | 1011100 | 11101 |
Color Harmonies of #8D0669
Complementary color
Monochromatic Colors of #8D0669
Black with #8D0669
Text Example
Text Example
White with #8D0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0669; }
p { color: rgb(141,6,105); }
H1.HeaderClassName
{
color: #8D0669;
}
.AnyTagClassName
{
color: #8D0669;
}
</style>
background-color css
<style>
a { background-color: #8D0669; }
a { background-color: rgb(141,6,105); }
div.DivClassName
{
background-color: #8D0669;
}
.BgClassName
{
background-color: #8D0669;
}
</style>
border-color css
<style>
span { border-color: #8D0669; }
span { border-color: rgb(141,6,105); }
td.TdClassName
{
border-color: #8D0669;
}
.TagClassName
{
border-color: #8D0669;
}
</style>