Shades of Violet Blue #8C5397
Tints of Violet Blue #8C5397
RGB
CMYK
RGB Variations
Color information
#8C5397 (or 0x8C5397) is known color: Violet Blue. HEX triplet: 8C, 53 and 97. RGB value is (140,83,151). Sum of RGB (Red+Green+Blue) = 140+83+151=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C5397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5397 is #73AC68. Grayscale: #6B6B6B. Windows color (decimal): -7580777 or 9917324. OLE color: 9917324.
HSL color Cylindrical-coordinate representation of color #8C5397: hue angle of 290.29º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C5397 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 83 | 151 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.41 |
| HSL | 290.29º | 0.29% | 0.46% | - |
| HSV(B) | 290.29º | 0.45% | 0.59% | - |
| XYZ | 19.49 | 14 | 30.95 | - |
| YUV | 107.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 151 | 0.07 | 0.45 | 0 | 0.41 | 290.29 | 0.29 | 0.46 |
| Hex | 8C | 53 | 97 | 7 | 2D | 0 | 29 | 122 | 1D | 2E |
| Octal | 214 | 123 | 227 | 7 | 55 | 0 | 51 | 442 | 35 | 56 |
| Binary | 10001100 | 1010011 | 10010111 | 111 | 101101 | 0 | 101001 | 100100010 | 11101 | 101110 |
Color Harmonies of #8C5397
Complementary color
Monochromatic Colors of #8C5397
Black with #8C5397
Text Example
Text Example
White with #8C5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5397; }
p { color: rgb(140,83,151); }
H1.HeaderClassName
{
color: #8C5397;
}
.AnyTagClassName
{
color: #8C5397;
}
</style>
background-color css
<style>
a { background-color: #8C5397; }
a { background-color: rgb(140,83,151); }
div.DivClassName
{
background-color: #8C5397;
}
.BgClassName
{
background-color: #8C5397;
}
</style>
border-color css
<style>
span { border-color: #8C5397; }
span { border-color: rgb(140,83,151); }
td.TdClassName
{
border-color: #8C5397;
}
.TagClassName
{
border-color: #8C5397;
}
</style>