Shades of Eggplant #830363
Tints of Eggplant #830363
RGB
CMYK
RGB Variations
Color information
#830363 (or 0x830363) is known color: Eggplant. HEX triplet: 83, 03 and 63. RGB value is (131,3,99). Sum of RGB (Red+Green+Blue) = 131+3+99=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #830363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830363 is #7CFC9C. Grayscale: #333333. Windows color (decimal): -8191133 or 6488963. OLE color: 6488963.
HSL color Cylindrical-coordinate representation of color #830363: hue angle of 315º degrees, saturation: 0.96, 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 #830363 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.49 |
| HSL | 315º | 0.96% | 0.26% | - |
| HSV(B) | 315º | 0.98% | 0.51% | - |
| XYZ | 11.64 | 5.79 | 12.31 | - |
| YUV | 52.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 99 | 0 | 0.98 | 0.24 | 0.49 | 315 | 0.96 | 0.26 |
| Hex | 83 | 3 | 63 | 0 | 62 | 18 | 31 | 13B | 60 | 1A |
| Octal | 203 | 3 | 143 | 0 | 142 | 30 | 61 | 473 | 140 | 32 |
| Binary | 10000011 | 11 | 1100011 | 0 | 1100010 | 11000 | 110001 | 100111011 | 1100000 | 11010 |
Color Harmonies of #830363
Complementary color
Monochromatic Colors of #830363
Black with #830363
Text Example
Text Example
White with #830363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830363; }
p { color: rgb(131,3,99); }
H1.HeaderClassName
{
color: #830363;
}
.AnyTagClassName
{
color: #830363;
}
</style>
background-color css
<style>
a { background-color: #830363; }
a { background-color: rgb(131,3,99); }
div.DivClassName
{
background-color: #830363;
}
.BgClassName
{
background-color: #830363;
}
</style>
border-color css
<style>
span { border-color: #830363; }
span { border-color: rgb(131,3,99); }
td.TdClassName
{
border-color: #830363;
}
.TagClassName
{
border-color: #830363;
}
</style>