Shades of Violet Blue #8F6894
Tints of Violet Blue #8F6894
RGB
CMYK
RGB Variations
Color information
#8F6894 (or 0x8F6894) is known color: Violet Blue. HEX triplet: 8F, 68 and 94. RGB value is (143,104,148). Sum of RGB (Red+Green+Blue) = 143+104+148=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F6894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6894 is #70976B. Grayscale: #787878. Windows color (decimal): -7378796 or 9726095. OLE color: 9726095.
HSL color Cylindrical-coordinate representation of color #8F6894: hue angle of 293.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F6894 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 104 | 148 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.42 |
| HSL | 293.18º | 0.17% | 0.49% | - |
| HSV(B) | 293.18º | 0.3% | 0.58% | - |
| XYZ | 21.62 | 17.88 | 30.33 | - |
| YUV | 120.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 148 | 0.03 | 0.30 | 0 | 0.42 | 293.18 | 0.17 | 0.49 |
| Hex | 8F | 68 | 94 | 3 | 1E | 0 | 2A | 125 | 11 | 31 |
| Octal | 217 | 150 | 224 | 3 | 36 | 0 | 52 | 445 | 21 | 61 |
| Binary | 10001111 | 1101000 | 10010100 | 11 | 11110 | 0 | 101010 | 100100101 | 10001 | 110001 |
Color Harmonies of #8F6894
Complementary color
Monochromatic Colors of #8F6894
Black with #8F6894
Text Example
Text Example
White with #8F6894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6894; }
p { color: rgb(143,104,148); }
H1.HeaderClassName
{
color: #8F6894;
}
.AnyTagClassName
{
color: #8F6894;
}
</style>
background-color css
<style>
a { background-color: #8F6894; }
a { background-color: rgb(143,104,148); }
div.DivClassName
{
background-color: #8F6894;
}
.BgClassName
{
background-color: #8F6894;
}
</style>
border-color css
<style>
span { border-color: #8F6894; }
span { border-color: rgb(143,104,148); }
td.TdClassName
{
border-color: #8F6894;
}
.TagClassName
{
border-color: #8F6894;
}
</style>