Shades of Violet Blue #8C529D
Tints of Violet Blue #8C529D
RGB
CMYK
RGB Variations
Color information
#8C529D (or 0x8C529D) is known color: Violet Blue. HEX triplet: 8C, 52 and 9D. RGB value is (140,82,157). Sum of RGB (Red+Green+Blue) = 140+82+157=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C529D is #73AD62. Grayscale: #6B6B6B. Windows color (decimal): -7581027 or 10310284. OLE color: 10310284.
HSL color Cylindrical-coordinate representation of color #8C529D: hue angle of 286.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C529D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 82 | 157 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.38 |
| HSL | 286.4º | 0.31% | 0.47% | - |
| HSV(B) | 286.4º | 0.48% | 0.62% | - |
| XYZ | 19.92 | 14.04 | 33.56 | - |
| YUV | 107.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 157 | 0.11 | 0.48 | 0 | 0.38 | 286.4 | 0.31 | 0.47 |
| Hex | 8C | 52 | 9D | B | 30 | 0 | 26 | 11E | 1F | 2F |
| Octal | 214 | 122 | 235 | 13 | 60 | 0 | 46 | 436 | 37 | 57 |
| Binary | 10001100 | 1010010 | 10011101 | 1011 | 110000 | 0 | 100110 | 100011110 | 11111 | 101111 |
Color Harmonies of #8C529D
Complementary color
Monochromatic Colors of #8C529D
Black with #8C529D
Text Example
Text Example
White with #8C529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C529D; }
p { color: rgb(140,82,157); }
H1.HeaderClassName
{
color: #8C529D;
}
.AnyTagClassName
{
color: #8C529D;
}
</style>
background-color css
<style>
a { background-color: #8C529D; }
a { background-color: rgb(140,82,157); }
div.DivClassName
{
background-color: #8C529D;
}
.BgClassName
{
background-color: #8C529D;
}
</style>
border-color css
<style>
span { border-color: #8C529D; }
span { border-color: rgb(140,82,157); }
td.TdClassName
{
border-color: #8C529D;
}
.TagClassName
{
border-color: #8C529D;
}
</style>