Shades of Violet Blue #8F579E
Tints of Violet Blue #8F579E
RGB
CMYK
RGB Variations
Color information
#8F579E (or 0x8F579E) is known color: Violet Blue. HEX triplet: 8F, 57 and 9E. RGB value is (143,87,158). Sum of RGB (Red+Green+Blue) = 143+87+158=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F579E is #70A861. Grayscale: #6F6F6F. Windows color (decimal): -7383138 or 10377103. OLE color: 10377103.
HSL color Cylindrical-coordinate representation of color #8F579E: hue angle of 287.32º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F579E is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 87 | 158 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.38 |
| HSL | 287.32º | 0.29% | 0.48% | - |
| HSV(B) | 287.32º | 0.45% | 0.62% | - |
| XYZ | 20.91 | 15.12 | 34.17 | - |
| YUV | 111.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 158 | 0.09 | 0.45 | 0 | 0.38 | 287.32 | 0.29 | 0.48 |
| Hex | 8F | 57 | 9E | 9 | 2D | 0 | 26 | 11F | 1D | 30 |
| Octal | 217 | 127 | 236 | 11 | 55 | 0 | 46 | 437 | 35 | 60 |
| Binary | 10001111 | 1010111 | 10011110 | 1001 | 101101 | 0 | 100110 | 100011111 | 11101 | 110000 |
Color Harmonies of #8F579E
Complementary color
Monochromatic Colors of #8F579E
Black with #8F579E
Text Example
Text Example
White with #8F579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F579E; }
p { color: rgb(143,87,158); }
H1.HeaderClassName
{
color: #8F579E;
}
.AnyTagClassName
{
color: #8F579E;
}
</style>
background-color css
<style>
a { background-color: #8F579E; }
a { background-color: rgb(143,87,158); }
div.DivClassName
{
background-color: #8F579E;
}
.BgClassName
{
background-color: #8F579E;
}
</style>
border-color css
<style>
span { border-color: #8F579E; }
span { border-color: rgb(143,87,158); }
td.TdClassName
{
border-color: #8F579E;
}
.TagClassName
{
border-color: #8F579E;
}
</style>