Shades of True V #8D73CF
Tints of True V #8D73CF
RGB
CMYK
RGB Variations
Color information
#8D73CF (or 0x8D73CF) is known color: True V. HEX triplet: 8D, 73 and CF. RGB value is (141,115,207). Sum of RGB (Red+Green+Blue) = 141+115+207=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73CF is #728C30. Grayscale: #848484. Windows color (decimal): -7506993 or 13595533. OLE color: 13595533.
HSL color Cylindrical-coordinate representation of color #8D73CF: hue angle of 256.96º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D73CF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 115 | 207 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.19 |
| HSL | 256.96º | 0.49% | 0.63% | - |
| HSV(B) | 256.96º | 0.44% | 0.81% | - |
| XYZ | 28.38 | 22.43 | 61.87 | - |
| YUV | 133.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 207 | 0.32 | 0.44 | 0 | 0.19 | 256.96 | 0.49 | 0.63 |
| Hex | 8D | 73 | CF | 20 | 2C | 0 | 13 | 101 | 31 | 3F |
| Octal | 215 | 163 | 317 | 40 | 54 | 0 | 23 | 401 | 61 | 77 |
| Binary | 10001101 | 1110011 | 11001111 | 100000 | 101100 | 0 | 10011 | 100000001 | 110001 | 111111 |
Color Harmonies of #8D73CF
Complementary color
Monochromatic Colors of #8D73CF
Black with #8D73CF
Text Example
Text Example
White with #8D73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73CF; }
p { color: rgb(141,115,207); }
H1.HeaderClassName
{
color: #8D73CF;
}
.AnyTagClassName
{
color: #8D73CF;
}
</style>
background-color css
<style>
a { background-color: #8D73CF; }
a { background-color: rgb(141,115,207); }
div.DivClassName
{
background-color: #8D73CF;
}
.BgClassName
{
background-color: #8D73CF;
}
</style>
border-color css
<style>
span { border-color: #8D73CF; }
span { border-color: rgb(141,115,207); }
td.TdClassName
{
border-color: #8D73CF;
}
.TagClassName
{
border-color: #8D73CF;
}
</style>