Shades of Violet Blue #8F6A94
Tints of Violet Blue #8F6A94
RGB
CMYK
RGB Variations
Color information
#8F6A94 (or 0x8F6A94) is known color: Violet Blue. HEX triplet: 8F, 6A and 94. RGB value is (143,106,148). Sum of RGB (Red+Green+Blue) = 143+106+148=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F6A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6A94 is #70956B. Grayscale: #797979. Windows color (decimal): -7378284 or 9726607. OLE color: 9726607.
HSL color Cylindrical-coordinate representation of color #8F6A94: hue angle of 292.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F6A94 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 106 | 148 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.42 |
| HSL | 292.86º | 0.17% | 0.5% | - |
| HSV(B) | 292.86º | 0.28% | 0.58% | - |
| XYZ | 21.83 | 18.29 | 30.4 | - |
| YUV | 121.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 106 | 148 | 0.03 | 0.28 | 0 | 0.42 | 292.86 | 0.17 | 0.5 |
| Hex | 8F | 6A | 94 | 3 | 1C | 0 | 2A | 125 | 11 | 32 |
| Octal | 217 | 152 | 224 | 3 | 34 | 0 | 52 | 445 | 21 | 62 |
| Binary | 10001111 | 1101010 | 10010100 | 11 | 11100 | 0 | 101010 | 100100101 | 10001 | 110010 |
Color Harmonies of #8F6A94
Complementary color
Monochromatic Colors of #8F6A94
Black with #8F6A94
Text Example
Text Example
White with #8F6A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6A94; }
p { color: rgb(143,106,148); }
H1.HeaderClassName
{
color: #8F6A94;
}
.AnyTagClassName
{
color: #8F6A94;
}
</style>
background-color css
<style>
a { background-color: #8F6A94; }
a { background-color: rgb(143,106,148); }
div.DivClassName
{
background-color: #8F6A94;
}
.BgClassName
{
background-color: #8F6A94;
}
</style>
border-color css
<style>
span { border-color: #8F6A94; }
span { border-color: rgb(143,106,148); }
td.TdClassName
{
border-color: #8F6A94;
}
.TagClassName
{
border-color: #8F6A94;
}
</style>