Shades of True V #8D79BC
Tints of True V #8D79BC
RGB
CMYK
RGB Variations
Color information
#8D79BC (or 0x8D79BC) is known color: True V. HEX triplet: 8D, 79 and BC. RGB value is (141,121,188). Sum of RGB (Red+Green+Blue) = 141+121+188=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D79BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79BC is #728643. Grayscale: #868686. Windows color (decimal): -7505476 or 12351885. OLE color: 12351885.
HSL color Cylindrical-coordinate representation of color #8D79BC: hue angle of 257.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D79BC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 121 | 188 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.26 |
| HSL | 257.91º | 0.33% | 0.61% | - |
| HSV(B) | 257.91º | 0.36% | 0.74% | - |
| XYZ | 26.9 | 22.97 | 50.59 | - |
| YUV | 134.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 188 | 0.25 | 0.36 | 0 | 0.26 | 257.91 | 0.33 | 0.61 |
| Hex | 8D | 79 | BC | 19 | 24 | 0 | 1A | 102 | 21 | 3D |
| Octal | 215 | 171 | 274 | 31 | 44 | 0 | 32 | 402 | 41 | 75 |
| Binary | 10001101 | 1111001 | 10111100 | 11001 | 100100 | 0 | 11010 | 100000010 | 100001 | 111101 |
Color Harmonies of #8D79BC
Complementary color
Monochromatic Colors of #8D79BC
Black with #8D79BC
Text Example
Text Example
White with #8D79BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D79BC; }
p { color: rgb(141,121,188); }
H1.HeaderClassName
{
color: #8D79BC;
}
.AnyTagClassName
{
color: #8D79BC;
}
</style>
background-color css
<style>
a { background-color: #8D79BC; }
a { background-color: rgb(141,121,188); }
div.DivClassName
{
background-color: #8D79BC;
}
.BgClassName
{
background-color: #8D79BC;
}
</style>
border-color css
<style>
span { border-color: #8D79BC; }
span { border-color: rgb(141,121,188); }
td.TdClassName
{
border-color: #8D79BC;
}
.TagClassName
{
border-color: #8D79BC;
}
</style>