Shades of True V #8B70CF
Tints of True V #8B70CF
RGB
CMYK
RGB Variations
Color information
#8B70CF (or 0x8B70CF) is known color: True V. HEX triplet: 8B, 70 and CF. RGB value is (139,112,207). Sum of RGB (Red+Green+Blue) = 139+112+207=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70CF is #748F30. Grayscale: #828282. Windows color (decimal): -7638833 or 13594763. OLE color: 13594763.
HSL color Cylindrical-coordinate representation of color #8B70CF: hue angle of 257.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B70CF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 112 | 207 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.19 |
| HSL | 257.05º | 0.5% | 0.63% | - |
| HSV(B) | 257.05º | 0.46% | 0.81% | - |
| XYZ | 27.7 | 21.58 | 61.74 | - |
| YUV | 130.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 207 | 0.33 | 0.46 | 0 | 0.19 | 257.05 | 0.5 | 0.63 |
| Hex | 8B | 70 | CF | 21 | 2E | 0 | 13 | 101 | 32 | 3F |
| Octal | 213 | 160 | 317 | 41 | 56 | 0 | 23 | 401 | 62 | 77 |
| Binary | 10001011 | 1110000 | 11001111 | 100001 | 101110 | 0 | 10011 | 100000001 | 110010 | 111111 |
Color Harmonies of #8B70CF
Complementary color
Monochromatic Colors of #8B70CF
Black with #8B70CF
Text Example
Text Example
White with #8B70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B70CF; }
p { color: rgb(139,112,207); }
H1.HeaderClassName
{
color: #8B70CF;
}
.AnyTagClassName
{
color: #8B70CF;
}
</style>
background-color css
<style>
a { background-color: #8B70CF; }
a { background-color: rgb(139,112,207); }
div.DivClassName
{
background-color: #8B70CF;
}
.BgClassName
{
background-color: #8B70CF;
}
</style>
border-color css
<style>
span { border-color: #8B70CF; }
span { border-color: rgb(139,112,207); }
td.TdClassName
{
border-color: #8B70CF;
}
.TagClassName
{
border-color: #8B70CF;
}
</style>