Shades of True V #8B71BD
Tints of True V #8B71BD
RGB
CMYK
RGB Variations
Color information
#8B71BD (or 0x8B71BD) is known color: True V. HEX triplet: 8B, 71 and BD. RGB value is (139,113,189). Sum of RGB (Red+Green+Blue) = 139+113+189=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B71BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B71BD is #748E42. Grayscale: #818181. Windows color (decimal): -7638595 or 12415371. OLE color: 12415371.
HSL color Cylindrical-coordinate representation of color #8B71BD: hue angle of 260.53º degrees, saturation: 0.37, 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 #8B71BD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 113 | 189 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.26 |
| HSL | 260.53º | 0.37% | 0.59% | - |
| HSV(B) | 260.53º | 0.4% | 0.74% | - |
| XYZ | 25.74 | 20.97 | 50.84 | - |
| YUV | 129.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 189 | 0.26 | 0.40 | 0 | 0.26 | 260.53 | 0.37 | 0.59 |
| Hex | 8B | 71 | BD | 1A | 28 | 0 | 1A | 105 | 25 | 3B |
| Octal | 213 | 161 | 275 | 32 | 50 | 0 | 32 | 405 | 45 | 73 |
| Binary | 10001011 | 1110001 | 10111101 | 11010 | 101000 | 0 | 11010 | 100000101 | 100101 | 111011 |
Color Harmonies of #8B71BD
Complementary color
Monochromatic Colors of #8B71BD
Black with #8B71BD
Text Example
Text Example
White with #8B71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B71BD; }
p { color: rgb(139,113,189); }
H1.HeaderClassName
{
color: #8B71BD;
}
.AnyTagClassName
{
color: #8B71BD;
}
</style>
background-color css
<style>
a { background-color: #8B71BD; }
a { background-color: rgb(139,113,189); }
div.DivClassName
{
background-color: #8B71BD;
}
.BgClassName
{
background-color: #8B71BD;
}
</style>
border-color css
<style>
span { border-color: #8B71BD; }
span { border-color: rgb(139,113,189); }
td.TdClassName
{
border-color: #8B71BD;
}
.TagClassName
{
border-color: #8B71BD;
}
</style>