Shades of Eggplant #81085B
Tints of Eggplant #81085B
RGB
CMYK
RGB Variations
Color information
#81085B (or 0x81085B) is known color: Eggplant. HEX triplet: 81, 08 and 5B. RGB value is (129,8,91). Sum of RGB (Red+Green+Blue) = 129+8+91=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81085B is #7EF7A4. Grayscale: #353535. Windows color (decimal): -8320933 or 5965953. OLE color: 5965953.
HSL color Cylindrical-coordinate representation of color #81085B: hue angle of 318.84º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81085B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 91 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.49 |
| HSL | 318.84º | 0.88% | 0.27% | - |
| HSV(B) | 318.84º | 0.94% | 0.51% | - |
| XYZ | 11.03 | 5.6 | 10.4 | - |
| YUV | 53.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 91 | 0 | 0.94 | 0.29 | 0.49 | 318.84 | 0.88 | 0.27 |
| Hex | 81 | 8 | 5B | 0 | 5E | 1D | 31 | 13F | 58 | 1B |
| Octal | 201 | 10 | 133 | 0 | 136 | 35 | 61 | 477 | 130 | 33 |
| Binary | 10000001 | 1000 | 1011011 | 0 | 1011110 | 11101 | 110001 | 100111111 | 1011000 | 11011 |
Color Harmonies of #81085B
Complementary color
Monochromatic Colors of #81085B
Black with #81085B
Text Example
Text Example
White with #81085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81085B; }
p { color: rgb(129,8,91); }
H1.HeaderClassName
{
color: #81085B;
}
.AnyTagClassName
{
color: #81085B;
}
</style>
background-color css
<style>
a { background-color: #81085B; }
a { background-color: rgb(129,8,91); }
div.DivClassName
{
background-color: #81085B;
}
.BgClassName
{
background-color: #81085B;
}
</style>
border-color css
<style>
span { border-color: #81085B; }
span { border-color: rgb(129,8,91); }
td.TdClassName
{
border-color: #81085B;
}
.TagClassName
{
border-color: #81085B;
}
</style>