Shades of True V #8D7CC3
Tints of True V #8D7CC3
RGB
CMYK
RGB Variations
Color information
#8D7CC3 (or 0x8D7CC3) is known color: True V. HEX triplet: 8D, 7C and C3. RGB value is (141,124,195). Sum of RGB (Red+Green+Blue) = 141+124+195=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #8D7CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CC3 is #72833C. Grayscale: #888888. Windows color (decimal): -7504701 or 12811405. OLE color: 12811405.
HSL color Cylindrical-coordinate representation of color #8D7CC3: hue angle of 254.37º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D7CC3 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 124 | 195 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.24 |
| HSL | 254.37º | 0.37% | 0.63% | - |
| HSV(B) | 254.37º | 0.36% | 0.76% | - |
| XYZ | 28.04 | 24.02 | 54.79 | - |
| YUV | 137.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 195 | 0.28 | 0.36 | 0 | 0.24 | 254.37 | 0.37 | 0.63 |
| Hex | 8D | 7C | C3 | 1C | 24 | 0 | 18 | FE | 25 | 3F |
| Octal | 215 | 174 | 303 | 34 | 44 | 0 | 30 | 376 | 45 | 77 |
| Binary | 10001101 | 1111100 | 11000011 | 11100 | 100100 | 0 | 11000 | 11111110 | 100101 | 111111 |
Color Harmonies of #8D7CC3
Complementary color
Monochromatic Colors of #8D7CC3
Black with #8D7CC3
Text Example
Text Example
White with #8D7CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CC3; }
p { color: rgb(141,124,195); }
H1.HeaderClassName
{
color: #8D7CC3;
}
.AnyTagClassName
{
color: #8D7CC3;
}
</style>
background-color css
<style>
a { background-color: #8D7CC3; }
a { background-color: rgb(141,124,195); }
div.DivClassName
{
background-color: #8D7CC3;
}
.BgClassName
{
background-color: #8D7CC3;
}
</style>
border-color css
<style>
span { border-color: #8D7CC3; }
span { border-color: rgb(141,124,195); }
td.TdClassName
{
border-color: #8D7CC3;
}
.TagClassName
{
border-color: #8D7CC3;
}
</style>