Shades of Violet Blue #8F519D
Tints of Violet Blue #8F519D
RGB
CMYK
RGB Variations
Color information
#8F519D (or 0x8F519D) is known color: Violet Blue. HEX triplet: 8F, 51 and 9D. RGB value is (143,81,157). Sum of RGB (Red+Green+Blue) = 143+81+157=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F519D is #70AE62. Grayscale: #6B6B6B. Windows color (decimal): -7384675 or 10310031. OLE color: 10310031.
HSL color Cylindrical-coordinate representation of color #8F519D: hue angle of 288.95º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F519D is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 81 | 157 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.38 |
| HSL | 288.95º | 0.32% | 0.47% | - |
| HSV(B) | 288.95º | 0.48% | 0.62% | - |
| XYZ | 20.36 | 14.16 | 33.56 | - |
| YUV | 108.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 157 | 0.09 | 0.48 | 0 | 0.38 | 288.95 | 0.32 | 0.47 |
| Hex | 8F | 51 | 9D | 9 | 30 | 0 | 26 | 121 | 20 | 2F |
| Octal | 217 | 121 | 235 | 11 | 60 | 0 | 46 | 441 | 40 | 57 |
| Binary | 10001111 | 1010001 | 10011101 | 1001 | 110000 | 0 | 100110 | 100100001 | 100000 | 101111 |
Color Harmonies of #8F519D
Complementary color
Monochromatic Colors of #8F519D
Black with #8F519D
Text Example
Text Example
White with #8F519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F519D; }
p { color: rgb(143,81,157); }
H1.HeaderClassName
{
color: #8F519D;
}
.AnyTagClassName
{
color: #8F519D;
}
</style>
background-color css
<style>
a { background-color: #8F519D; }
a { background-color: rgb(143,81,157); }
div.DivClassName
{
background-color: #8F519D;
}
.BgClassName
{
background-color: #8F519D;
}
</style>
border-color css
<style>
span { border-color: #8F519D; }
span { border-color: rgb(143,81,157); }
td.TdClassName
{
border-color: #8F519D;
}
.TagClassName
{
border-color: #8F519D;
}
</style>