Shades of True V #8D76CA
Tints of True V #8D76CA
RGB
CMYK
RGB Variations
Color information
#8D76CA (or 0x8D76CA) is known color: True V. HEX triplet: 8D, 76 and CA. RGB value is (141,118,202). Sum of RGB (Red+Green+Blue) = 141+118+202=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76CA is #728935. Grayscale: #868686. Windows color (decimal): -7506230 or 13268621. OLE color: 13268621.
HSL color Cylindrical-coordinate representation of color #8D76CA: hue angle of 256.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D76CA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 118 | 202 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.21 |
| HSL | 256.43º | 0.44% | 0.63% | - |
| HSV(B) | 256.43º | 0.42% | 0.79% | - |
| XYZ | 28.12 | 22.88 | 58.81 | - |
| YUV | 134.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 202 | 0.30 | 0.42 | 0 | 0.21 | 256.43 | 0.44 | 0.63 |
| Hex | 8D | 76 | CA | 1E | 2A | 0 | 15 | 100 | 2C | 3F |
| Octal | 215 | 166 | 312 | 36 | 52 | 0 | 25 | 400 | 54 | 77 |
| Binary | 10001101 | 1110110 | 11001010 | 11110 | 101010 | 0 | 10101 | 100000000 | 101100 | 111111 |
Color Harmonies of #8D76CA
Complementary color
Monochromatic Colors of #8D76CA
Black with #8D76CA
Text Example
Text Example
White with #8D76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D76CA; }
p { color: rgb(141,118,202); }
H1.HeaderClassName
{
color: #8D76CA;
}
.AnyTagClassName
{
color: #8D76CA;
}
</style>
background-color css
<style>
a { background-color: #8D76CA; }
a { background-color: rgb(141,118,202); }
div.DivClassName
{
background-color: #8D76CA;
}
.BgClassName
{
background-color: #8D76CA;
}
</style>
border-color css
<style>
span { border-color: #8D76CA; }
span { border-color: rgb(141,118,202); }
td.TdClassName
{
border-color: #8D76CA;
}
.TagClassName
{
border-color: #8D76CA;
}
</style>