Shades of True V #8D7CC5
Tints of True V #8D7CC5
RGB
CMYK
RGB Variations
Color information
#8D7CC5 (or 0x8D7CC5) is known color: True V. HEX triplet: 8D, 7C and C5. RGB value is (141,124,197). Sum of RGB (Red+Green+Blue) = 141+124+197=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #8D7CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CC5 is #72833A. Grayscale: #898989. Windows color (decimal): -7504699 or 12942477. OLE color: 12942477.
HSL color Cylindrical-coordinate representation of color #8D7CC5: hue angle of 253.97º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D7CC5 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 124 | 197 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.23 |
| HSL | 253.97º | 0.39% | 0.63% | - |
| HSV(B) | 253.97º | 0.37% | 0.77% | - |
| XYZ | 28.27 | 24.11 | 55.99 | - |
| YUV | 137.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 197 | 0.28 | 0.37 | 0 | 0.23 | 253.97 | 0.39 | 0.63 |
| Hex | 8D | 7C | C5 | 1C | 25 | 0 | 17 | FE | 27 | 3F |
| Octal | 215 | 174 | 305 | 34 | 45 | 0 | 27 | 376 | 47 | 77 |
| Binary | 10001101 | 1111100 | 11000101 | 11100 | 100101 | 0 | 10111 | 11111110 | 100111 | 111111 |
Color Harmonies of #8D7CC5
Complementary color
Monochromatic Colors of #8D7CC5
Black with #8D7CC5
Text Example
Text Example
White with #8D7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CC5; }
p { color: rgb(141,124,197); }
H1.HeaderClassName
{
color: #8D7CC5;
}
.AnyTagClassName
{
color: #8D7CC5;
}
</style>
background-color css
<style>
a { background-color: #8D7CC5; }
a { background-color: rgb(141,124,197); }
div.DivClassName
{
background-color: #8D7CC5;
}
.BgClassName
{
background-color: #8D7CC5;
}
</style>
border-color css
<style>
span { border-color: #8D7CC5; }
span { border-color: rgb(141,124,197); }
td.TdClassName
{
border-color: #8D7CC5;
}
.TagClassName
{
border-color: #8D7CC5;
}
</style>