Shades of True V #8471B7
Tints of True V #8471B7
RGB
CMYK
RGB Variations
Color information
#8471B7 (or 0x8471B7) is known color: True V. HEX triplet: 84, 71 and B7. RGB value is (132,113,183). Sum of RGB (Red+Green+Blue) = 132+113+183=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #8471B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471B7 is #7B8E48. Grayscale: #7E7E7E. Windows color (decimal): -8097353 or 12022148. OLE color: 12022148.
HSL color Cylindrical-coordinate representation of color #8471B7: hue angle of 256.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8471B7 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 113 | 183 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.28 |
| HSL | 256.29º | 0.33% | 0.58% | - |
| HSV(B) | 256.29º | 0.38% | 0.72% | - |
| XYZ | 23.97 | 20.13 | 47.42 | - |
| YUV | 126.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 183 | 0.28 | 0.38 | 0 | 0.28 | 256.29 | 0.33 | 0.58 |
| Hex | 84 | 71 | B7 | 1C | 26 | 0 | 1C | 100 | 21 | 3A |
| Octal | 204 | 161 | 267 | 34 | 46 | 0 | 34 | 400 | 41 | 72 |
| Binary | 10000100 | 1110001 | 10110111 | 11100 | 100110 | 0 | 11100 | 100000000 | 100001 | 111010 |
Color Harmonies of #8471B7
Complementary color
Monochromatic Colors of #8471B7
Black with #8471B7
Text Example
Text Example
White with #8471B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471B7; }
p { color: rgb(132,113,183); }
H1.HeaderClassName
{
color: #8471B7;
}
.AnyTagClassName
{
color: #8471B7;
}
</style>
background-color css
<style>
a { background-color: #8471B7; }
a { background-color: rgb(132,113,183); }
div.DivClassName
{
background-color: #8471B7;
}
.BgClassName
{
background-color: #8471B7;
}
</style>
border-color css
<style>
span { border-color: #8471B7; }
span { border-color: rgb(132,113,183); }
td.TdClassName
{
border-color: #8471B7;
}
.TagClassName
{
border-color: #8471B7;
}
</style>