Shades of True V #8F76BB
Tints of True V #8F76BB
RGB
CMYK
RGB Variations
Color information
#8F76BB (or 0x8F76BB) is known color: True V. HEX triplet: 8F, 76 and BB. RGB value is (143,118,187). Sum of RGB (Red+Green+Blue) = 143+118+187=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76BB is #708944. Grayscale: #858585. Windows color (decimal): -7375173 or 12285583. OLE color: 12285583.
HSL color Cylindrical-coordinate representation of color #8F76BB: hue angle of 261.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F76BB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 118 | 187 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.27 |
| HSL | 261.74º | 0.34% | 0.6% | - |
| HSV(B) | 261.74º | 0.37% | 0.73% | - |
| XYZ | 26.78 | 22.38 | 49.92 | - |
| YUV | 133.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 187 | 0.24 | 0.37 | 0 | 0.27 | 261.74 | 0.34 | 0.6 |
| Hex | 8F | 76 | BB | 18 | 25 | 0 | 1B | 106 | 22 | 3C |
| Octal | 217 | 166 | 273 | 30 | 45 | 0 | 33 | 406 | 42 | 74 |
| Binary | 10001111 | 1110110 | 10111011 | 11000 | 100101 | 0 | 11011 | 100000110 | 100010 | 111100 |
Color Harmonies of #8F76BB
Complementary color
Monochromatic Colors of #8F76BB
Black with #8F76BB
Text Example
Text Example
White with #8F76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76BB; }
p { color: rgb(143,118,187); }
H1.HeaderClassName
{
color: #8F76BB;
}
.AnyTagClassName
{
color: #8F76BB;
}
</style>
background-color css
<style>
a { background-color: #8F76BB; }
a { background-color: rgb(143,118,187); }
div.DivClassName
{
background-color: #8F76BB;
}
.BgClassName
{
background-color: #8F76BB;
}
</style>
border-color css
<style>
span { border-color: #8F76BB; }
span { border-color: rgb(143,118,187); }
td.TdClassName
{
border-color: #8F76BB;
}
.TagClassName
{
border-color: #8F76BB;
}
</style>