Shades of True V #8D6ACD
Tints of True V #8D6ACD
RGB
CMYK
RGB Variations
Color information
#8D6ACD (or 0x8D6ACD) is known color: True V. HEX triplet: 8D, 6A and CD. RGB value is (141,106,205). Sum of RGB (Red+Green+Blue) = 141+106+205=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6ACD is #729532. Grayscale: #7F7F7F. Windows color (decimal): -7509299 or 13462157. OLE color: 13462157.
HSL color Cylindrical-coordinate representation of color #8D6ACD: hue angle of 261.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D6ACD is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 106 | 205 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.20 |
| HSL | 261.21º | 0.5% | 0.61% | - |
| HSV(B) | 261.21º | 0.48% | 0.8% | - |
| XYZ | 27.16 | 20.38 | 60.26 | - |
| YUV | 127.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 205 | 0.31 | 0.48 | 0 | 0.20 | 261.21 | 0.5 | 0.61 |
| Hex | 8D | 6A | CD | 1F | 30 | 0 | 14 | 105 | 32 | 3D |
| Octal | 215 | 152 | 315 | 37 | 60 | 0 | 24 | 405 | 62 | 75 |
| Binary | 10001101 | 1101010 | 11001101 | 11111 | 110000 | 0 | 10100 | 100000101 | 110010 | 111101 |
Color Harmonies of #8D6ACD
Complementary color
Monochromatic Colors of #8D6ACD
Black with #8D6ACD
Text Example
Text Example
White with #8D6ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6ACD; }
p { color: rgb(141,106,205); }
H1.HeaderClassName
{
color: #8D6ACD;
}
.AnyTagClassName
{
color: #8D6ACD;
}
</style>
background-color css
<style>
a { background-color: #8D6ACD; }
a { background-color: rgb(141,106,205); }
div.DivClassName
{
background-color: #8D6ACD;
}
.BgClassName
{
background-color: #8D6ACD;
}
</style>
border-color css
<style>
span { border-color: #8D6ACD; }
span { border-color: rgb(141,106,205); }
td.TdClassName
{
border-color: #8D6ACD;
}
.TagClassName
{
border-color: #8D6ACD;
}
</style>