Shades of True V #8D6CC9
Tints of True V #8D6CC9
RGB
CMYK
RGB Variations
Color information
#8D6CC9 (or 0x8D6CC9) is known color: True V. HEX triplet: 8D, 6C and C9. RGB value is (141,108,201). Sum of RGB (Red+Green+Blue) = 141+108+201=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D6CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CC9 is #729336. Grayscale: #808080. Windows color (decimal): -7508791 or 13200525. OLE color: 13200525.
HSL color Cylindrical-coordinate representation of color #8D6CC9: hue angle of 261.29º degrees, saturation: 0.46, 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 #8D6CC9 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 108 | 201 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.21 |
| HSL | 261.29º | 0.46% | 0.61% | - |
| HSV(B) | 261.29º | 0.46% | 0.79% | - |
| XYZ | 26.89 | 20.6 | 57.82 | - |
| YUV | 128.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 201 | 0.30 | 0.46 | 0 | 0.21 | 261.29 | 0.46 | 0.61 |
| Hex | 8D | 6C | C9 | 1E | 2E | 0 | 15 | 105 | 2E | 3D |
| Octal | 215 | 154 | 311 | 36 | 56 | 0 | 25 | 405 | 56 | 75 |
| Binary | 10001101 | 1101100 | 11001001 | 11110 | 101110 | 0 | 10101 | 100000101 | 101110 | 111101 |
Color Harmonies of #8D6CC9
Complementary color
Monochromatic Colors of #8D6CC9
Black with #8D6CC9
Text Example
Text Example
White with #8D6CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CC9; }
p { color: rgb(141,108,201); }
H1.HeaderClassName
{
color: #8D6CC9;
}
.AnyTagClassName
{
color: #8D6CC9;
}
</style>
background-color css
<style>
a { background-color: #8D6CC9; }
a { background-color: rgb(141,108,201); }
div.DivClassName
{
background-color: #8D6CC9;
}
.BgClassName
{
background-color: #8D6CC9;
}
</style>
border-color css
<style>
span { border-color: #8D6CC9; }
span { border-color: rgb(141,108,201); }
td.TdClassName
{
border-color: #8D6CC9;
}
.TagClassName
{
border-color: #8D6CC9;
}
</style>