Shades of True V #8470B9
Tints of True V #8470B9
RGB
CMYK
RGB Variations
Color information
#8470B9 (or 0x8470B9) is known color: True V. HEX triplet: 84, 70 and B9. RGB value is (132,112,185). Sum of RGB (Red+Green+Blue) = 132+112+185=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #8470B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470B9 is #7B8F46. Grayscale: #7E7E7E. Windows color (decimal): -8097607 or 12152964. OLE color: 12152964.
HSL color Cylindrical-coordinate representation of color #8470B9: hue angle of 256.44º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8470B9 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 112 | 185 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.27 |
| HSL | 256.44º | 0.34% | 0.58% | - |
| HSV(B) | 256.44º | 0.39% | 0.73% | - |
| XYZ | 24.07 | 20 | 48.49 | - |
| YUV | 126.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 185 | 0.29 | 0.39 | 0 | 0.27 | 256.44 | 0.34 | 0.58 |
| Hex | 84 | 70 | B9 | 1D | 27 | 0 | 1B | 100 | 22 | 3A |
| Octal | 204 | 160 | 271 | 35 | 47 | 0 | 33 | 400 | 42 | 72 |
| Binary | 10000100 | 1110000 | 10111001 | 11101 | 100111 | 0 | 11011 | 100000000 | 100010 | 111010 |
Color Harmonies of #8470B9
Complementary color
Monochromatic Colors of #8470B9
Black with #8470B9
Text Example
Text Example
White with #8470B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8470B9; }
p { color: rgb(132,112,185); }
H1.HeaderClassName
{
color: #8470B9;
}
.AnyTagClassName
{
color: #8470B9;
}
</style>
background-color css
<style>
a { background-color: #8470B9; }
a { background-color: rgb(132,112,185); }
div.DivClassName
{
background-color: #8470B9;
}
.BgClassName
{
background-color: #8470B9;
}
</style>
border-color css
<style>
span { border-color: #8470B9; }
span { border-color: rgb(132,112,185); }
td.TdClassName
{
border-color: #8470B9;
}
.TagClassName
{
border-color: #8470B9;
}
</style>