Shades of Violet Blue #8F569F
Tints of Violet Blue #8F569F
RGB
CMYK
RGB Variations
Color information
#8F569F (or 0x8F569F) is known color: Violet Blue. HEX triplet: 8F, 56 and 9F. RGB value is (143,86,159). Sum of RGB (Red+Green+Blue) = 143+86+159=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F569F is #70A960. Grayscale: #6F6F6F. Windows color (decimal): -7383393 or 10442383. OLE color: 10442383.
HSL color Cylindrical-coordinate representation of color #8F569F: hue angle of 286.85º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F569F is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 86 | 159 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.38 |
| HSL | 286.85º | 0.3% | 0.48% | - |
| HSV(B) | 286.85º | 0.46% | 0.62% | - |
| XYZ | 20.91 | 15 | 34.59 | - |
| YUV | 111.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 159 | 0.10 | 0.46 | 0 | 0.38 | 286.85 | 0.3 | 0.48 |
| Hex | 8F | 56 | 9F | A | 2E | 0 | 26 | 11F | 1E | 30 |
| Octal | 217 | 126 | 237 | 12 | 56 | 0 | 46 | 437 | 36 | 60 |
| Binary | 10001111 | 1010110 | 10011111 | 1010 | 101110 | 0 | 100110 | 100011111 | 11110 | 110000 |
Color Harmonies of #8F569F
Complementary color
Monochromatic Colors of #8F569F
Black with #8F569F
Text Example
Text Example
White with #8F569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F569F; }
p { color: rgb(143,86,159); }
H1.HeaderClassName
{
color: #8F569F;
}
.AnyTagClassName
{
color: #8F569F;
}
</style>
background-color css
<style>
a { background-color: #8F569F; }
a { background-color: rgb(143,86,159); }
div.DivClassName
{
background-color: #8F569F;
}
.BgClassName
{
background-color: #8F569F;
}
</style>
border-color css
<style>
span { border-color: #8F569F; }
span { border-color: rgb(143,86,159); }
td.TdClassName
{
border-color: #8F569F;
}
.TagClassName
{
border-color: #8F569F;
}
</style>