Shades of Violet Blue #8F6895
Tints of Violet Blue #8F6895
RGB
CMYK
RGB Variations
Color information
#8F6895 (or 0x8F6895) is known color: Violet Blue. HEX triplet: 8F, 68 and 95. RGB value is (143,104,149). Sum of RGB (Red+Green+Blue) = 143+104+149=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6895 is #70976A. Grayscale: #787878. Windows color (decimal): -7378795 or 9791631. OLE color: 9791631.
HSL color Cylindrical-coordinate representation of color #8F6895: hue angle of 292º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F6895 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 104 | 149 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.42 |
| HSL | 292º | 0.18% | 0.5% | - |
| HSV(B) | 292º | 0.3% | 0.58% | - |
| XYZ | 21.7 | 17.91 | 30.75 | - |
| YUV | 120.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 149 | 0.04 | 0.30 | 0 | 0.42 | 292 | 0.18 | 0.5 |
| Hex | 8F | 68 | 95 | 4 | 1E | 0 | 2A | 124 | 12 | 32 |
| Octal | 217 | 150 | 225 | 4 | 36 | 0 | 52 | 444 | 22 | 62 |
| Binary | 10001111 | 1101000 | 10010101 | 100 | 11110 | 0 | 101010 | 100100100 | 10010 | 110010 |
Color Harmonies of #8F6895
Complementary color
Monochromatic Colors of #8F6895
Black with #8F6895
Text Example
Text Example
White with #8F6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6895; }
p { color: rgb(143,104,149); }
H1.HeaderClassName
{
color: #8F6895;
}
.AnyTagClassName
{
color: #8F6895;
}
</style>
background-color css
<style>
a { background-color: #8F6895; }
a { background-color: rgb(143,104,149); }
div.DivClassName
{
background-color: #8F6895;
}
.BgClassName
{
background-color: #8F6895;
}
</style>
border-color css
<style>
span { border-color: #8F6895; }
span { border-color: rgb(143,104,149); }
td.TdClassName
{
border-color: #8F6895;
}
.TagClassName
{
border-color: #8F6895;
}
</style>