Shades of True V #8B71CF
Tints of True V #8B71CF
RGB
CMYK
RGB Variations
Color information
#8B71CF (or 0x8B71CF) is known color: True V. HEX triplet: 8B, 71 and CF. RGB value is (139,113,207). Sum of RGB (Red+Green+Blue) = 139+113+207=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B71CF is #748E30. Grayscale: #838383. Windows color (decimal): -7638577 or 13595019. OLE color: 13595019.
HSL color Cylindrical-coordinate representation of color #8B71CF: hue angle of 256.6º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B71CF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 113 | 207 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.19 |
| HSL | 256.6º | 0.49% | 0.63% | - |
| HSV(B) | 256.6º | 0.45% | 0.81% | - |
| XYZ | 27.82 | 21.8 | 61.77 | - |
| YUV | 131.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 207 | 0.33 | 0.45 | 0 | 0.19 | 256.6 | 0.49 | 0.63 |
| Hex | 8B | 71 | CF | 21 | 2D | 0 | 13 | 101 | 31 | 3F |
| Octal | 213 | 161 | 317 | 41 | 55 | 0 | 23 | 401 | 61 | 77 |
| Binary | 10001011 | 1110001 | 11001111 | 100001 | 101101 | 0 | 10011 | 100000001 | 110001 | 111111 |
Color Harmonies of #8B71CF
Complementary color
Monochromatic Colors of #8B71CF
Black with #8B71CF
Text Example
Text Example
White with #8B71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B71CF; }
p { color: rgb(139,113,207); }
H1.HeaderClassName
{
color: #8B71CF;
}
.AnyTagClassName
{
color: #8B71CF;
}
</style>
background-color css
<style>
a { background-color: #8B71CF; }
a { background-color: rgb(139,113,207); }
div.DivClassName
{
background-color: #8B71CF;
}
.BgClassName
{
background-color: #8B71CF;
}
</style>
border-color css
<style>
span { border-color: #8B71CF; }
span { border-color: rgb(139,113,207); }
td.TdClassName
{
border-color: #8B71CF;
}
.TagClassName
{
border-color: #8B71CF;
}
</style>