Shades of Violet Blue #8C6193
Tints of Violet Blue #8C6193
RGB
CMYK
RGB Variations
Color information
#8C6193 (or 0x8C6193) is known color: Violet Blue. HEX triplet: 8C, 61 and 93. RGB value is (140,97,147). Sum of RGB (Red+Green+Blue) = 140+97+147=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C6193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6193 is #739E6C. Grayscale: #737373. Windows color (decimal): -7577197 or 9658764. OLE color: 9658764.
HSL color Cylindrical-coordinate representation of color #8C6193: hue angle of 291.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C6193 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 97 | 147 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.42 |
| HSL | 291.6º | 0.2% | 0.48% | - |
| HSV(B) | 291.6º | 0.34% | 0.58% | - |
| XYZ | 20.36 | 16.23 | 29.66 | - |
| YUV | 115.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 147 | 0.05 | 0.34 | 0 | 0.42 | 291.6 | 0.2 | 0.48 |
| Hex | 8C | 61 | 93 | 5 | 22 | 0 | 2A | 124 | 14 | 30 |
| Octal | 214 | 141 | 223 | 5 | 42 | 0 | 52 | 444 | 24 | 60 |
| Binary | 10001100 | 1100001 | 10010011 | 101 | 100010 | 0 | 101010 | 100100100 | 10100 | 110000 |
Color Harmonies of #8C6193
Complementary color
Monochromatic Colors of #8C6193
Black with #8C6193
Text Example
Text Example
White with #8C6193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6193; }
p { color: rgb(140,97,147); }
H1.HeaderClassName
{
color: #8C6193;
}
.AnyTagClassName
{
color: #8C6193;
}
</style>
background-color css
<style>
a { background-color: #8C6193; }
a { background-color: rgb(140,97,147); }
div.DivClassName
{
background-color: #8C6193;
}
.BgClassName
{
background-color: #8C6193;
}
</style>
border-color css
<style>
span { border-color: #8C6193; }
span { border-color: rgb(140,97,147); }
td.TdClassName
{
border-color: #8C6193;
}
.TagClassName
{
border-color: #8C6193;
}
</style>