Shades of Violet Blue #8F7094
Tints of Violet Blue #8F7094
RGB
CMYK
RGB Variations
Color information
#8F7094 (or 0x8F7094) is known color: Violet Blue. HEX triplet: 8F, 70 and 94. RGB value is (143,112,148). Sum of RGB (Red+Green+Blue) = 143+112+148=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7094 is #708F6B. Grayscale: #7D7D7D. Windows color (decimal): -7376748 or 9728143. OLE color: 9728143.
HSL color Cylindrical-coordinate representation of color #8F7094: hue angle of 291.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F7094 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 112 | 148 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.42 |
| HSL | 291.67º | 0.14% | 0.51% | - |
| HSV(B) | 291.67º | 0.24% | 0.58% | - |
| XYZ | 22.47 | 19.57 | 30.61 | - |
| YUV | 125.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 148 | 0.03 | 0.24 | 0 | 0.42 | 291.67 | 0.14 | 0.51 |
| Hex | 8F | 70 | 94 | 3 | 18 | 0 | 2A | 124 | E | 33 |
| Octal | 217 | 160 | 224 | 3 | 30 | 0 | 52 | 444 | 16 | 63 |
| Binary | 10001111 | 1110000 | 10010100 | 11 | 11000 | 0 | 101010 | 100100100 | 1110 | 110011 |
Color Harmonies of #8F7094
Complementary color
Monochromatic Colors of #8F7094
Black with #8F7094
Text Example
Text Example
White with #8F7094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7094; }
p { color: rgb(143,112,148); }
H1.HeaderClassName
{
color: #8F7094;
}
.AnyTagClassName
{
color: #8F7094;
}
</style>
background-color css
<style>
a { background-color: #8F7094; }
a { background-color: rgb(143,112,148); }
div.DivClassName
{
background-color: #8F7094;
}
.BgClassName
{
background-color: #8F7094;
}
</style>
border-color css
<style>
span { border-color: #8F7094; }
span { border-color: rgb(143,112,148); }
td.TdClassName
{
border-color: #8F7094;
}
.TagClassName
{
border-color: #8F7094;
}
</style>