Shades of Eggplant #8B065D
Tints of Eggplant #8B065D
RGB
CMYK
RGB Variations
Color information
#8B065D (or 0x8B065D) is known color: Eggplant. HEX triplet: 8B, 06 and 5D. RGB value is (139,6,93). Sum of RGB (Red+Green+Blue) = 139+6+93=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B065D is #74F9A2. Grayscale: #373737. Windows color (decimal): -7666083 or 6096523. OLE color: 6096523.
HSL color Cylindrical-coordinate representation of color #8B065D: hue angle of 320.75º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B065D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.45 |
| HSL | 320.75º | 0.92% | 0.28% | - |
| HSV(B) | 320.75º | 0.96% | 0.55% | - |
| XYZ | 12.69 | 6.41 | 10.92 | - |
| YUV | 55.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 93 | 0 | 0.96 | 0.33 | 0.45 | 320.75 | 0.92 | 0.28 |
| Hex | 8B | 6 | 5D | 0 | 60 | 21 | 2D | 141 | 5C | 1C |
| Octal | 213 | 6 | 135 | 0 | 140 | 41 | 55 | 501 | 134 | 34 |
| Binary | 10001011 | 110 | 1011101 | 0 | 1100000 | 100001 | 101101 | 101000001 | 1011100 | 11100 |
Color Harmonies of #8B065D
Complementary color
Monochromatic Colors of #8B065D
Black with #8B065D
Text Example
Text Example
White with #8B065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B065D; }
p { color: rgb(139,6,93); }
H1.HeaderClassName
{
color: #8B065D;
}
.AnyTagClassName
{
color: #8B065D;
}
</style>
background-color css
<style>
a { background-color: #8B065D; }
a { background-color: rgb(139,6,93); }
div.DivClassName
{
background-color: #8B065D;
}
.BgClassName
{
background-color: #8B065D;
}
</style>
border-color css
<style>
span { border-color: #8B065D; }
span { border-color: rgb(139,6,93); }
td.TdClassName
{
border-color: #8B065D;
}
.TagClassName
{
border-color: #8B065D;
}
</style>