Shades of Violet Blue #8F569A
Tints of Violet Blue #8F569A
RGB
CMYK
RGB Variations
Color information
#8F569A (or 0x8F569A) is known color: Violet Blue. HEX triplet: 8F, 56 and 9A. RGB value is (143,86,154). Sum of RGB (Red+Green+Blue) = 143+86+154=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F569A is #70A965. Grayscale: #6E6E6E. Windows color (decimal): -7383398 or 10114703. OLE color: 10114703.
HSL color Cylindrical-coordinate representation of color #8F569A: hue angle of 290.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F569A is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 86 | 154 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.40 |
| HSL | 290.29º | 0.28% | 0.47% | - |
| HSV(B) | 290.29º | 0.44% | 0.6% | - |
| XYZ | 20.49 | 14.83 | 32.35 | - |
| YUV | 110.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 154 | 0.07 | 0.44 | 0 | 0.40 | 290.29 | 0.28 | 0.47 |
| Hex | 8F | 56 | 9A | 7 | 2C | 0 | 28 | 122 | 1C | 2F |
| Octal | 217 | 126 | 232 | 7 | 54 | 0 | 50 | 442 | 34 | 57 |
| Binary | 10001111 | 1010110 | 10011010 | 111 | 101100 | 0 | 101000 | 100100010 | 11100 | 101111 |
Color Harmonies of #8F569A
Complementary color
Monochromatic Colors of #8F569A
Black with #8F569A
Text Example
Text Example
White with #8F569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F569A; }
p { color: rgb(143,86,154); }
H1.HeaderClassName
{
color: #8F569A;
}
.AnyTagClassName
{
color: #8F569A;
}
</style>
background-color css
<style>
a { background-color: #8F569A; }
a { background-color: rgb(143,86,154); }
div.DivClassName
{
background-color: #8F569A;
}
.BgClassName
{
background-color: #8F569A;
}
</style>
border-color css
<style>
span { border-color: #8F569A; }
span { border-color: rgb(143,86,154); }
td.TdClassName
{
border-color: #8F569A;
}
.TagClassName
{
border-color: #8F569A;
}
</style>