Shades of Violet Blue #8D6192
Tints of Violet Blue #8D6192
RGB
CMYK
RGB Variations
Color information
#8D6192 (or 0x8D6192) is known color: Violet Blue. HEX triplet: 8D, 61 and 92. RGB value is (141,97,146). Sum of RGB (Red+Green+Blue) = 141+97+146=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6192 is #729E6D. Grayscale: #737373. Windows color (decimal): -7511662 or 9593229. OLE color: 9593229.
HSL color Cylindrical-coordinate representation of color #8D6192: hue angle of 293.88º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D6192 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 97 | 146 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.43 |
| HSL | 293.88º | 0.2% | 0.48% | - |
| HSV(B) | 293.88º | 0.34% | 0.57% | - |
| XYZ | 20.45 | 16.29 | 29.26 | - |
| YUV | 115.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 146 | 0.03 | 0.34 | 0 | 0.43 | 293.88 | 0.2 | 0.48 |
| Hex | 8D | 61 | 92 | 3 | 22 | 0 | 2B | 126 | 14 | 30 |
| Octal | 215 | 141 | 222 | 3 | 42 | 0 | 53 | 446 | 24 | 60 |
| Binary | 10001101 | 1100001 | 10010010 | 11 | 100010 | 0 | 101011 | 100100110 | 10100 | 110000 |
Color Harmonies of #8D6192
Complementary color
Monochromatic Colors of #8D6192
Black with #8D6192
Text Example
Text Example
White with #8D6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6192; }
p { color: rgb(141,97,146); }
H1.HeaderClassName
{
color: #8D6192;
}
.AnyTagClassName
{
color: #8D6192;
}
</style>
background-color css
<style>
a { background-color: #8D6192; }
a { background-color: rgb(141,97,146); }
div.DivClassName
{
background-color: #8D6192;
}
.BgClassName
{
background-color: #8D6192;
}
</style>
border-color css
<style>
span { border-color: #8D6192; }
span { border-color: rgb(141,97,146); }
td.TdClassName
{
border-color: #8D6192;
}
.TagClassName
{
border-color: #8D6192;
}
</style>