Shades of True V #8D77BC
Tints of True V #8D77BC
RGB
CMYK
RGB Variations
Color information
#8D77BC (or 0x8D77BC) is known color: True V. HEX triplet: 8D, 77 and BC. RGB value is (141,119,188). Sum of RGB (Red+Green+Blue) = 141+119+188=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D77BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77BC is #728843. Grayscale: #858585. Windows color (decimal): -7505988 or 12351373. OLE color: 12351373.
HSL color Cylindrical-coordinate representation of color #8D77BC: hue angle of 259.13º degrees, saturation: 0.34, 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 #8D77BC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 119 | 188 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.26 |
| HSL | 259.13º | 0.34% | 0.6% | - |
| HSV(B) | 259.13º | 0.37% | 0.74% | - |
| XYZ | 26.66 | 22.49 | 50.51 | - |
| YUV | 133.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 188 | 0.25 | 0.37 | 0 | 0.26 | 259.13 | 0.34 | 0.6 |
| Hex | 8D | 77 | BC | 19 | 25 | 0 | 1A | 103 | 22 | 3C |
| Octal | 215 | 167 | 274 | 31 | 45 | 0 | 32 | 403 | 42 | 74 |
| Binary | 10001101 | 1110111 | 10111100 | 11001 | 100101 | 0 | 11010 | 100000011 | 100010 | 111100 |
Color Harmonies of #8D77BC
Complementary color
Monochromatic Colors of #8D77BC
Black with #8D77BC
Text Example
Text Example
White with #8D77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D77BC; }
p { color: rgb(141,119,188); }
H1.HeaderClassName
{
color: #8D77BC;
}
.AnyTagClassName
{
color: #8D77BC;
}
</style>
background-color css
<style>
a { background-color: #8D77BC; }
a { background-color: rgb(141,119,188); }
div.DivClassName
{
background-color: #8D77BC;
}
.BgClassName
{
background-color: #8D77BC;
}
</style>
border-color css
<style>
span { border-color: #8D77BC; }
span { border-color: rgb(141,119,188); }
td.TdClassName
{
border-color: #8D77BC;
}
.TagClassName
{
border-color: #8D77BC;
}
</style>