Shades of Eggplant #910267
Tints of Eggplant #910267
RGB
CMYK
RGB Variations
Color information
#910267 (or 0x910267) is known color: Eggplant. HEX triplet: 91, 02 and 67. RGB value is (145,2,103). Sum of RGB (Red+Green+Blue) = 145+2+103=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #910267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910267 is #6EFD98. Grayscale: #383838. Windows color (decimal): -7273881 or 6750865. OLE color: 6750865.
HSL color Cylindrical-coordinate representation of color #910267: hue angle of 317.62º degrees, saturation: 0.97, 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 #910267 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.43 |
| HSL | 317.62º | 0.97% | 0.29% | - |
| HSV(B) | 317.62º | 0.99% | 0.57% | - |
| XYZ | 14.15 | 7.04 | 13.45 | - |
| YUV | 56.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 103 | 0 | 0.99 | 0.29 | 0.43 | 317.62 | 0.97 | 0.29 |
| Hex | 91 | 2 | 67 | 0 | 63 | 1D | 2B | 13E | 61 | 1D |
| Octal | 221 | 2 | 147 | 0 | 143 | 35 | 53 | 476 | 141 | 35 |
| Binary | 10010001 | 10 | 1100111 | 0 | 1100011 | 11101 | 101011 | 100111110 | 1100001 | 11101 |
Color Harmonies of #910267
Complementary color
Monochromatic Colors of #910267
Black with #910267
Text Example
Text Example
White with #910267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910267; }
p { color: rgb(145,2,103); }
H1.HeaderClassName
{
color: #910267;
}
.AnyTagClassName
{
color: #910267;
}
</style>
background-color css
<style>
a { background-color: #910267; }
a { background-color: rgb(145,2,103); }
div.DivClassName
{
background-color: #910267;
}
.BgClassName
{
background-color: #910267;
}
</style>
border-color css
<style>
span { border-color: #910267; }
span { border-color: rgb(145,2,103); }
td.TdClassName
{
border-color: #910267;
}
.TagClassName
{
border-color: #910267;
}
</style>