Shades of Violet Blue #8D6392
Tints of Violet Blue #8D6392
RGB
CMYK
RGB Variations
Color information
#8D6392 (or 0x8D6392) is known color: Violet Blue. HEX triplet: 8D, 63 and 92. RGB value is (141,99,146). Sum of RGB (Red+Green+Blue) = 141+99+146=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6392 is #729C6D. Grayscale: #747474. Windows color (decimal): -7511150 or 9593741. OLE color: 9593741.
HSL color Cylindrical-coordinate representation of color #8D6392: hue angle of 293.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6392 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 99 | 146 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.43 |
| HSL | 293.62º | 0.19% | 0.48% | - |
| HSV(B) | 293.62º | 0.32% | 0.57% | - |
| XYZ | 20.63 | 16.66 | 29.32 | - |
| YUV | 116.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 146 | 0.03 | 0.32 | 0 | 0.43 | 293.62 | 0.19 | 0.48 |
| Hex | 8D | 63 | 92 | 3 | 20 | 0 | 2B | 126 | 13 | 30 |
| Octal | 215 | 143 | 222 | 3 | 40 | 0 | 53 | 446 | 23 | 60 |
| Binary | 10001101 | 1100011 | 10010010 | 11 | 100000 | 0 | 101011 | 100100110 | 10011 | 110000 |
Color Harmonies of #8D6392
Complementary color
Monochromatic Colors of #8D6392
Black with #8D6392
Text Example
Text Example
White with #8D6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6392; }
p { color: rgb(141,99,146); }
H1.HeaderClassName
{
color: #8D6392;
}
.AnyTagClassName
{
color: #8D6392;
}
</style>
background-color css
<style>
a { background-color: #8D6392; }
a { background-color: rgb(141,99,146); }
div.DivClassName
{
background-color: #8D6392;
}
.BgClassName
{
background-color: #8D6392;
}
</style>
border-color css
<style>
span { border-color: #8D6392; }
span { border-color: rgb(141,99,146); }
td.TdClassName
{
border-color: #8D6392;
}
.TagClassName
{
border-color: #8D6392;
}
</style>