Shades of Violet Blue #8C6395
Tints of Violet Blue #8C6395
RGB
CMYK
RGB Variations
Color information
#8C6395 (or 0x8C6395) is known color: Violet Blue. HEX triplet: 8C, 63 and 95. RGB value is (140,99,149). Sum of RGB (Red+Green+Blue) = 140+99+149=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6395 is #739C6A. Grayscale: #747474. Windows color (decimal): -7576683 or 9790348. OLE color: 9790348.
HSL color Cylindrical-coordinate representation of color #8C6395: hue angle of 289.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C6395 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 99 | 149 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.42 |
| HSL | 289.2º | 0.2% | 0.49% | - |
| HSV(B) | 289.2º | 0.34% | 0.58% | - |
| XYZ | 20.7 | 16.67 | 30.56 | - |
| YUV | 116.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 149 | 0.06 | 0.34 | 0 | 0.42 | 289.2 | 0.2 | 0.49 |
| Hex | 8C | 63 | 95 | 6 | 22 | 0 | 2A | 121 | 14 | 31 |
| Octal | 214 | 143 | 225 | 6 | 42 | 0 | 52 | 441 | 24 | 61 |
| Binary | 10001100 | 1100011 | 10010101 | 110 | 100010 | 0 | 101010 | 100100001 | 10100 | 110001 |
Color Harmonies of #8C6395
Complementary color
Monochromatic Colors of #8C6395
Black with #8C6395
Text Example
Text Example
White with #8C6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6395; }
p { color: rgb(140,99,149); }
H1.HeaderClassName
{
color: #8C6395;
}
.AnyTagClassName
{
color: #8C6395;
}
</style>
background-color css
<style>
a { background-color: #8C6395; }
a { background-color: rgb(140,99,149); }
div.DivClassName
{
background-color: #8C6395;
}
.BgClassName
{
background-color: #8C6395;
}
</style>
border-color css
<style>
span { border-color: #8C6395; }
span { border-color: rgb(140,99,149); }
td.TdClassName
{
border-color: #8C6395;
}
.TagClassName
{
border-color: #8C6395;
}
</style>