Shades of True V #8D71CB
Tints of True V #8D71CB
RGB
CMYK
RGB Variations
Color information
#8D71CB (or 0x8D71CB) is known color: True V. HEX triplet: 8D, 71 and CB. RGB value is (141,113,203). Sum of RGB (Red+Green+Blue) = 141+113+203=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71CB is #728E34. Grayscale: #838383. Windows color (decimal): -7507509 or 13332877. OLE color: 13332877.
HSL color Cylindrical-coordinate representation of color #8D71CB: hue angle of 258.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D71CB is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 113 | 203 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.20 |
| HSL | 258.67º | 0.46% | 0.62% | - |
| HSV(B) | 258.67º | 0.44% | 0.8% | - |
| XYZ | 27.67 | 21.78 | 59.25 | - |
| YUV | 131.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 203 | 0.31 | 0.44 | 0 | 0.20 | 258.67 | 0.46 | 0.62 |
| Hex | 8D | 71 | CB | 1F | 2C | 0 | 14 | 103 | 2E | 3E |
| Octal | 215 | 161 | 313 | 37 | 54 | 0 | 24 | 403 | 56 | 76 |
| Binary | 10001101 | 1110001 | 11001011 | 11111 | 101100 | 0 | 10100 | 100000011 | 101110 | 111110 |
Color Harmonies of #8D71CB
Complementary color
Monochromatic Colors of #8D71CB
Black with #8D71CB
Text Example
Text Example
White with #8D71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D71CB; }
p { color: rgb(141,113,203); }
H1.HeaderClassName
{
color: #8D71CB;
}
.AnyTagClassName
{
color: #8D71CB;
}
</style>
background-color css
<style>
a { background-color: #8D71CB; }
a { background-color: rgb(141,113,203); }
div.DivClassName
{
background-color: #8D71CB;
}
.BgClassName
{
background-color: #8D71CB;
}
</style>
border-color css
<style>
span { border-color: #8D71CB; }
span { border-color: rgb(141,113,203); }
td.TdClassName
{
border-color: #8D71CB;
}
.TagClassName
{
border-color: #8D71CB;
}
</style>