Shades of True V #8470BD
Tints of True V #8470BD
RGB
CMYK
RGB Variations
Color information
#8470BD (or 0x8470BD) is known color: True V. HEX triplet: 84, 70 and BD. RGB value is (132,112,189). Sum of RGB (Red+Green+Blue) = 132+112+189=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #8470BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470BD is #7B8F42. Grayscale: #7E7E7E. Windows color (decimal): -8097603 or 12415108. OLE color: 12415108.
HSL color Cylindrical-coordinate representation of color #8470BD: hue angle of 255.58º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8470BD is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 112 | 189 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.26 |
| HSL | 255.58º | 0.37% | 0.59% | - |
| HSV(B) | 255.58º | 0.41% | 0.74% | - |
| XYZ | 24.5 | 20.17 | 50.75 | - |
| YUV | 126.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 189 | 0.30 | 0.41 | 0 | 0.26 | 255.58 | 0.37 | 0.59 |
| Hex | 84 | 70 | BD | 1E | 29 | 0 | 1A | 100 | 25 | 3B |
| Octal | 204 | 160 | 275 | 36 | 51 | 0 | 32 | 400 | 45 | 73 |
| Binary | 10000100 | 1110000 | 10111101 | 11110 | 101001 | 0 | 11010 | 100000000 | 100101 | 111011 |
Color Harmonies of #8470BD
Complementary color
Monochromatic Colors of #8470BD
Black with #8470BD
Text Example
Text Example
White with #8470BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8470BD; }
p { color: rgb(132,112,189); }
H1.HeaderClassName
{
color: #8470BD;
}
.AnyTagClassName
{
color: #8470BD;
}
</style>
background-color css
<style>
a { background-color: #8470BD; }
a { background-color: rgb(132,112,189); }
div.DivClassName
{
background-color: #8470BD;
}
.BgClassName
{
background-color: #8470BD;
}
</style>
border-color css
<style>
span { border-color: #8470BD; }
span { border-color: rgb(132,112,189); }
td.TdClassName
{
border-color: #8470BD;
}
.TagClassName
{
border-color: #8470BD;
}
</style>