Shades of Eggplant #930169
Tints of Eggplant #930169
RGB
CMYK
RGB Variations
Color information
#930169 (or 0x930169) is known color: Eggplant. HEX triplet: 93, 01 and 69. RGB value is (147,1,105). Sum of RGB (Red+Green+Blue) = 147+1+105=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #930169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930169 is #6CFE96. Grayscale: #383838. Windows color (decimal): -7143063 or 6881683. OLE color: 6881683.
HSL color Cylindrical-coordinate representation of color #930169: hue angle of 317.26º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930169 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.42 |
| HSL | 317.26º | 0.99% | 0.29% | - |
| HSV(B) | 317.26º | 0.99% | 0.58% | - |
| XYZ | 14.59 | 7.24 | 13.99 | - |
| YUV | 56.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 105 | 0 | 0.99 | 0.29 | 0.42 | 317.26 | 0.99 | 0.29 |
| Hex | 93 | 1 | 69 | 0 | 63 | 1D | 2A | 13D | 63 | 1D |
| Octal | 223 | 1 | 151 | 0 | 143 | 35 | 52 | 475 | 143 | 35 |
| Binary | 10010011 | 1 | 1101001 | 0 | 1100011 | 11101 | 101010 | 100111101 | 1100011 | 11101 |
Color Harmonies of #930169
Complementary color
Monochromatic Colors of #930169
Black with #930169
Text Example
Text Example
White with #930169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930169; }
p { color: rgb(147,1,105); }
H1.HeaderClassName
{
color: #930169;
}
.AnyTagClassName
{
color: #930169;
}
</style>
background-color css
<style>
a { background-color: #930169; }
a { background-color: rgb(147,1,105); }
div.DivClassName
{
background-color: #930169;
}
.BgClassName
{
background-color: #930169;
}
</style>
border-color css
<style>
span { border-color: #930169; }
span { border-color: rgb(147,1,105); }
td.TdClassName
{
border-color: #930169;
}
.TagClassName
{
border-color: #930169;
}
</style>