Shades of Violet Blue #8F7193
Tints of Violet Blue #8F7193
RGB
CMYK
RGB Variations
Color information
#8F7193 (or 0x8F7193) is known color: Violet Blue. HEX triplet: 8F, 71 and 93. RGB value is (143,113,147). Sum of RGB (Red+Green+Blue) = 143+113+147=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7193 is #708E6C. Grayscale: #7D7D7D. Windows color (decimal): -7376493 or 9662863. OLE color: 9662863.
HSL color Cylindrical-coordinate representation of color #8F7193: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F7193 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 113 | 147 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.42 |
| HSL | 292.94º | 0.14% | 0.51% | - |
| HSV(B) | 292.94º | 0.23% | 0.58% | - |
| XYZ | 22.5 | 19.76 | 30.23 | - |
| YUV | 125.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 147 | 0.03 | 0.23 | 0 | 0.42 | 292.94 | 0.14 | 0.51 |
| Hex | 8F | 71 | 93 | 3 | 17 | 0 | 2A | 125 | E | 33 |
| Octal | 217 | 161 | 223 | 3 | 27 | 0 | 52 | 445 | 16 | 63 |
| Binary | 10001111 | 1110001 | 10010011 | 11 | 10111 | 0 | 101010 | 100100101 | 1110 | 110011 |
Color Harmonies of #8F7193
Complementary color
Monochromatic Colors of #8F7193
Black with #8F7193
Text Example
Text Example
White with #8F7193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7193; }
p { color: rgb(143,113,147); }
H1.HeaderClassName
{
color: #8F7193;
}
.AnyTagClassName
{
color: #8F7193;
}
</style>
background-color css
<style>
a { background-color: #8F7193; }
a { background-color: rgb(143,113,147); }
div.DivClassName
{
background-color: #8F7193;
}
.BgClassName
{
background-color: #8F7193;
}
</style>
border-color css
<style>
span { border-color: #8F7193; }
span { border-color: rgb(143,113,147); }
td.TdClassName
{
border-color: #8F7193;
}
.TagClassName
{
border-color: #8F7193;
}
</style>