Shades of True V #8D73CD
Tints of True V #8D73CD
RGB
CMYK
RGB Variations
Color information
#8D73CD (or 0x8D73CD) is known color: True V. HEX triplet: 8D, 73 and CD. RGB value is (141,115,205). Sum of RGB (Red+Green+Blue) = 141+115+205=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D73CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73CD is #728C32. Grayscale: #848484. Windows color (decimal): -7506995 or 13464461. OLE color: 13464461.
HSL color Cylindrical-coordinate representation of color #8D73CD: hue angle of 257.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D73CD is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 115 | 205 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.20 |
| HSL | 257.33º | 0.47% | 0.63% | - |
| HSV(B) | 257.33º | 0.44% | 0.8% | - |
| XYZ | 28.13 | 22.33 | 60.59 | - |
| YUV | 133.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 205 | 0.31 | 0.44 | 0 | 0.20 | 257.33 | 0.47 | 0.63 |
| Hex | 8D | 73 | CD | 1F | 2C | 0 | 14 | 101 | 2F | 3F |
| Octal | 215 | 163 | 315 | 37 | 54 | 0 | 24 | 401 | 57 | 77 |
| Binary | 10001101 | 1110011 | 11001101 | 11111 | 101100 | 0 | 10100 | 100000001 | 101111 | 111111 |
Color Harmonies of #8D73CD
Complementary color
Monochromatic Colors of #8D73CD
Black with #8D73CD
Text Example
Text Example
White with #8D73CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73CD; }
p { color: rgb(141,115,205); }
H1.HeaderClassName
{
color: #8D73CD;
}
.AnyTagClassName
{
color: #8D73CD;
}
</style>
background-color css
<style>
a { background-color: #8D73CD; }
a { background-color: rgb(141,115,205); }
div.DivClassName
{
background-color: #8D73CD;
}
.BgClassName
{
background-color: #8D73CD;
}
</style>
border-color css
<style>
span { border-color: #8D73CD; }
span { border-color: rgb(141,115,205); }
td.TdClassName
{
border-color: #8D73CD;
}
.TagClassName
{
border-color: #8D73CD;
}
</style>