Shades of True V #8B71BC
Tints of True V #8B71BC
RGB
CMYK
RGB Variations
Color information
#8B71BC (or 0x8B71BC) is known color: True V. HEX triplet: 8B, 71 and BC. RGB value is (139,113,188). Sum of RGB (Red+Green+Blue) = 139+113+188=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B71BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B71BC is #748E43. Grayscale: #818181. Windows color (decimal): -7638596 or 12349835. OLE color: 12349835.
HSL color Cylindrical-coordinate representation of color #8B71BC: hue angle of 260.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B71BC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 113 | 188 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.26 |
| HSL | 260.8º | 0.36% | 0.59% | - |
| HSV(B) | 260.8º | 0.4% | 0.74% | - |
| XYZ | 25.63 | 20.93 | 50.27 | - |
| YUV | 129.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 188 | 0.26 | 0.40 | 0 | 0.26 | 260.8 | 0.36 | 0.59 |
| Hex | 8B | 71 | BC | 1A | 28 | 0 | 1A | 105 | 24 | 3B |
| Octal | 213 | 161 | 274 | 32 | 50 | 0 | 32 | 405 | 44 | 73 |
| Binary | 10001011 | 1110001 | 10111100 | 11010 | 101000 | 0 | 11010 | 100000101 | 100100 | 111011 |
Color Harmonies of #8B71BC
Complementary color
Monochromatic Colors of #8B71BC
Black with #8B71BC
Text Example
Text Example
White with #8B71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B71BC; }
p { color: rgb(139,113,188); }
H1.HeaderClassName
{
color: #8B71BC;
}
.AnyTagClassName
{
color: #8B71BC;
}
</style>
background-color css
<style>
a { background-color: #8B71BC; }
a { background-color: rgb(139,113,188); }
div.DivClassName
{
background-color: #8B71BC;
}
.BgClassName
{
background-color: #8B71BC;
}
</style>
border-color css
<style>
span { border-color: #8B71BC; }
span { border-color: rgb(139,113,188); }
td.TdClassName
{
border-color: #8B71BC;
}
.TagClassName
{
border-color: #8B71BC;
}
</style>