Shades of Violet Blue #8D6D92
Tints of Violet Blue #8D6D92
RGB
CMYK
RGB Variations
Color information
#8D6D92 (or 0x8D6D92) is known color: Violet Blue. HEX triplet: 8D, 6D and 92. RGB value is (141,109,146). Sum of RGB (Red+Green+Blue) = 141+109+146=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6D92 is #72926D. Grayscale: #7A7A7A. Windows color (decimal): -7508590 or 9596301. OLE color: 9596301.
HSL color Cylindrical-coordinate representation of color #8D6D92: hue angle of 291.89º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6D92 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 109 | 146 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.43 |
| HSL | 291.89º | 0.15% | 0.5% | - |
| HSV(B) | 291.89º | 0.25% | 0.57% | - |
| XYZ | 21.64 | 18.68 | 29.66 | - |
| YUV | 122.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 146 | 0.03 | 0.25 | 0 | 0.43 | 291.89 | 0.15 | 0.5 |
| Hex | 8D | 6D | 92 | 3 | 19 | 0 | 2B | 124 | F | 32 |
| Octal | 215 | 155 | 222 | 3 | 31 | 0 | 53 | 444 | 17 | 62 |
| Binary | 10001101 | 1101101 | 10010010 | 11 | 11001 | 0 | 101011 | 100100100 | 1111 | 110010 |
Color Harmonies of #8D6D92
Complementary color
Monochromatic Colors of #8D6D92
Black with #8D6D92
Text Example
Text Example
White with #8D6D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6D92; }
p { color: rgb(141,109,146); }
H1.HeaderClassName
{
color: #8D6D92;
}
.AnyTagClassName
{
color: #8D6D92;
}
</style>
background-color css
<style>
a { background-color: #8D6D92; }
a { background-color: rgb(141,109,146); }
div.DivClassName
{
background-color: #8D6D92;
}
.BgClassName
{
background-color: #8D6D92;
}
</style>
border-color css
<style>
span { border-color: #8D6D92; }
span { border-color: rgb(141,109,146); }
td.TdClassName
{
border-color: #8D6D92;
}
.TagClassName
{
border-color: #8D6D92;
}
</style>