Shades of True V #8D76CF
Tints of True V #8D76CF
RGB
CMYK
RGB Variations
Color information
#8D76CF (or 0x8D76CF) is known color: True V. HEX triplet: 8D, 76 and CF. RGB value is (141,118,207). Sum of RGB (Red+Green+Blue) = 141+118+207=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76CF is #728930. Grayscale: #868686. Windows color (decimal): -7506225 or 13596301. OLE color: 13596301.
HSL color Cylindrical-coordinate representation of color #8D76CF: hue angle of 255.51º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D76CF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 118 | 207 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.19 |
| HSL | 255.51º | 0.48% | 0.64% | - |
| HSV(B) | 255.51º | 0.43% | 0.81% | - |
| XYZ | 28.73 | 23.12 | 61.98 | - |
| YUV | 135.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 207 | 0.32 | 0.43 | 0 | 0.19 | 255.51 | 0.48 | 0.64 |
| Hex | 8D | 76 | CF | 20 | 2B | 0 | 13 | 100 | 30 | 40 |
| Octal | 215 | 166 | 317 | 40 | 53 | 0 | 23 | 400 | 60 | 100 |
| Binary | 10001101 | 1110110 | 11001111 | 100000 | 101011 | 0 | 10011 | 100000000 | 110000 | 1000000 |
Color Harmonies of #8D76CF
Complementary color
Monochromatic Colors of #8D76CF
Black with #8D76CF
Text Example
Text Example
White with #8D76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D76CF; }
p { color: rgb(141,118,207); }
H1.HeaderClassName
{
color: #8D76CF;
}
.AnyTagClassName
{
color: #8D76CF;
}
</style>
background-color css
<style>
a { background-color: #8D76CF; }
a { background-color: rgb(141,118,207); }
div.DivClassName
{
background-color: #8D76CF;
}
.BgClassName
{
background-color: #8D76CF;
}
</style>
border-color css
<style>
span { border-color: #8D76CF; }
span { border-color: rgb(141,118,207); }
td.TdClassName
{
border-color: #8D76CF;
}
.TagClassName
{
border-color: #8D76CF;
}
</style>