Shades of Violet Blue #8C579D
Tints of Violet Blue #8C579D
RGB
CMYK
RGB Variations
Color information
#8C579D (or 0x8C579D) is known color: Violet Blue. HEX triplet: 8C, 57 and 9D. RGB value is (140,87,157). Sum of RGB (Red+Green+Blue) = 140+87+157=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C579D is #73A862. Grayscale: #6E6E6E. Windows color (decimal): -7579747 or 10311564. OLE color: 10311564.
HSL color Cylindrical-coordinate representation of color #8C579D: hue angle of 285.43º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C579D is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 87 | 157 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.38 |
| HSL | 285.43º | 0.29% | 0.48% | - |
| HSV(B) | 285.43º | 0.45% | 0.62% | - |
| XYZ | 20.31 | 14.83 | 33.69 | - |
| YUV | 110.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 157 | 0.11 | 0.45 | 0 | 0.38 | 285.43 | 0.29 | 0.48 |
| Hex | 8C | 57 | 9D | B | 2D | 0 | 26 | 11D | 1D | 30 |
| Octal | 214 | 127 | 235 | 13 | 55 | 0 | 46 | 435 | 35 | 60 |
| Binary | 10001100 | 1010111 | 10011101 | 1011 | 101101 | 0 | 100110 | 100011101 | 11101 | 110000 |
Color Harmonies of #8C579D
Complementary color
Monochromatic Colors of #8C579D
Black with #8C579D
Text Example
Text Example
White with #8C579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C579D; }
p { color: rgb(140,87,157); }
H1.HeaderClassName
{
color: #8C579D;
}
.AnyTagClassName
{
color: #8C579D;
}
</style>
background-color css
<style>
a { background-color: #8C579D; }
a { background-color: rgb(140,87,157); }
div.DivClassName
{
background-color: #8C579D;
}
.BgClassName
{
background-color: #8C579D;
}
</style>
border-color css
<style>
span { border-color: #8C579D; }
span { border-color: rgb(140,87,157); }
td.TdClassName
{
border-color: #8C579D;
}
.TagClassName
{
border-color: #8C579D;
}
</style>