Shades of Violet Blue #8F539E
Tints of Violet Blue #8F539E
RGB
CMYK
RGB Variations
Color information
#8F539E (or 0x8F539E) is known color: Violet Blue. HEX triplet: 8F, 53 and 9E. RGB value is (143,83,158). Sum of RGB (Red+Green+Blue) = 143+83+158=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F539E is #70AC61. Grayscale: #6D6D6D. Windows color (decimal): -7384162 or 10376079. OLE color: 10376079.
HSL color Cylindrical-coordinate representation of color #8F539E: hue angle of 288º 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 #8F539E is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 83 | 158 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.38 |
| HSL | 288º | 0.31% | 0.47% | - |
| HSV(B) | 288º | 0.47% | 0.62% | - |
| XYZ | 20.59 | 14.49 | 34.06 | - |
| YUV | 109.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 158 | 0.09 | 0.47 | 0 | 0.38 | 288 | 0.31 | 0.47 |
| Hex | 8F | 53 | 9E | 9 | 2F | 0 | 26 | 120 | 1F | 2F |
| Octal | 217 | 123 | 236 | 11 | 57 | 0 | 46 | 440 | 37 | 57 |
| Binary | 10001111 | 1010011 | 10011110 | 1001 | 101111 | 0 | 100110 | 100100000 | 11111 | 101111 |
Color Harmonies of #8F539E
Complementary color
Monochromatic Colors of #8F539E
Black with #8F539E
Text Example
Text Example
White with #8F539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F539E; }
p { color: rgb(143,83,158); }
H1.HeaderClassName
{
color: #8F539E;
}
.AnyTagClassName
{
color: #8F539E;
}
</style>
background-color css
<style>
a { background-color: #8F539E; }
a { background-color: rgb(143,83,158); }
div.DivClassName
{
background-color: #8F539E;
}
.BgClassName
{
background-color: #8F539E;
}
</style>
border-color css
<style>
span { border-color: #8F539E; }
span { border-color: rgb(143,83,158); }
td.TdClassName
{
border-color: #8F539E;
}
.TagClassName
{
border-color: #8F539E;
}
</style>