Shades of Violet Blue #8C589D
Tints of Violet Blue #8C589D
RGB
CMYK
RGB Variations
Color information
#8C589D (or 0x8C589D) is known color: Violet Blue. HEX triplet: 8C, 58 and 9D. RGB value is (140,88,157). Sum of RGB (Red+Green+Blue) = 140+88+157=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C589D is #73A762. Grayscale: #6F6F6F. Windows color (decimal): -7579491 or 10311820. OLE color: 10311820.
HSL color Cylindrical-coordinate representation of color #8C589D: hue angle of 285.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C589D is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 88 | 157 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.38 |
| HSL | 285.22º | 0.28% | 0.48% | - |
| HSV(B) | 285.22º | 0.44% | 0.62% | - |
| XYZ | 20.39 | 14.99 | 33.72 | - |
| YUV | 111.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 157 | 0.11 | 0.44 | 0 | 0.38 | 285.22 | 0.28 | 0.48 |
| Hex | 8C | 58 | 9D | B | 2C | 0 | 26 | 11D | 1C | 30 |
| Octal | 214 | 130 | 235 | 13 | 54 | 0 | 46 | 435 | 34 | 60 |
| Binary | 10001100 | 1011000 | 10011101 | 1011 | 101100 | 0 | 100110 | 100011101 | 11100 | 110000 |
Color Harmonies of #8C589D
Complementary color
Monochromatic Colors of #8C589D
Black with #8C589D
Text Example
Text Example
White with #8C589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C589D; }
p { color: rgb(140,88,157); }
H1.HeaderClassName
{
color: #8C589D;
}
.AnyTagClassName
{
color: #8C589D;
}
</style>
background-color css
<style>
a { background-color: #8C589D; }
a { background-color: rgb(140,88,157); }
div.DivClassName
{
background-color: #8C589D;
}
.BgClassName
{
background-color: #8C589D;
}
</style>
border-color css
<style>
span { border-color: #8C589D; }
span { border-color: rgb(140,88,157); }
td.TdClassName
{
border-color: #8C589D;
}
.TagClassName
{
border-color: #8C589D;
}
</style>