Shades of Eggplant #84066B
Tints of Eggplant #84066B
RGB
CMYK
RGB Variations
Color information
#84066B (or 0x84066B) is known color: Eggplant. HEX triplet: 84, 06 and 6B. RGB value is (132,6,107). Sum of RGB (Red+Green+Blue) = 132+6+107=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84066B is #7BF994. Grayscale: #363636. Windows color (decimal): -8124821 or 7014020. OLE color: 7014020.
HSL color Cylindrical-coordinate representation of color #84066B: hue angle of 311.9º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84066B is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 6 | 107 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.48 |
| HSL | 311.9º | 0.91% | 0.27% | - |
| HSV(B) | 311.9º | 0.95% | 0.52% | - |
| XYZ | 12.23 | 6.1 | 14.44 | - |
| YUV | 55.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 107 | 0 | 0.95 | 0.19 | 0.48 | 311.9 | 0.91 | 0.27 |
| Hex | 84 | 6 | 6B | 0 | 5F | 13 | 30 | 138 | 5B | 1B |
| Octal | 204 | 6 | 153 | 0 | 137 | 23 | 60 | 470 | 133 | 33 |
| Binary | 10000100 | 110 | 1101011 | 0 | 1011111 | 10011 | 110000 | 100111000 | 1011011 | 11011 |
Color Harmonies of #84066B
Complementary color
Monochromatic Colors of #84066B
Black with #84066B
Text Example
Text Example
White with #84066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84066B; }
p { color: rgb(132,6,107); }
H1.HeaderClassName
{
color: #84066B;
}
.AnyTagClassName
{
color: #84066B;
}
</style>
background-color css
<style>
a { background-color: #84066B; }
a { background-color: rgb(132,6,107); }
div.DivClassName
{
background-color: #84066B;
}
.BgClassName
{
background-color: #84066B;
}
</style>
border-color css
<style>
span { border-color: #84066B; }
span { border-color: rgb(132,6,107); }
td.TdClassName
{
border-color: #84066B;
}
.TagClassName
{
border-color: #84066B;
}
</style>