Shades of True V #8A71CF
Tints of True V #8A71CF
RGB
CMYK
RGB Variations
Color information
#8A71CF (or 0x8A71CF) is known color: True V. HEX triplet: 8A, 71 and CF. RGB value is (138,113,207). Sum of RGB (Red+Green+Blue) = 138+113+207=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A71CF is #758E30. Grayscale: #828282. Windows color (decimal): -7704113 or 13595018. OLE color: 13595018.
HSL color Cylindrical-coordinate representation of color #8A71CF: hue angle of 255.96º 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 #8A71CF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 113 | 207 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.19 |
| HSL | 255.96º | 0.49% | 0.63% | - |
| HSV(B) | 255.96º | 0.45% | 0.81% | - |
| XYZ | 27.65 | 21.72 | 61.77 | - |
| YUV | 131.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 207 | 0.33 | 0.45 | 0 | 0.19 | 255.96 | 0.49 | 0.63 |
| Hex | 8A | 71 | CF | 21 | 2D | 0 | 13 | 100 | 31 | 3F |
| Octal | 212 | 161 | 317 | 41 | 55 | 0 | 23 | 400 | 61 | 77 |
| Binary | 10001010 | 1110001 | 11001111 | 100001 | 101101 | 0 | 10011 | 100000000 | 110001 | 111111 |
Color Harmonies of #8A71CF
Complementary color
Monochromatic Colors of #8A71CF
Black with #8A71CF
Text Example
Text Example
White with #8A71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A71CF; }
p { color: rgb(138,113,207); }
H1.HeaderClassName
{
color: #8A71CF;
}
.AnyTagClassName
{
color: #8A71CF;
}
</style>
background-color css
<style>
a { background-color: #8A71CF; }
a { background-color: rgb(138,113,207); }
div.DivClassName
{
background-color: #8A71CF;
}
.BgClassName
{
background-color: #8A71CF;
}
</style>
border-color css
<style>
span { border-color: #8A71CF; }
span { border-color: rgb(138,113,207); }
td.TdClassName
{
border-color: #8A71CF;
}
.TagClassName
{
border-color: #8A71CF;
}
</style>