Shades of True V #8D7BC1
Tints of True V #8D7BC1
RGB
CMYK
RGB Variations
Color information
#8D7BC1 (or 0x8D7BC1) is known color: True V. HEX triplet: 8D, 7B and C1. RGB value is (141,123,193). Sum of RGB (Red+Green+Blue) = 141+123+193=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D7BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BC1 is #72843E. Grayscale: #888888. Windows color (decimal): -7504959 or 12680077. OLE color: 12680077.
HSL color Cylindrical-coordinate representation of color #8D7BC1: hue angle of 255.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D7BC1 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 123 | 193 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.24 |
| HSL | 255.43º | 0.36% | 0.62% | - |
| HSV(B) | 255.43º | 0.36% | 0.76% | - |
| XYZ | 27.69 | 23.68 | 53.56 | - |
| YUV | 136.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 193 | 0.27 | 0.36 | 0 | 0.24 | 255.43 | 0.36 | 0.62 |
| Hex | 8D | 7B | C1 | 1B | 24 | 0 | 18 | FF | 24 | 3E |
| Octal | 215 | 173 | 301 | 33 | 44 | 0 | 30 | 377 | 44 | 76 |
| Binary | 10001101 | 1111011 | 11000001 | 11011 | 100100 | 0 | 11000 | 11111111 | 100100 | 111110 |
Color Harmonies of #8D7BC1
Complementary color
Monochromatic Colors of #8D7BC1
Black with #8D7BC1
Text Example
Text Example
White with #8D7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BC1; }
p { color: rgb(141,123,193); }
H1.HeaderClassName
{
color: #8D7BC1;
}
.AnyTagClassName
{
color: #8D7BC1;
}
</style>
background-color css
<style>
a { background-color: #8D7BC1; }
a { background-color: rgb(141,123,193); }
div.DivClassName
{
background-color: #8D7BC1;
}
.BgClassName
{
background-color: #8D7BC1;
}
</style>
border-color css
<style>
span { border-color: #8D7BC1; }
span { border-color: rgb(141,123,193); }
td.TdClassName
{
border-color: #8D7BC1;
}
.TagClassName
{
border-color: #8D7BC1;
}
</style>