Shades of Eggplant #830166
Tints of Eggplant #830166
RGB
CMYK
RGB Variations
Color information
#830166 (or 0x830166) is known color: Eggplant. HEX triplet: 83, 01 and 66. RGB value is (131,1,102). Sum of RGB (Red+Green+Blue) = 131+1+102=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #830166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830166 is #7CFE99. Grayscale: #333333. Windows color (decimal): -8191642 or 6685059. OLE color: 6685059.
HSL color Cylindrical-coordinate representation of color #830166: hue angle of 313.38º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830166 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.49 |
| HSL | 313.38º | 0.98% | 0.26% | - |
| HSV(B) | 313.38º | 0.99% | 0.51% | - |
| XYZ | 11.77 | 5.81 | 13.07 | - |
| YUV | 51.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 102 | 0 | 0.99 | 0.22 | 0.49 | 313.38 | 0.98 | 0.26 |
| Hex | 83 | 1 | 66 | 0 | 63 | 16 | 31 | 139 | 62 | 1A |
| Octal | 203 | 1 | 146 | 0 | 143 | 26 | 61 | 471 | 142 | 32 |
| Binary | 10000011 | 1 | 1100110 | 0 | 1100011 | 10110 | 110001 | 100111001 | 1100010 | 11010 |
Color Harmonies of #830166
Complementary color
Monochromatic Colors of #830166
Black with #830166
Text Example
Text Example
White with #830166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830166; }
p { color: rgb(131,1,102); }
H1.HeaderClassName
{
color: #830166;
}
.AnyTagClassName
{
color: #830166;
}
</style>
background-color css
<style>
a { background-color: #830166; }
a { background-color: rgb(131,1,102); }
div.DivClassName
{
background-color: #830166;
}
.BgClassName
{
background-color: #830166;
}
</style>
border-color css
<style>
span { border-color: #830166; }
span { border-color: rgb(131,1,102); }
td.TdClassName
{
border-color: #830166;
}
.TagClassName
{
border-color: #830166;
}
</style>