Shades of Eggplant #92015C
Tints of Eggplant #92015C
RGB
CMYK
RGB Variations
Color information
#92015C (or 0x92015C) is known color: Eggplant. HEX triplet: 92, 01 and 5C. RGB value is (146,1,92). Sum of RGB (Red+Green+Blue) = 146+1+92=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #92015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92015C is #6DFEA3. Grayscale: #363636. Windows color (decimal): -7208612 or 6029714. OLE color: 6029714.
HSL color Cylindrical-coordinate representation of color #92015C: hue angle of 322.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92015C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.43 |
| HSL | 322.34º | 0.99% | 0.29% | - |
| HSV(B) | 322.34º | 0.99% | 0.57% | - |
| XYZ | 13.8 | 6.91 | 10.73 | - |
| YUV | 54.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 92 | 0 | 0.99 | 0.37 | 0.43 | 322.34 | 0.99 | 0.29 |
| Hex | 92 | 1 | 5C | 0 | 63 | 25 | 2B | 142 | 63 | 1D |
| Octal | 222 | 1 | 134 | 0 | 143 | 45 | 53 | 502 | 143 | 35 |
| Binary | 10010010 | 1 | 1011100 | 0 | 1100011 | 100101 | 101011 | 101000010 | 1100011 | 11101 |
Color Harmonies of #92015C
Complementary color
Monochromatic Colors of #92015C
Black with #92015C
Text Example
Text Example
White with #92015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92015C; }
p { color: rgb(146,1,92); }
H1.HeaderClassName
{
color: #92015C;
}
.AnyTagClassName
{
color: #92015C;
}
</style>
background-color css
<style>
a { background-color: #92015C; }
a { background-color: rgb(146,1,92); }
div.DivClassName
{
background-color: #92015C;
}
.BgClassName
{
background-color: #92015C;
}
</style>
border-color css
<style>
span { border-color: #92015C; }
span { border-color: rgb(146,1,92); }
td.TdClassName
{
border-color: #92015C;
}
.TagClassName
{
border-color: #92015C;
}
</style>