Shades of True V #8F76C1
Tints of True V #8F76C1
RGB
CMYK
RGB Variations
Color information
#8F76C1 (or 0x8F76C1) is known color: True V. HEX triplet: 8F, 76 and C1. RGB value is (143,118,193). Sum of RGB (Red+Green+Blue) = 143+118+193=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76C1 is #70893E. Grayscale: #858585. Windows color (decimal): -7375167 or 12678799. OLE color: 12678799.
HSL color Cylindrical-coordinate representation of color #8F76C1: hue angle of 260º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F76C1 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 118 | 193 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.24 |
| HSL | 260º | 0.38% | 0.61% | - |
| HSV(B) | 260º | 0.39% | 0.76% | - |
| XYZ | 27.43 | 22.65 | 53.38 | - |
| YUV | 134.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 193 | 0.26 | 0.39 | 0 | 0.24 | 260 | 0.38 | 0.61 |
| Hex | 8F | 76 | C1 | 1A | 27 | 0 | 18 | 104 | 26 | 3D |
| Octal | 217 | 166 | 301 | 32 | 47 | 0 | 30 | 404 | 46 | 75 |
| Binary | 10001111 | 1110110 | 11000001 | 11010 | 100111 | 0 | 11000 | 100000100 | 100110 | 111101 |
Color Harmonies of #8F76C1
Complementary color
Monochromatic Colors of #8F76C1
Black with #8F76C1
Text Example
Text Example
White with #8F76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76C1; }
p { color: rgb(143,118,193); }
H1.HeaderClassName
{
color: #8F76C1;
}
.AnyTagClassName
{
color: #8F76C1;
}
</style>
background-color css
<style>
a { background-color: #8F76C1; }
a { background-color: rgb(143,118,193); }
div.DivClassName
{
background-color: #8F76C1;
}
.BgClassName
{
background-color: #8F76C1;
}
</style>
border-color css
<style>
span { border-color: #8F76C1; }
span { border-color: rgb(143,118,193); }
td.TdClassName
{
border-color: #8F76C1;
}
.TagClassName
{
border-color: #8F76C1;
}
</style>