Shades of True V #8D77BD
Tints of True V #8D77BD
RGB
CMYK
RGB Variations
Color information
#8D77BD (or 0x8D77BD) is known color: True V. HEX triplet: 8D, 77 and BD. RGB value is (141,119,189). Sum of RGB (Red+Green+Blue) = 141+119+189=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77BD is #728842. Grayscale: #858585. Windows color (decimal): -7505987 or 12416909. OLE color: 12416909.
HSL color Cylindrical-coordinate representation of color #8D77BD: hue angle of 258.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D77BD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 119 | 189 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.26 |
| HSL | 258.86º | 0.35% | 0.6% | - |
| HSV(B) | 258.86º | 0.37% | 0.74% | - |
| XYZ | 26.77 | 22.53 | 51.08 | - |
| YUV | 133.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 189 | 0.25 | 0.37 | 0 | 0.26 | 258.86 | 0.35 | 0.6 |
| Hex | 8D | 77 | BD | 19 | 25 | 0 | 1A | 103 | 23 | 3C |
| Octal | 215 | 167 | 275 | 31 | 45 | 0 | 32 | 403 | 43 | 74 |
| Binary | 10001101 | 1110111 | 10111101 | 11001 | 100101 | 0 | 11010 | 100000011 | 100011 | 111100 |
Color Harmonies of #8D77BD
Complementary color
Monochromatic Colors of #8D77BD
Black with #8D77BD
Text Example
Text Example
White with #8D77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D77BD; }
p { color: rgb(141,119,189); }
H1.HeaderClassName
{
color: #8D77BD;
}
.AnyTagClassName
{
color: #8D77BD;
}
</style>
background-color css
<style>
a { background-color: #8D77BD; }
a { background-color: rgb(141,119,189); }
div.DivClassName
{
background-color: #8D77BD;
}
.BgClassName
{
background-color: #8D77BD;
}
</style>
border-color css
<style>
span { border-color: #8D77BD; }
span { border-color: rgb(141,119,189); }
td.TdClassName
{
border-color: #8D77BD;
}
.TagClassName
{
border-color: #8D77BD;
}
</style>