Shades of Eggplant #8A0665
Tints of Eggplant #8A0665
RGB
CMYK
RGB Variations
Color information
#8A0665 (or 0x8A0665) is known color: Eggplant. HEX triplet: 8A, 06 and 65. RGB value is (138,6,101). Sum of RGB (Red+Green+Blue) = 138+6+101=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0665 is #75F99A. Grayscale: #383838. Windows color (decimal): -7731611 or 6620810. OLE color: 6620810.
HSL color Cylindrical-coordinate representation of color #8A0665: hue angle of 316.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0665 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 101 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.46 |
| HSL | 316.82º | 0.92% | 0.28% | - |
| HSV(B) | 316.82º | 0.96% | 0.54% | - |
| XYZ | 12.9 | 6.47 | 12.88 | - |
| YUV | 56.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 101 | 0 | 0.96 | 0.27 | 0.46 | 316.82 | 0.92 | 0.28 |
| Hex | 8A | 6 | 65 | 0 | 60 | 1B | 2E | 13D | 5C | 1C |
| Octal | 212 | 6 | 145 | 0 | 140 | 33 | 56 | 475 | 134 | 34 |
| Binary | 10001010 | 110 | 1100101 | 0 | 1100000 | 11011 | 101110 | 100111101 | 1011100 | 11100 |
Color Harmonies of #8A0665
Complementary color
Monochromatic Colors of #8A0665
Black with #8A0665
Text Example
Text Example
White with #8A0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0665; }
p { color: rgb(138,6,101); }
H1.HeaderClassName
{
color: #8A0665;
}
.AnyTagClassName
{
color: #8A0665;
}
</style>
background-color css
<style>
a { background-color: #8A0665; }
a { background-color: rgb(138,6,101); }
div.DivClassName
{
background-color: #8A0665;
}
.BgClassName
{
background-color: #8A0665;
}
</style>
border-color css
<style>
span { border-color: #8A0665; }
span { border-color: rgb(138,6,101); }
td.TdClassName
{
border-color: #8A0665;
}
.TagClassName
{
border-color: #8A0665;
}
</style>