Shades of True V #8F78CF
Tints of True V #8F78CF
RGB
CMYK
RGB Variations
Color information
#8F78CF (or 0x8F78CF) is known color: True V. HEX triplet: 8F, 78 and CF. RGB value is (143,120,207). Sum of RGB (Red+Green+Blue) = 143+120+207=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78CF is #708730. Grayscale: #888888. Windows color (decimal): -7374641 or 13596815. OLE color: 13596815.
HSL color Cylindrical-coordinate representation of color #8F78CF: hue angle of 255.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F78CF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 120 | 207 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.19 |
| HSL | 255.86º | 0.48% | 0.64% | - |
| HSV(B) | 255.86º | 0.42% | 0.81% | - |
| XYZ | 29.31 | 23.78 | 62.08 | - |
| YUV | 136.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 207 | 0.31 | 0.42 | 0 | 0.19 | 255.86 | 0.48 | 0.64 |
| Hex | 8F | 78 | CF | 1F | 2A | 0 | 13 | 100 | 30 | 40 |
| Octal | 217 | 170 | 317 | 37 | 52 | 0 | 23 | 400 | 60 | 100 |
| Binary | 10001111 | 1111000 | 11001111 | 11111 | 101010 | 0 | 10011 | 100000000 | 110000 | 1000000 |
Color Harmonies of #8F78CF
Complementary color
Monochromatic Colors of #8F78CF
Black with #8F78CF
Text Example
Text Example
White with #8F78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78CF; }
p { color: rgb(143,120,207); }
H1.HeaderClassName
{
color: #8F78CF;
}
.AnyTagClassName
{
color: #8F78CF;
}
</style>
background-color css
<style>
a { background-color: #8F78CF; }
a { background-color: rgb(143,120,207); }
div.DivClassName
{
background-color: #8F78CF;
}
.BgClassName
{
background-color: #8F78CF;
}
</style>
border-color css
<style>
span { border-color: #8F78CF; }
span { border-color: rgb(143,120,207); }
td.TdClassName
{
border-color: #8F78CF;
}
.TagClassName
{
border-color: #8F78CF;
}
</style>