Shades of True V #8C70CA
Tints of True V #8C70CA
RGB
CMYK
RGB Variations
Color information
#8C70CA (or 0x8C70CA) is known color: True V. HEX triplet: 8C, 70 and CA. RGB value is (140,112,202). Sum of RGB (Red+Green+Blue) = 140+112+202=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70CA is #738F35. Grayscale: #828282. Windows color (decimal): -7573302 or 13267084. OLE color: 13267084.
HSL color Cylindrical-coordinate representation of color #8C70CA: hue angle of 258.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C70CA is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 112 | 202 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.21 |
| HSL | 258.67º | 0.46% | 0.62% | - |
| HSV(B) | 258.67º | 0.45% | 0.79% | - |
| XYZ | 27.27 | 21.43 | 58.58 | - |
| YUV | 130.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 202 | 0.31 | 0.45 | 0 | 0.21 | 258.67 | 0.46 | 0.62 |
| Hex | 8C | 70 | CA | 1F | 2D | 0 | 15 | 103 | 2E | 3E |
| Octal | 214 | 160 | 312 | 37 | 55 | 0 | 25 | 403 | 56 | 76 |
| Binary | 10001100 | 1110000 | 11001010 | 11111 | 101101 | 0 | 10101 | 100000011 | 101110 | 111110 |
Color Harmonies of #8C70CA
Complementary color
Monochromatic Colors of #8C70CA
Black with #8C70CA
Text Example
Text Example
White with #8C70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70CA; }
p { color: rgb(140,112,202); }
H1.HeaderClassName
{
color: #8C70CA;
}
.AnyTagClassName
{
color: #8C70CA;
}
</style>
background-color css
<style>
a { background-color: #8C70CA; }
a { background-color: rgb(140,112,202); }
div.DivClassName
{
background-color: #8C70CA;
}
.BgClassName
{
background-color: #8C70CA;
}
</style>
border-color css
<style>
span { border-color: #8C70CA; }
span { border-color: rgb(140,112,202); }
td.TdClassName
{
border-color: #8C70CA;
}
.TagClassName
{
border-color: #8C70CA;
}
</style>