Shades of True V #8B70BD
Tints of True V #8B70BD
RGB
CMYK
RGB Variations
Color information
#8B70BD (or 0x8B70BD) is known color: True V. HEX triplet: 8B, 70 and BD. RGB value is (139,112,189). Sum of RGB (Red+Green+Blue) = 139+112+189=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70BD is #748F42. Grayscale: #808080. Windows color (decimal): -7638851 or 12415115. OLE color: 12415115.
HSL color Cylindrical-coordinate representation of color #8B70BD: hue angle of 261.04º 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 #8B70BD is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 112 | 189 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.26 |
| HSL | 261.04º | 0.37% | 0.59% | - |
| HSV(B) | 261.04º | 0.41% | 0.74% | - |
| XYZ | 25.63 | 20.75 | 50.8 | - |
| YUV | 128.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 189 | 0.26 | 0.41 | 0 | 0.26 | 261.04 | 0.37 | 0.59 |
| Hex | 8B | 70 | BD | 1A | 29 | 0 | 1A | 105 | 25 | 3B |
| Octal | 213 | 160 | 275 | 32 | 51 | 0 | 32 | 405 | 45 | 73 |
| Binary | 10001011 | 1110000 | 10111101 | 11010 | 101001 | 0 | 11010 | 100000101 | 100101 | 111011 |
Color Harmonies of #8B70BD
Complementary color
Monochromatic Colors of #8B70BD
Black with #8B70BD
Text Example
Text Example
White with #8B70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B70BD; }
p { color: rgb(139,112,189); }
H1.HeaderClassName
{
color: #8B70BD;
}
.AnyTagClassName
{
color: #8B70BD;
}
</style>
background-color css
<style>
a { background-color: #8B70BD; }
a { background-color: rgb(139,112,189); }
div.DivClassName
{
background-color: #8B70BD;
}
.BgClassName
{
background-color: #8B70BD;
}
</style>
border-color css
<style>
span { border-color: #8B70BD; }
span { border-color: rgb(139,112,189); }
td.TdClassName
{
border-color: #8B70BD;
}
.TagClassName
{
border-color: #8B70BD;
}
</style>