Shades of Violet Blue #8F6890
Tints of Violet Blue #8F6890
RGB
CMYK
RGB Variations
Color information
#8F6890 (or 0x8F6890) is known color: Violet Blue. HEX triplet: 8F, 68 and 90. RGB value is (143,104,144). Sum of RGB (Red+Green+Blue) = 143+104+144=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6890 is #70976F. Grayscale: #787878. Windows color (decimal): -7378800 or 9463951. OLE color: 9463951.
HSL color Cylindrical-coordinate representation of color #8F6890: hue angle of 298.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F6890 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 144 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.44 |
| HSL | 298.5º | 0.16% | 0.49% | - |
| HSV(B) | 298.5º | 0.28% | 0.56% | - |
| XYZ | 21.31 | 17.75 | 28.69 | - |
| YUV | 120.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 144 | 0.01 | 0.28 | 0 | 0.44 | 298.5 | 0.16 | 0.49 |
| Hex | 8F | 68 | 90 | 1 | 1C | 0 | 2C | 12A | 10 | 31 |
| Octal | 217 | 150 | 220 | 1 | 34 | 0 | 54 | 452 | 20 | 61 |
| Binary | 10001111 | 1101000 | 10010000 | 1 | 11100 | 0 | 101100 | 100101010 | 10000 | 110001 |
Color Harmonies of #8F6890
Complementary color
Monochromatic Colors of #8F6890
Black with #8F6890
Text Example
Text Example
White with #8F6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6890; }
p { color: rgb(143,104,144); }
H1.HeaderClassName
{
color: #8F6890;
}
.AnyTagClassName
{
color: #8F6890;
}
</style>
background-color css
<style>
a { background-color: #8F6890; }
a { background-color: rgb(143,104,144); }
div.DivClassName
{
background-color: #8F6890;
}
.BgClassName
{
background-color: #8F6890;
}
</style>
border-color css
<style>
span { border-color: #8F6890; }
span { border-color: rgb(143,104,144); }
td.TdClassName
{
border-color: #8F6890;
}
.TagClassName
{
border-color: #8F6890;
}
</style>