Shades of True V #8570BB
Tints of True V #8570BB
RGB
CMYK
RGB Variations
Color information
#8570BB (or 0x8570BB) is known color: True V. HEX triplet: 85, 70 and BB. RGB value is (133,112,187). Sum of RGB (Red+Green+Blue) = 133+112+187=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #8570BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570BB is #7A8F44. Grayscale: #7E7E7E. Windows color (decimal): -8032069 or 12284037. OLE color: 12284037.
HSL color Cylindrical-coordinate representation of color #8570BB: hue angle of 256.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8570BB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 112 | 187 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.27 |
| HSL | 256.8º | 0.36% | 0.59% | - |
| HSV(B) | 256.8º | 0.4% | 0.73% | - |
| XYZ | 24.44 | 20.16 | 49.62 | - |
| YUV | 126.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 187 | 0.29 | 0.40 | 0 | 0.27 | 256.8 | 0.36 | 0.59 |
| Hex | 85 | 70 | BB | 1D | 28 | 0 | 1B | 101 | 24 | 3B |
| Octal | 205 | 160 | 273 | 35 | 50 | 0 | 33 | 401 | 44 | 73 |
| Binary | 10000101 | 1110000 | 10111011 | 11101 | 101000 | 0 | 11011 | 100000001 | 100100 | 111011 |
Color Harmonies of #8570BB
Complementary color
Monochromatic Colors of #8570BB
Black with #8570BB
Text Example
Text Example
White with #8570BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8570BB; }
p { color: rgb(133,112,187); }
H1.HeaderClassName
{
color: #8570BB;
}
.AnyTagClassName
{
color: #8570BB;
}
</style>
background-color css
<style>
a { background-color: #8570BB; }
a { background-color: rgb(133,112,187); }
div.DivClassName
{
background-color: #8570BB;
}
.BgClassName
{
background-color: #8570BB;
}
</style>
border-color css
<style>
span { border-color: #8570BB; }
span { border-color: rgb(133,112,187); }
td.TdClassName
{
border-color: #8570BB;
}
.TagClassName
{
border-color: #8570BB;
}
</style>