Shades of True V #8F7ABB
Tints of True V #8F7ABB
RGB
CMYK
RGB Variations
Color information
#8F7ABB (or 0x8F7ABB) is known color: True V. HEX triplet: 8F, 7A and BB. RGB value is (143,122,187). Sum of RGB (Red+Green+Blue) = 143+122+187=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ABB is #708544. Grayscale: #878787. Windows color (decimal): -7374149 or 12286607. OLE color: 12286607.
HSL color Cylindrical-coordinate representation of color #8F7ABB: hue angle of 259.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F7ABB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 122 | 187 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.27 |
| HSL | 259.38º | 0.32% | 0.61% | - |
| HSV(B) | 259.38º | 0.35% | 0.73% | - |
| XYZ | 27.26 | 23.35 | 50.08 | - |
| YUV | 135.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 187 | 0.24 | 0.35 | 0 | 0.27 | 259.38 | 0.32 | 0.61 |
| Hex | 8F | 7A | BB | 18 | 23 | 0 | 1B | 103 | 20 | 3D |
| Octal | 217 | 172 | 273 | 30 | 43 | 0 | 33 | 403 | 40 | 75 |
| Binary | 10001111 | 1111010 | 10111011 | 11000 | 100011 | 0 | 11011 | 100000011 | 100000 | 111101 |
Color Harmonies of #8F7ABB
Complementary color
Monochromatic Colors of #8F7ABB
Black with #8F7ABB
Text Example
Text Example
White with #8F7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ABB; }
p { color: rgb(143,122,187); }
H1.HeaderClassName
{
color: #8F7ABB;
}
.AnyTagClassName
{
color: #8F7ABB;
}
</style>
background-color css
<style>
a { background-color: #8F7ABB; }
a { background-color: rgb(143,122,187); }
div.DivClassName
{
background-color: #8F7ABB;
}
.BgClassName
{
background-color: #8F7ABB;
}
</style>
border-color css
<style>
span { border-color: #8F7ABB; }
span { border-color: rgb(143,122,187); }
td.TdClassName
{
border-color: #8F7ABB;
}
.TagClassName
{
border-color: #8F7ABB;
}
</style>