Shades of Violet Blue #8D6297
Tints of Violet Blue #8D6297
RGB
CMYK
RGB Variations
Color information
#8D6297 (or 0x8D6297) is known color: Violet Blue. HEX triplet: 8D, 62 and 97. RGB value is (141,98,151). Sum of RGB (Red+Green+Blue) = 141+98+151=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D6297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6297 is #729D68. Grayscale: #747474. Windows color (decimal): -7511401 or 9921165. OLE color: 9921165.
HSL color Cylindrical-coordinate representation of color #8D6297: hue angle of 288.68º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D6297 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 98 | 151 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.41 |
| HSL | 288.68º | 0.21% | 0.49% | - |
| HSV(B) | 288.68º | 0.35% | 0.59% | - |
| XYZ | 20.94 | 16.63 | 31.38 | - |
| YUV | 116.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 151 | 0.07 | 0.35 | 0 | 0.41 | 288.68 | 0.21 | 0.49 |
| Hex | 8D | 62 | 97 | 7 | 23 | 0 | 29 | 121 | 15 | 31 |
| Octal | 215 | 142 | 227 | 7 | 43 | 0 | 51 | 441 | 25 | 61 |
| Binary | 10001101 | 1100010 | 10010111 | 111 | 100011 | 0 | 101001 | 100100001 | 10101 | 110001 |
Color Harmonies of #8D6297
Complementary color
Monochromatic Colors of #8D6297
Black with #8D6297
Text Example
Text Example
White with #8D6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6297; }
p { color: rgb(141,98,151); }
H1.HeaderClassName
{
color: #8D6297;
}
.AnyTagClassName
{
color: #8D6297;
}
</style>
background-color css
<style>
a { background-color: #8D6297; }
a { background-color: rgb(141,98,151); }
div.DivClassName
{
background-color: #8D6297;
}
.BgClassName
{
background-color: #8D6297;
}
</style>
border-color css
<style>
span { border-color: #8D6297; }
span { border-color: rgb(141,98,151); }
td.TdClassName
{
border-color: #8D6297;
}
.TagClassName
{
border-color: #8D6297;
}
</style>