Shades of True V #8D6DCA
Tints of True V #8D6DCA
RGB
CMYK
RGB Variations
Color information
#8D6DCA (or 0x8D6DCA) is known color: True V. HEX triplet: 8D, 6D and CA. RGB value is (141,109,202). Sum of RGB (Red+Green+Blue) = 141+109+202=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DCA is #729235. Grayscale: #808080. Windows color (decimal): -7508534 or 13266317. OLE color: 13266317.
HSL color Cylindrical-coordinate representation of color #8D6DCA: hue angle of 260.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D6DCA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 109 | 202 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.21 |
| HSL | 260.65º | 0.47% | 0.61% | - |
| HSV(B) | 260.65º | 0.46% | 0.79% | - |
| XYZ | 27.11 | 20.86 | 58.48 | - |
| YUV | 129.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 202 | 0.30 | 0.46 | 0 | 0.21 | 260.65 | 0.47 | 0.61 |
| Hex | 8D | 6D | CA | 1E | 2E | 0 | 15 | 105 | 2F | 3D |
| Octal | 215 | 155 | 312 | 36 | 56 | 0 | 25 | 405 | 57 | 75 |
| Binary | 10001101 | 1101101 | 11001010 | 11110 | 101110 | 0 | 10101 | 100000101 | 101111 | 111101 |
Color Harmonies of #8D6DCA
Complementary color
Monochromatic Colors of #8D6DCA
Black with #8D6DCA
Text Example
Text Example
White with #8D6DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DCA; }
p { color: rgb(141,109,202); }
H1.HeaderClassName
{
color: #8D6DCA;
}
.AnyTagClassName
{
color: #8D6DCA;
}
</style>
background-color css
<style>
a { background-color: #8D6DCA; }
a { background-color: rgb(141,109,202); }
div.DivClassName
{
background-color: #8D6DCA;
}
.BgClassName
{
background-color: #8D6DCA;
}
</style>
border-color css
<style>
span { border-color: #8D6DCA; }
span { border-color: rgb(141,109,202); }
td.TdClassName
{
border-color: #8D6DCA;
}
.TagClassName
{
border-color: #8D6DCA;
}
</style>