Shades of Violet Blue #8C559D
Tints of Violet Blue #8C559D
RGB
CMYK
RGB Variations
Color information
#8C559D (or 0x8C559D) is known color: Violet Blue. HEX triplet: 8C, 55 and 9D. RGB value is (140,85,157). Sum of RGB (Red+Green+Blue) = 140+85+157=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C559D is #73AA62. Grayscale: #6D6D6D. Windows color (decimal): -7580259 or 10311052. OLE color: 10311052.
HSL color Cylindrical-coordinate representation of color #8C559D: hue angle of 285.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C559D is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 85 | 157 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.38 |
| HSL | 285.83º | 0.3% | 0.47% | - |
| HSV(B) | 285.83º | 0.46% | 0.62% | - |
| XYZ | 20.15 | 14.51 | 33.64 | - |
| YUV | 109.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 157 | 0.11 | 0.46 | 0 | 0.38 | 285.83 | 0.3 | 0.47 |
| Hex | 8C | 55 | 9D | B | 2E | 0 | 26 | 11E | 1E | 2F |
| Octal | 214 | 125 | 235 | 13 | 56 | 0 | 46 | 436 | 36 | 57 |
| Binary | 10001100 | 1010101 | 10011101 | 1011 | 101110 | 0 | 100110 | 100011110 | 11110 | 101111 |
Color Harmonies of #8C559D
Complementary color
Monochromatic Colors of #8C559D
Black with #8C559D
Text Example
Text Example
White with #8C559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C559D; }
p { color: rgb(140,85,157); }
H1.HeaderClassName
{
color: #8C559D;
}
.AnyTagClassName
{
color: #8C559D;
}
</style>
background-color css
<style>
a { background-color: #8C559D; }
a { background-color: rgb(140,85,157); }
div.DivClassName
{
background-color: #8C559D;
}
.BgClassName
{
background-color: #8C559D;
}
</style>
border-color css
<style>
span { border-color: #8C559D; }
span { border-color: rgb(140,85,157); }
td.TdClassName
{
border-color: #8C559D;
}
.TagClassName
{
border-color: #8C559D;
}
</style>