Shades of True V #8F77CF
Tints of True V #8F77CF
RGB
CMYK
RGB Variations
Color information
#8F77CF (or 0x8F77CF) is known color: True V. HEX triplet: 8F, 77 and CF. RGB value is (143,119,207). Sum of RGB (Red+Green+Blue) = 143+119+207=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77CF is #708830. Grayscale: #878787. Windows color (decimal): -7374897 or 13596559. OLE color: 13596559.
HSL color Cylindrical-coordinate representation of color #8F77CF: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F77CF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 119 | 207 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.19 |
| HSL | 256.36º | 0.48% | 0.64% | - |
| HSV(B) | 256.36º | 0.43% | 0.81% | - |
| XYZ | 29.19 | 23.54 | 62.04 | - |
| YUV | 136.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 207 | 0.31 | 0.43 | 0 | 0.19 | 256.36 | 0.48 | 0.64 |
| Hex | 8F | 77 | CF | 1F | 2B | 0 | 13 | 100 | 30 | 40 |
| Octal | 217 | 167 | 317 | 37 | 53 | 0 | 23 | 400 | 60 | 100 |
| Binary | 10001111 | 1110111 | 11001111 | 11111 | 101011 | 0 | 10011 | 100000000 | 110000 | 1000000 |
Color Harmonies of #8F77CF
Complementary color
Monochromatic Colors of #8F77CF
Black with #8F77CF
Text Example
Text Example
White with #8F77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77CF; }
p { color: rgb(143,119,207); }
H1.HeaderClassName
{
color: #8F77CF;
}
.AnyTagClassName
{
color: #8F77CF;
}
</style>
background-color css
<style>
a { background-color: #8F77CF; }
a { background-color: rgb(143,119,207); }
div.DivClassName
{
background-color: #8F77CF;
}
.BgClassName
{
background-color: #8F77CF;
}
</style>
border-color css
<style>
span { border-color: #8F77CF; }
span { border-color: rgb(143,119,207); }
td.TdClassName
{
border-color: #8F77CF;
}
.TagClassName
{
border-color: #8F77CF;
}
</style>