Shades of Violet Blue #8D6A93
Tints of Violet Blue #8D6A93
RGB
CMYK
RGB Variations
Color information
#8D6A93 (or 0x8D6A93) is known color: Violet Blue. HEX triplet: 8D, 6A and 93. RGB value is (141,106,147). Sum of RGB (Red+Green+Blue) = 141+106+147=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D6A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6A93 is #72956C. Grayscale: #797979. Windows color (decimal): -7509357 or 9661069. OLE color: 9661069.
HSL color Cylindrical-coordinate representation of color #8D6A93: hue angle of 291.22º degrees, saturation: 0.16, 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 #8D6A93 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 106 | 147 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.42 |
| HSL | 291.22º | 0.16% | 0.5% | - |
| HSV(B) | 291.22º | 0.28% | 0.58% | - |
| XYZ | 21.41 | 18.08 | 29.96 | - |
| YUV | 121.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 147 | 0.04 | 0.28 | 0 | 0.42 | 291.22 | 0.16 | 0.5 |
| Hex | 8D | 6A | 93 | 4 | 1C | 0 | 2A | 123 | 10 | 32 |
| Octal | 215 | 152 | 223 | 4 | 34 | 0 | 52 | 443 | 20 | 62 |
| Binary | 10001101 | 1101010 | 10010011 | 100 | 11100 | 0 | 101010 | 100100011 | 10000 | 110010 |
Color Harmonies of #8D6A93
Complementary color
Monochromatic Colors of #8D6A93
Black with #8D6A93
Text Example
Text Example
White with #8D6A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A93; }
p { color: rgb(141,106,147); }
H1.HeaderClassName
{
color: #8D6A93;
}
.AnyTagClassName
{
color: #8D6A93;
}
</style>
background-color css
<style>
a { background-color: #8D6A93; }
a { background-color: rgb(141,106,147); }
div.DivClassName
{
background-color: #8D6A93;
}
.BgClassName
{
background-color: #8D6A93;
}
</style>
border-color css
<style>
span { border-color: #8D6A93; }
span { border-color: rgb(141,106,147); }
td.TdClassName
{
border-color: #8D6A93;
}
.TagClassName
{
border-color: #8D6A93;
}
</style>