Shades of Violet Blue #8F539D
Tints of Violet Blue #8F539D
RGB
CMYK
RGB Variations
Color information
#8F539D (or 0x8F539D) is known color: Violet Blue. HEX triplet: 8F, 53 and 9D. RGB value is (143,83,157). Sum of RGB (Red+Green+Blue) = 143+83+157=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F539D is #70AC62. Grayscale: #6D6D6D. Windows color (decimal): -7384163 or 10310543. OLE color: 10310543.
HSL color Cylindrical-coordinate representation of color #8F539D: hue angle of 288.65º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F539D is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 83 | 157 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.38 |
| HSL | 288.65º | 0.31% | 0.47% | - |
| HSV(B) | 288.65º | 0.47% | 0.62% | - |
| XYZ | 20.51 | 14.46 | 33.61 | - |
| YUV | 109.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 157 | 0.09 | 0.47 | 0 | 0.38 | 288.65 | 0.31 | 0.47 |
| Hex | 8F | 53 | 9D | 9 | 2F | 0 | 26 | 121 | 1F | 2F |
| Octal | 217 | 123 | 235 | 11 | 57 | 0 | 46 | 441 | 37 | 57 |
| Binary | 10001111 | 1010011 | 10011101 | 1001 | 101111 | 0 | 100110 | 100100001 | 11111 | 101111 |
Color Harmonies of #8F539D
Complementary color
Monochromatic Colors of #8F539D
Black with #8F539D
Text Example
Text Example
White with #8F539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F539D; }
p { color: rgb(143,83,157); }
H1.HeaderClassName
{
color: #8F539D;
}
.AnyTagClassName
{
color: #8F539D;
}
</style>
background-color css
<style>
a { background-color: #8F539D; }
a { background-color: rgb(143,83,157); }
div.DivClassName
{
background-color: #8F539D;
}
.BgClassName
{
background-color: #8F539D;
}
</style>
border-color css
<style>
span { border-color: #8F539D; }
span { border-color: rgb(143,83,157); }
td.TdClassName
{
border-color: #8F539D;
}
.TagClassName
{
border-color: #8F539D;
}
</style>