Shades of True V #8B70CB
Tints of True V #8B70CB
RGB
CMYK
RGB Variations
Color information
#8B70CB (or 0x8B70CB) is known color: True V. HEX triplet: 8B, 70 and CB. RGB value is (139,112,203). Sum of RGB (Red+Green+Blue) = 139+112+203=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B70CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70CB is #748F34. Grayscale: #828282. Windows color (decimal): -7638837 or 13332619. OLE color: 13332619.
HSL color Cylindrical-coordinate representation of color #8B70CB: hue angle of 257.8º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B70CB is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 112 | 203 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.20 |
| HSL | 257.8º | 0.47% | 0.62% | - |
| HSV(B) | 257.8º | 0.45% | 0.8% | - |
| XYZ | 27.22 | 21.39 | 59.19 | - |
| YUV | 130.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 203 | 0.32 | 0.45 | 0 | 0.20 | 257.8 | 0.47 | 0.62 |
| Hex | 8B | 70 | CB | 20 | 2D | 0 | 14 | 102 | 2F | 3E |
| Octal | 213 | 160 | 313 | 40 | 55 | 0 | 24 | 402 | 57 | 76 |
| Binary | 10001011 | 1110000 | 11001011 | 100000 | 101101 | 0 | 10100 | 100000010 | 101111 | 111110 |
Color Harmonies of #8B70CB
Complementary color
Monochromatic Colors of #8B70CB
Black with #8B70CB
Text Example
Text Example
White with #8B70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B70CB; }
p { color: rgb(139,112,203); }
H1.HeaderClassName
{
color: #8B70CB;
}
.AnyTagClassName
{
color: #8B70CB;
}
</style>
background-color css
<style>
a { background-color: #8B70CB; }
a { background-color: rgb(139,112,203); }
div.DivClassName
{
background-color: #8B70CB;
}
.BgClassName
{
background-color: #8B70CB;
}
</style>
border-color css
<style>
span { border-color: #8B70CB; }
span { border-color: rgb(139,112,203); }
td.TdClassName
{
border-color: #8B70CB;
}
.TagClassName
{
border-color: #8B70CB;
}
</style>