Shades of Violet Blue #9E558C
Tints of Violet Blue #9E558C
RGB
CMYK
RGB Variations
Color information
#9E558C (or 0x9E558C) is known color: Violet Blue. HEX triplet: 9E, 55 and 8C. RGB value is (158,85,140). Sum of RGB (Red+Green+Blue) = 158+85+140=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E558C is #61AA73. Grayscale: #707070. Windows color (decimal): -6400628 or 9196958. OLE color: 9196958.
HSL color Cylindrical-coordinate representation of color #9E558C: hue angle of 314.79º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E558C is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 140 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.38 |
| HSL | 314.79º | 0.3% | 0.48% | - |
| HSV(B) | 314.79º | 0.46% | 0.62% | - |
| XYZ | 22.08 | 15.66 | 26.67 | - |
| YUV | 113.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 140 | 0 | 0.46 | 0.11 | 0.38 | 314.79 | 0.3 | 0.48 |
| Hex | 9E | 55 | 8C | 0 | 2E | B | 26 | 13B | 1E | 30 |
| Octal | 236 | 125 | 214 | 0 | 56 | 13 | 46 | 473 | 36 | 60 |
| Binary | 10011110 | 1010101 | 10001100 | 0 | 101110 | 1011 | 100110 | 100111011 | 11110 | 110000 |
Color Harmonies of #9E558C
Complementary color
Monochromatic Colors of #9E558C
Black with #9E558C
Text Example
Text Example
White with #9E558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E558C; }
p { color: rgb(158,85,140); }
H1.HeaderClassName
{
color: #9E558C;
}
.AnyTagClassName
{
color: #9E558C;
}
</style>
background-color css
<style>
a { background-color: #9E558C; }
a { background-color: rgb(158,85,140); }
div.DivClassName
{
background-color: #9E558C;
}
.BgClassName
{
background-color: #9E558C;
}
</style>
border-color css
<style>
span { border-color: #9E558C; }
span { border-color: rgb(158,85,140); }
td.TdClassName
{
border-color: #9E558C;
}
.TagClassName
{
border-color: #9E558C;
}
</style>