Shades of True V #8F78D1
Tints of True V #8F78D1
RGB
CMYK
RGB Variations
Color information
#8F78D1 (or 0x8F78D1) is known color: True V. HEX triplet: 8F, 78 and D1. RGB value is (143,120,209). Sum of RGB (Red+Green+Blue) = 143+120+209=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78D1 is #70872E. Grayscale: #888888. Windows color (decimal): -7374639 or 13727887. OLE color: 13727887.
HSL color Cylindrical-coordinate representation of color #8F78D1: hue angle of 255.51º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F78D1 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 120 | 209 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.18 |
| HSL | 255.51º | 0.49% | 0.65% | - |
| HSV(B) | 255.51º | 0.43% | 0.82% | - |
| XYZ | 29.55 | 23.88 | 63.37 | - |
| YUV | 137.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 209 | 0.32 | 0.43 | 0 | 0.18 | 255.51 | 0.49 | 0.65 |
| Hex | 8F | 78 | D1 | 20 | 2B | 0 | 12 | 100 | 31 | 41 |
| Octal | 217 | 170 | 321 | 40 | 53 | 0 | 22 | 400 | 61 | 101 |
| Binary | 10001111 | 1111000 | 11010001 | 100000 | 101011 | 0 | 10010 | 100000000 | 110001 | 1000001 |
Color Harmonies of #8F78D1
Complementary color
Monochromatic Colors of #8F78D1
Black with #8F78D1
Text Example
Text Example
White with #8F78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78D1; }
p { color: rgb(143,120,209); }
H1.HeaderClassName
{
color: #8F78D1;
}
.AnyTagClassName
{
color: #8F78D1;
}
</style>
background-color css
<style>
a { background-color: #8F78D1; }
a { background-color: rgb(143,120,209); }
div.DivClassName
{
background-color: #8F78D1;
}
.BgClassName
{
background-color: #8F78D1;
}
</style>
border-color css
<style>
span { border-color: #8F78D1; }
span { border-color: rgb(143,120,209); }
td.TdClassName
{
border-color: #8F78D1;
}
.TagClassName
{
border-color: #8F78D1;
}
</style>