Shades of Violet Blue #8C569F
Tints of Violet Blue #8C569F
RGB
CMYK
RGB Variations
Color information
#8C569F (or 0x8C569F) is known color: Violet Blue. HEX triplet: 8C, 56 and 9F. RGB value is (140,86,159). Sum of RGB (Red+Green+Blue) = 140+86+159=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C569F is #73A960. Grayscale: #6E6E6E. Windows color (decimal): -7580001 or 10442380. OLE color: 10442380.
HSL color Cylindrical-coordinate representation of color #8C569F: hue angle of 284.38º 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 #8C569F is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 86 | 159 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.38 |
| HSL | 284.38º | 0.3% | 0.48% | - |
| HSV(B) | 284.38º | 0.46% | 0.62% | - |
| XYZ | 20.4 | 14.73 | 34.57 | - |
| YUV | 110.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 159 | 0.12 | 0.46 | 0 | 0.38 | 284.38 | 0.3 | 0.48 |
| Hex | 8C | 56 | 9F | C | 2E | 0 | 26 | 11C | 1E | 30 |
| Octal | 214 | 126 | 237 | 14 | 56 | 0 | 46 | 434 | 36 | 60 |
| Binary | 10001100 | 1010110 | 10011111 | 1100 | 101110 | 0 | 100110 | 100011100 | 11110 | 110000 |
Color Harmonies of #8C569F
Complementary color
Monochromatic Colors of #8C569F
Black with #8C569F
Text Example
Text Example
White with #8C569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C569F; }
p { color: rgb(140,86,159); }
H1.HeaderClassName
{
color: #8C569F;
}
.AnyTagClassName
{
color: #8C569F;
}
</style>
background-color css
<style>
a { background-color: #8C569F; }
a { background-color: rgb(140,86,159); }
div.DivClassName
{
background-color: #8C569F;
}
.BgClassName
{
background-color: #8C569F;
}
</style>
border-color css
<style>
span { border-color: #8C569F; }
span { border-color: rgb(140,86,159); }
td.TdClassName
{
border-color: #8C569F;
}
.TagClassName
{
border-color: #8C569F;
}
</style>