Shades of Violet Blue #8D6792
Tints of Violet Blue #8D6792
RGB
CMYK
RGB Variations
Color information
#8D6792 (or 0x8D6792) is known color: Violet Blue. HEX triplet: 8D, 67 and 92. RGB value is (141,103,146). Sum of RGB (Red+Green+Blue) = 141+103+146=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6792 is #72986D. Grayscale: #777777. Windows color (decimal): -7510126 or 9594765. OLE color: 9594765.
HSL color Cylindrical-coordinate representation of color #8D6792: hue angle of 293.02º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D6792 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 103 | 146 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.43 |
| HSL | 293.02º | 0.17% | 0.49% | - |
| HSV(B) | 293.02º | 0.29% | 0.57% | - |
| XYZ | 21.02 | 17.44 | 29.45 | - |
| YUV | 119.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 146 | 0.03 | 0.29 | 0 | 0.43 | 293.02 | 0.17 | 0.49 |
| Hex | 8D | 67 | 92 | 3 | 1D | 0 | 2B | 125 | 11 | 31 |
| Octal | 215 | 147 | 222 | 3 | 35 | 0 | 53 | 445 | 21 | 61 |
| Binary | 10001101 | 1100111 | 10010010 | 11 | 11101 | 0 | 101011 | 100100101 | 10001 | 110001 |
Color Harmonies of #8D6792
Complementary color
Monochromatic Colors of #8D6792
Black with #8D6792
Text Example
Text Example
White with #8D6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6792; }
p { color: rgb(141,103,146); }
H1.HeaderClassName
{
color: #8D6792;
}
.AnyTagClassName
{
color: #8D6792;
}
</style>
background-color css
<style>
a { background-color: #8D6792; }
a { background-color: rgb(141,103,146); }
div.DivClassName
{
background-color: #8D6792;
}
.BgClassName
{
background-color: #8D6792;
}
</style>
border-color css
<style>
span { border-color: #8D6792; }
span { border-color: rgb(141,103,146); }
td.TdClassName
{
border-color: #8D6792;
}
.TagClassName
{
border-color: #8D6792;
}
</style>