Shades of Violet Blue #8F559D
Tints of Violet Blue #8F559D
RGB
CMYK
RGB Variations
Color information
#8F559D (or 0x8F559D) is known color: Violet Blue. HEX triplet: 8F, 55 and 9D. RGB value is (143,85,157). Sum of RGB (Red+Green+Blue) = 143+85+157=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 85 (33.59% from 255 or 22.08% 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 #8F559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F559D is #70AA62. Grayscale: #6E6E6E. Windows color (decimal): -7383651 or 10311055. OLE color: 10311055.
HSL color Cylindrical-coordinate representation of color #8F559D: hue angle of 288.33º 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 #8F559D is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 85 | 157 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.38 |
| HSL | 288.33º | 0.3% | 0.47% | - |
| HSV(B) | 288.33º | 0.46% | 0.62% | - |
| XYZ | 20.66 | 14.77 | 33.66 | - |
| YUV | 110.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 157 | 0.09 | 0.46 | 0 | 0.38 | 288.33 | 0.3 | 0.47 |
| Hex | 8F | 55 | 9D | 9 | 2E | 0 | 26 | 120 | 1E | 2F |
| Octal | 217 | 125 | 235 | 11 | 56 | 0 | 46 | 440 | 36 | 57 |
| Binary | 10001111 | 1010101 | 10011101 | 1001 | 101110 | 0 | 100110 | 100100000 | 11110 | 101111 |
Color Harmonies of #8F559D
Complementary color
Monochromatic Colors of #8F559D
Black with #8F559D
Text Example
Text Example
White with #8F559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F559D; }
p { color: rgb(143,85,157); }
H1.HeaderClassName
{
color: #8F559D;
}
.AnyTagClassName
{
color: #8F559D;
}
</style>
background-color css
<style>
a { background-color: #8F559D; }
a { background-color: rgb(143,85,157); }
div.DivClassName
{
background-color: #8F559D;
}
.BgClassName
{
background-color: #8F559D;
}
</style>
border-color css
<style>
span { border-color: #8F559D; }
span { border-color: rgb(143,85,157); }
td.TdClassName
{
border-color: #8F559D;
}
.TagClassName
{
border-color: #8F559D;
}
</style>