Shades of Violet Blue #8D6593
Tints of Violet Blue #8D6593
RGB
CMYK
RGB Variations
Color information
#8D6593 (or 0x8D6593) is known color: Violet Blue. HEX triplet: 8D, 65 and 93. RGB value is (141,101,147). Sum of RGB (Red+Green+Blue) = 141+101+147=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6593 is #729A6C. Grayscale: #767676. Windows color (decimal): -7510637 or 9659789. OLE color: 9659789.
HSL color Cylindrical-coordinate representation of color #8D6593: hue angle of 292.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6593 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 101 | 147 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.42 |
| HSL | 292.17º | 0.19% | 0.49% | - |
| HSV(B) | 292.17º | 0.31% | 0.58% | - |
| XYZ | 20.9 | 17.08 | 29.8 | - |
| YUV | 118.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 147 | 0.04 | 0.31 | 0 | 0.42 | 292.17 | 0.19 | 0.49 |
| Hex | 8D | 65 | 93 | 4 | 1F | 0 | 2A | 124 | 13 | 31 |
| Octal | 215 | 145 | 223 | 4 | 37 | 0 | 52 | 444 | 23 | 61 |
| Binary | 10001101 | 1100101 | 10010011 | 100 | 11111 | 0 | 101010 | 100100100 | 10011 | 110001 |
Color Harmonies of #8D6593
Complementary color
Monochromatic Colors of #8D6593
Black with #8D6593
Text Example
Text Example
White with #8D6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6593; }
p { color: rgb(141,101,147); }
H1.HeaderClassName
{
color: #8D6593;
}
.AnyTagClassName
{
color: #8D6593;
}
</style>
background-color css
<style>
a { background-color: #8D6593; }
a { background-color: rgb(141,101,147); }
div.DivClassName
{
background-color: #8D6593;
}
.BgClassName
{
background-color: #8D6593;
}
</style>
border-color css
<style>
span { border-color: #8D6593; }
span { border-color: rgb(141,101,147); }
td.TdClassName
{
border-color: #8D6593;
}
.TagClassName
{
border-color: #8D6593;
}
</style>