Shades of True V #8D6DCC
Tints of True V #8D6DCC
RGB
CMYK
RGB Variations
Color information
#8D6DCC (or 0x8D6DCC) is known color: True V. HEX triplet: 8D, 6D and CC. RGB value is (141,109,204). Sum of RGB (Red+Green+Blue) = 141+109+204=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DCC is #729233. Grayscale: #818181. Windows color (decimal): -7508532 or 13397389. OLE color: 13397389.
HSL color Cylindrical-coordinate representation of color #8D6DCC: hue angle of 260.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D6DCC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 109 | 204 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.2 |
| HSL | 260.21º | 0.48% | 0.61% | - |
| HSV(B) | 260.21º | 0.47% | 0.8% | - |
| XYZ | 27.35 | 20.96 | 59.73 | - |
| YUV | 129.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 204 | 0.31 | 0.47 | 0 | 0.2 | 260.21 | 0.48 | 0.61 |
| Hex | 8D | 6D | CC | 1F | 2F | 0 | 14 | 104 | 30 | 3D |
| Octal | 215 | 155 | 314 | 37 | 57 | 0 | 24 | 404 | 60 | 75 |
| Binary | 10001101 | 1101101 | 11001100 | 11111 | 101111 | 0 | 10100 | 100000100 | 110000 | 111101 |
Color Harmonies of #8D6DCC
Complementary color
Monochromatic Colors of #8D6DCC
Black with #8D6DCC
Text Example
Text Example
White with #8D6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DCC; }
p { color: rgb(141,109,204); }
H1.HeaderClassName
{
color: #8D6DCC;
}
.AnyTagClassName
{
color: #8D6DCC;
}
</style>
background-color css
<style>
a { background-color: #8D6DCC; }
a { background-color: rgb(141,109,204); }
div.DivClassName
{
background-color: #8D6DCC;
}
.BgClassName
{
background-color: #8D6DCC;
}
</style>
border-color css
<style>
span { border-color: #8D6DCC; }
span { border-color: rgb(141,109,204); }
td.TdClassName
{
border-color: #8D6DCC;
}
.TagClassName
{
border-color: #8D6DCC;
}
</style>