Shades of Eggplant #940367
Tints of Eggplant #940367
RGB
CMYK
RGB Variations
Color information
#940367 (or 0x940367) is known color: Eggplant. HEX triplet: 94, 03 and 67. RGB value is (148,3,103). Sum of RGB (Red+Green+Blue) = 148+3+103=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #940367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940367 is #6BFC98. Grayscale: #393939. Windows color (decimal): -7077017 or 6751124. OLE color: 6751124.
HSL color Cylindrical-coordinate representation of color #940367: hue angle of 318.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940367 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.42 |
| HSL | 318.62º | 0.96% | 0.3% | - |
| HSV(B) | 318.62º | 0.98% | 0.58% | - |
| XYZ | 14.69 | 7.34 | 13.47 | - |
| YUV | 57.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 103 | 0 | 0.98 | 0.30 | 0.42 | 318.62 | 0.96 | 0.3 |
| Hex | 94 | 3 | 67 | 0 | 62 | 1E | 2A | 13F | 60 | 1E |
| Octal | 224 | 3 | 147 | 0 | 142 | 36 | 52 | 477 | 140 | 36 |
| Binary | 10010100 | 11 | 1100111 | 0 | 1100010 | 11110 | 101010 | 100111111 | 1100000 | 11110 |
Color Harmonies of #940367
Complementary color
Monochromatic Colors of #940367
Black with #940367
Text Example
Text Example
White with #940367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940367; }
p { color: rgb(148,3,103); }
H1.HeaderClassName
{
color: #940367;
}
.AnyTagClassName
{
color: #940367;
}
</style>
background-color css
<style>
a { background-color: #940367; }
a { background-color: rgb(148,3,103); }
div.DivClassName
{
background-color: #940367;
}
.BgClassName
{
background-color: #940367;
}
</style>
border-color css
<style>
span { border-color: #940367; }
span { border-color: rgb(148,3,103); }
td.TdClassName
{
border-color: #940367;
}
.TagClassName
{
border-color: #940367;
}
</style>