Shades of True V #8D71C9
Tints of True V #8D71C9
RGB
CMYK
RGB Variations
Color information
#8D71C9 (or 0x8D71C9) is known color: True V. HEX triplet: 8D, 71 and C9. RGB value is (141,113,201). Sum of RGB (Red+Green+Blue) = 141+113+201=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D71C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71C9 is #728E36. Grayscale: #838383. Windows color (decimal): -7507511 or 13201805. OLE color: 13201805.
HSL color Cylindrical-coordinate representation of color #8D71C9: hue angle of 259.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D71C9 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 113 | 201 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.21 |
| HSL | 259.09º | 0.45% | 0.62% | - |
| HSV(B) | 259.09º | 0.44% | 0.79% | - |
| XYZ | 27.43 | 21.69 | 58 | - |
| YUV | 131.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 201 | 0.30 | 0.44 | 0 | 0.21 | 259.09 | 0.45 | 0.62 |
| Hex | 8D | 71 | C9 | 1E | 2C | 0 | 15 | 103 | 2D | 3E |
| Octal | 215 | 161 | 311 | 36 | 54 | 0 | 25 | 403 | 55 | 76 |
| Binary | 10001101 | 1110001 | 11001001 | 11110 | 101100 | 0 | 10101 | 100000011 | 101101 | 111110 |
Color Harmonies of #8D71C9
Complementary color
Monochromatic Colors of #8D71C9
Black with #8D71C9
Text Example
Text Example
White with #8D71C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D71C9; }
p { color: rgb(141,113,201); }
H1.HeaderClassName
{
color: #8D71C9;
}
.AnyTagClassName
{
color: #8D71C9;
}
</style>
background-color css
<style>
a { background-color: #8D71C9; }
a { background-color: rgb(141,113,201); }
div.DivClassName
{
background-color: #8D71C9;
}
.BgClassName
{
background-color: #8D71C9;
}
</style>
border-color css
<style>
span { border-color: #8D71C9; }
span { border-color: rgb(141,113,201); }
td.TdClassName
{
border-color: #8D71C9;
}
.TagClassName
{
border-color: #8D71C9;
}
</style>