Shades of Violet Blue #8F7093
Tints of Violet Blue #8F7093
RGB
CMYK
RGB Variations
Color information
#8F7093 (or 0x8F7093) is known color: Violet Blue. HEX triplet: 8F, 70 and 93. RGB value is (143,112,147). Sum of RGB (Red+Green+Blue) = 143+112+147=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F7093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7093 is #708F6C. Grayscale: #7D7D7D. Windows color (decimal): -7376749 or 9662607. OLE color: 9662607.
HSL color Cylindrical-coordinate representation of color #8F7093: hue angle of 293.14º 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 #8F7093 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 112 | 147 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.42 |
| HSL | 293.14º | 0.14% | 0.51% | - |
| HSV(B) | 293.14º | 0.24% | 0.58% | - |
| XYZ | 22.39 | 19.53 | 30.19 | - |
| YUV | 125.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 147 | 0.03 | 0.24 | 0 | 0.42 | 293.14 | 0.14 | 0.51 |
| Hex | 8F | 70 | 93 | 3 | 18 | 0 | 2A | 125 | E | 33 |
| Octal | 217 | 160 | 223 | 3 | 30 | 0 | 52 | 445 | 16 | 63 |
| Binary | 10001111 | 1110000 | 10010011 | 11 | 11000 | 0 | 101010 | 100100101 | 1110 | 110011 |
Color Harmonies of #8F7093
Complementary color
Monochromatic Colors of #8F7093
Black with #8F7093
Text Example
Text Example
White with #8F7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7093; }
p { color: rgb(143,112,147); }
H1.HeaderClassName
{
color: #8F7093;
}
.AnyTagClassName
{
color: #8F7093;
}
</style>
background-color css
<style>
a { background-color: #8F7093; }
a { background-color: rgb(143,112,147); }
div.DivClassName
{
background-color: #8F7093;
}
.BgClassName
{
background-color: #8F7093;
}
</style>
border-color css
<style>
span { border-color: #8F7093; }
span { border-color: rgb(143,112,147); }
td.TdClassName
{
border-color: #8F7093;
}
.TagClassName
{
border-color: #8F7093;
}
</style>