Shades of Eggplant #830267
Tints of Eggplant #830267
RGB
CMYK
RGB Variations
Color information
#830267 (or 0x830267) is known color: Eggplant. HEX triplet: 83, 02 and 67. RGB value is (131,2,103). Sum of RGB (Red+Green+Blue) = 131+2+103=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #830267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830267 is #7CFD98. Grayscale: #333333. Windows color (decimal): -8191385 or 6750851. OLE color: 6750851.
HSL color Cylindrical-coordinate representation of color #830267: hue angle of 313.02º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830267 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 103 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.49 |
| HSL | 313.02º | 0.97% | 0.26% | - |
| HSV(B) | 313.02º | 0.98% | 0.51% | - |
| XYZ | 11.83 | 5.85 | 13.34 | - |
| YUV | 52.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 103 | 0 | 0.98 | 0.21 | 0.49 | 313.02 | 0.97 | 0.26 |
| Hex | 83 | 2 | 67 | 0 | 62 | 15 | 31 | 139 | 61 | 1A |
| Octal | 203 | 2 | 147 | 0 | 142 | 25 | 61 | 471 | 141 | 32 |
| Binary | 10000011 | 10 | 1100111 | 0 | 1100010 | 10101 | 110001 | 100111001 | 1100001 | 11010 |
Color Harmonies of #830267
Complementary color
Monochromatic Colors of #830267
Black with #830267
Text Example
Text Example
White with #830267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830267; }
p { color: rgb(131,2,103); }
H1.HeaderClassName
{
color: #830267;
}
.AnyTagClassName
{
color: #830267;
}
</style>
background-color css
<style>
a { background-color: #830267; }
a { background-color: rgb(131,2,103); }
div.DivClassName
{
background-color: #830267;
}
.BgClassName
{
background-color: #830267;
}
</style>
border-color css
<style>
span { border-color: #830267; }
span { border-color: rgb(131,2,103); }
td.TdClassName
{
border-color: #830267;
}
.TagClassName
{
border-color: #830267;
}
</style>