Shades of True V #8F77C0
Tints of True V #8F77C0
RGB
CMYK
RGB Variations
Color information
#8F77C0 (or 0x8F77C0) is known color: True V. HEX triplet: 8F, 77 and C0. RGB value is (143,119,192). Sum of RGB (Red+Green+Blue) = 143+119+192=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F77C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77C0 is #70883F. Grayscale: #868686. Windows color (decimal): -7374912 or 12613519. OLE color: 12613519.
HSL color Cylindrical-coordinate representation of color #8F77C0: hue angle of 259.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F77C0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 119 | 192 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.25 |
| HSL | 259.73º | 0.37% | 0.61% | - |
| HSV(B) | 259.73º | 0.38% | 0.75% | - |
| XYZ | 27.44 | 22.84 | 52.83 | - |
| YUV | 134.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 192 | 0.26 | 0.38 | 0 | 0.25 | 259.73 | 0.37 | 0.61 |
| Hex | 8F | 77 | C0 | 1A | 26 | 0 | 19 | 104 | 25 | 3D |
| Octal | 217 | 167 | 300 | 32 | 46 | 0 | 31 | 404 | 45 | 75 |
| Binary | 10001111 | 1110111 | 11000000 | 11010 | 100110 | 0 | 11001 | 100000100 | 100101 | 111101 |
Color Harmonies of #8F77C0
Complementary color
Monochromatic Colors of #8F77C0
Black with #8F77C0
Text Example
Text Example
White with #8F77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77C0; }
p { color: rgb(143,119,192); }
H1.HeaderClassName
{
color: #8F77C0;
}
.AnyTagClassName
{
color: #8F77C0;
}
</style>
background-color css
<style>
a { background-color: #8F77C0; }
a { background-color: rgb(143,119,192); }
div.DivClassName
{
background-color: #8F77C0;
}
.BgClassName
{
background-color: #8F77C0;
}
</style>
border-color css
<style>
span { border-color: #8F77C0; }
span { border-color: rgb(143,119,192); }
td.TdClassName
{
border-color: #8F77C0;
}
.TagClassName
{
border-color: #8F77C0;
}
</style>