Shades of Violet Blue #8C5395
Tints of Violet Blue #8C5395
RGB
CMYK
RGB Variations
Color information
#8C5395 (or 0x8C5395) is known color: Violet Blue. HEX triplet: 8C, 53 and 95. RGB value is (140,83,149). Sum of RGB (Red+Green+Blue) = 140+83+149=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C5395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5395 is #73AC6A. Grayscale: #6B6B6B. Windows color (decimal): -7580779 or 9786252. OLE color: 9786252.
HSL color Cylindrical-coordinate representation of color #8C5395: hue angle of 291.82º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C5395 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 83 | 149 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.42 |
| HSL | 291.82º | 0.28% | 0.45% | - |
| HSV(B) | 291.82º | 0.44% | 0.58% | - |
| XYZ | 19.33 | 13.93 | 30.1 | - |
| YUV | 107.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 149 | 0.06 | 0.44 | 0 | 0.42 | 291.82 | 0.28 | 0.45 |
| Hex | 8C | 53 | 95 | 6 | 2C | 0 | 2A | 124 | 1C | 2D |
| Octal | 214 | 123 | 225 | 6 | 54 | 0 | 52 | 444 | 34 | 55 |
| Binary | 10001100 | 1010011 | 10010101 | 110 | 101100 | 0 | 101010 | 100100100 | 11100 | 101101 |
Color Harmonies of #8C5395
Complementary color
Monochromatic Colors of #8C5395
Black with #8C5395
Text Example
Text Example
White with #8C5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5395; }
p { color: rgb(140,83,149); }
H1.HeaderClassName
{
color: #8C5395;
}
.AnyTagClassName
{
color: #8C5395;
}
</style>
background-color css
<style>
a { background-color: #8C5395; }
a { background-color: rgb(140,83,149); }
div.DivClassName
{
background-color: #8C5395;
}
.BgClassName
{
background-color: #8C5395;
}
</style>
border-color css
<style>
span { border-color: #8C5395; }
span { border-color: rgb(140,83,149); }
td.TdClassName
{
border-color: #8C5395;
}
.TagClassName
{
border-color: #8C5395;
}
</style>