Shades of Violet Blue #8F6E91
Tints of Violet Blue #8F6E91
RGB
CMYK
RGB Variations
Color information
#8F6E91 (or 0x8F6E91) is known color: Violet Blue. HEX triplet: 8F, 6E and 91. RGB value is (143,110,145). Sum of RGB (Red+Green+Blue) = 143+110+145=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F6E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6E91 is #70916E. Grayscale: #7B7B7B. Windows color (decimal): -7377263 or 9531023. OLE color: 9531023.
HSL color Cylindrical-coordinate representation of color #8F6E91: hue angle of 296.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F6E91 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 110 | 145 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.43 |
| HSL | 296.57º | 0.14% | 0.5% | - |
| HSV(B) | 296.57º | 0.24% | 0.57% | - |
| XYZ | 22.01 | 19.04 | 29.3 | - |
| YUV | 123.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 145 | 0.01 | 0.24 | 0 | 0.43 | 296.57 | 0.14 | 0.5 |
| Hex | 8F | 6E | 91 | 1 | 18 | 0 | 2B | 129 | E | 32 |
| Octal | 217 | 156 | 221 | 1 | 30 | 0 | 53 | 451 | 16 | 62 |
| Binary | 10001111 | 1101110 | 10010001 | 1 | 11000 | 0 | 101011 | 100101001 | 1110 | 110010 |
Color Harmonies of #8F6E91
Complementary color
Monochromatic Colors of #8F6E91
Black with #8F6E91
Text Example
Text Example
White with #8F6E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6E91; }
p { color: rgb(143,110,145); }
H1.HeaderClassName
{
color: #8F6E91;
}
.AnyTagClassName
{
color: #8F6E91;
}
</style>
background-color css
<style>
a { background-color: #8F6E91; }
a { background-color: rgb(143,110,145); }
div.DivClassName
{
background-color: #8F6E91;
}
.BgClassName
{
background-color: #8F6E91;
}
</style>
border-color css
<style>
span { border-color: #8F6E91; }
span { border-color: rgb(143,110,145); }
td.TdClassName
{
border-color: #8F6E91;
}
.TagClassName
{
border-color: #8F6E91;
}
</style>