Shades of Violet Blue #8D5297
Tints of Violet Blue #8D5297
RGB
CMYK
RGB Variations
Color information
#8D5297 (or 0x8D5297) is known color: Violet Blue. HEX triplet: 8D, 52 and 97. RGB value is (141,82,151). Sum of RGB (Red+Green+Blue) = 141+82+151=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 82 (32.42% from 255 or 21.93% 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 #8D5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5297 is #72AD68. Grayscale: #6B6B6B. Windows color (decimal): -7515497 or 9917069. OLE color: 9917069.
HSL color Cylindrical-coordinate representation of color #8D5297: hue angle of 291.3º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D5297 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 82 | 151 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.41 |
| HSL | 291.3º | 0.3% | 0.46% | - |
| HSV(B) | 291.3º | 0.46% | 0.59% | - |
| XYZ | 19.59 | 13.93 | 30.93 | - |
| YUV | 107.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 151 | 0.07 | 0.46 | 0 | 0.41 | 291.3 | 0.3 | 0.46 |
| Hex | 8D | 52 | 97 | 7 | 2E | 0 | 29 | 123 | 1E | 2E |
| Octal | 215 | 122 | 227 | 7 | 56 | 0 | 51 | 443 | 36 | 56 |
| Binary | 10001101 | 1010010 | 10010111 | 111 | 101110 | 0 | 101001 | 100100011 | 11110 | 101110 |
Color Harmonies of #8D5297
Complementary color
Monochromatic Colors of #8D5297
Black with #8D5297
Text Example
Text Example
White with #8D5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5297; }
p { color: rgb(141,82,151); }
H1.HeaderClassName
{
color: #8D5297;
}
.AnyTagClassName
{
color: #8D5297;
}
</style>
background-color css
<style>
a { background-color: #8D5297; }
a { background-color: rgb(141,82,151); }
div.DivClassName
{
background-color: #8D5297;
}
.BgClassName
{
background-color: #8D5297;
}
</style>
border-color css
<style>
span { border-color: #8D5297; }
span { border-color: rgb(141,82,151); }
td.TdClassName
{
border-color: #8D5297;
}
.TagClassName
{
border-color: #8D5297;
}
</style>