Shades of Violet Blue #8C5599
Tints of Violet Blue #8C5599
RGB
CMYK
RGB Variations
Color information
#8C5599 (or 0x8C5599) is known color: Violet Blue. HEX triplet: 8C, 55 and 99. RGB value is (140,85,153). Sum of RGB (Red+Green+Blue) = 140+85+153=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5599 is #73AA66. Grayscale: #6C6C6C. Windows color (decimal): -7580263 or 10048908. OLE color: 10048908.
HSL color Cylindrical-coordinate representation of color #8C5599: hue angle of 288.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C5599 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 85 | 153 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.4 |
| HSL | 288.53º | 0.29% | 0.47% | - |
| HSV(B) | 288.53º | 0.44% | 0.6% | - |
| XYZ | 19.81 | 14.37 | 31.87 | - |
| YUV | 109.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 153 | 0.08 | 0.44 | 0 | 0.4 | 288.53 | 0.29 | 0.47 |
| Hex | 8C | 55 | 99 | 8 | 2C | 0 | 28 | 121 | 1D | 2F |
| Octal | 214 | 125 | 231 | 10 | 54 | 0 | 50 | 441 | 35 | 57 |
| Binary | 10001100 | 1010101 | 10011001 | 1000 | 101100 | 0 | 101000 | 100100001 | 11101 | 101111 |
Color Harmonies of #8C5599
Complementary color
Monochromatic Colors of #8C5599
Black with #8C5599
Text Example
Text Example
White with #8C5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5599; }
p { color: rgb(140,85,153); }
H1.HeaderClassName
{
color: #8C5599;
}
.AnyTagClassName
{
color: #8C5599;
}
</style>
background-color css
<style>
a { background-color: #8C5599; }
a { background-color: rgb(140,85,153); }
div.DivClassName
{
background-color: #8C5599;
}
.BgClassName
{
background-color: #8C5599;
}
</style>
border-color css
<style>
span { border-color: #8C5599; }
span { border-color: rgb(140,85,153); }
td.TdClassName
{
border-color: #8C5599;
}
.TagClassName
{
border-color: #8C5599;
}
</style>