Shades of True V #8F77CE
Tints of True V #8F77CE
RGB
CMYK
RGB Variations
Color information
#8F77CE (or 0x8F77CE) is known color: True V. HEX triplet: 8F, 77 and CE. RGB value is (143,119,206). Sum of RGB (Red+Green+Blue) = 143+119+206=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77CE is #708831. Grayscale: #878787. Windows color (decimal): -7374898 or 13531023. OLE color: 13531023.
HSL color Cylindrical-coordinate representation of color #8F77CE: hue angle of 256.55º degrees, saturation: 0.47, 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 #8F77CE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 119 | 206 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.19 |
| HSL | 256.55º | 0.47% | 0.64% | - |
| HSV(B) | 256.55º | 0.42% | 0.81% | - |
| XYZ | 29.07 | 23.49 | 61.39 | - |
| YUV | 136.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 206 | 0.31 | 0.42 | 0 | 0.19 | 256.55 | 0.47 | 0.64 |
| Hex | 8F | 77 | CE | 1F | 2A | 0 | 13 | 101 | 2F | 40 |
| Octal | 217 | 167 | 316 | 37 | 52 | 0 | 23 | 401 | 57 | 100 |
| Binary | 10001111 | 1110111 | 11001110 | 11111 | 101010 | 0 | 10011 | 100000001 | 101111 | 1000000 |
Color Harmonies of #8F77CE
Complementary color
Monochromatic Colors of #8F77CE
Black with #8F77CE
Text Example
Text Example
White with #8F77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77CE; }
p { color: rgb(143,119,206); }
H1.HeaderClassName
{
color: #8F77CE;
}
.AnyTagClassName
{
color: #8F77CE;
}
</style>
background-color css
<style>
a { background-color: #8F77CE; }
a { background-color: rgb(143,119,206); }
div.DivClassName
{
background-color: #8F77CE;
}
.BgClassName
{
background-color: #8F77CE;
}
</style>
border-color css
<style>
span { border-color: #8F77CE; }
span { border-color: rgb(143,119,206); }
td.TdClassName
{
border-color: #8F77CE;
}
.TagClassName
{
border-color: #8F77CE;
}
</style>