Shades of True V #8F7BBB
Tints of True V #8F7BBB
RGB
CMYK
RGB Variations
Color information
#8F7BBB (or 0x8F7BBB) is known color: True V. HEX triplet: 8F, 7B and BB. RGB value is (143,123,187). Sum of RGB (Red+Green+Blue) = 143+123+187=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BBB is #708444. Grayscale: #888888. Windows color (decimal): -7373893 or 12286863. OLE color: 12286863.
HSL color Cylindrical-coordinate representation of color #8F7BBB: hue angle of 258.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F7BBB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 123 | 187 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.27 |
| HSL | 258.75º | 0.32% | 0.61% | - |
| HSV(B) | 258.75º | 0.34% | 0.73% | - |
| XYZ | 27.38 | 23.59 | 50.12 | - |
| YUV | 136.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 187 | 0.24 | 0.34 | 0 | 0.27 | 258.75 | 0.32 | 0.61 |
| Hex | 8F | 7B | BB | 18 | 22 | 0 | 1B | 103 | 20 | 3D |
| Octal | 217 | 173 | 273 | 30 | 42 | 0 | 33 | 403 | 40 | 75 |
| Binary | 10001111 | 1111011 | 10111011 | 11000 | 100010 | 0 | 11011 | 100000011 | 100000 | 111101 |
Color Harmonies of #8F7BBB
Complementary color
Monochromatic Colors of #8F7BBB
Black with #8F7BBB
Text Example
Text Example
White with #8F7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BBB; }
p { color: rgb(143,123,187); }
H1.HeaderClassName
{
color: #8F7BBB;
}
.AnyTagClassName
{
color: #8F7BBB;
}
</style>
background-color css
<style>
a { background-color: #8F7BBB; }
a { background-color: rgb(143,123,187); }
div.DivClassName
{
background-color: #8F7BBB;
}
.BgClassName
{
background-color: #8F7BBB;
}
</style>
border-color css
<style>
span { border-color: #8F7BBB; }
span { border-color: rgb(143,123,187); }
td.TdClassName
{
border-color: #8F7BBB;
}
.TagClassName
{
border-color: #8F7BBB;
}
</style>