Shades of Eggplant #95085B
Tints of Eggplant #95085B
RGB
CMYK
RGB Variations
Color information
#95085B (or 0x95085B) is known color: Eggplant. HEX triplet: 95, 08 and 5B. RGB value is (149,8,91). Sum of RGB (Red+Green+Blue) = 149+8+91=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95085B is #6AF7A4. Grayscale: #3B3B3B. Windows color (decimal): -7010213 or 5965973. OLE color: 5965973.
HSL color Cylindrical-coordinate representation of color #95085B: hue angle of 324.68º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95085B is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 91 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.42 |
| HSL | 324.68º | 0.9% | 0.31% | - |
| HSV(B) | 324.68º | 0.95% | 0.58% | - |
| XYZ | 14.37 | 7.32 | 10.55 | - |
| YUV | 59.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 91 | 0 | 0.95 | 0.39 | 0.42 | 324.68 | 0.9 | 0.31 |
| Hex | 95 | 8 | 5B | 0 | 5F | 27 | 2A | 145 | 5A | 1F |
| Octal | 225 | 10 | 133 | 0 | 137 | 47 | 52 | 505 | 132 | 37 |
| Binary | 10010101 | 1000 | 1011011 | 0 | 1011111 | 100111 | 101010 | 101000101 | 1011010 | 11111 |
Color Harmonies of #95085B
Complementary color
Monochromatic Colors of #95085B
Black with #95085B
Text Example
Text Example
White with #95085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95085B; }
p { color: rgb(149,8,91); }
H1.HeaderClassName
{
color: #95085B;
}
.AnyTagClassName
{
color: #95085B;
}
</style>
background-color css
<style>
a { background-color: #95085B; }
a { background-color: rgb(149,8,91); }
div.DivClassName
{
background-color: #95085B;
}
.BgClassName
{
background-color: #95085B;
}
</style>
border-color css
<style>
span { border-color: #95085B; }
span { border-color: rgb(149,8,91); }
td.TdClassName
{
border-color: #95085B;
}
.TagClassName
{
border-color: #95085B;
}
</style>