Shades of True V #8F7ACD
Tints of True V #8F7ACD
RGB
CMYK
RGB Variations
Color information
#8F7ACD (or 0x8F7ACD) is known color: True V. HEX triplet: 8F, 7A and CD. RGB value is (143,122,205). Sum of RGB (Red+Green+Blue) = 143+122+205=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F7ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ACD is #708532. Grayscale: #898989. Windows color (decimal): -7374131 or 13466255. OLE color: 13466255.
HSL color Cylindrical-coordinate representation of color #8F7ACD: hue angle of 255.18º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F7ACD is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 122 | 205 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.20 |
| HSL | 255.18º | 0.45% | 0.64% | - |
| HSV(B) | 255.18º | 0.4% | 0.8% | - |
| XYZ | 29.31 | 24.17 | 60.88 | - |
| YUV | 137.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 205 | 0.30 | 0.40 | 0 | 0.20 | 255.18 | 0.45 | 0.64 |
| Hex | 8F | 7A | CD | 1E | 28 | 0 | 14 | FF | 2D | 40 |
| Octal | 217 | 172 | 315 | 36 | 50 | 0 | 24 | 377 | 55 | 100 |
| Binary | 10001111 | 1111010 | 11001101 | 11110 | 101000 | 0 | 10100 | 11111111 | 101101 | 1000000 |
Color Harmonies of #8F7ACD
Complementary color
Monochromatic Colors of #8F7ACD
Black with #8F7ACD
Text Example
Text Example
White with #8F7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ACD; }
p { color: rgb(143,122,205); }
H1.HeaderClassName
{
color: #8F7ACD;
}
.AnyTagClassName
{
color: #8F7ACD;
}
</style>
background-color css
<style>
a { background-color: #8F7ACD; }
a { background-color: rgb(143,122,205); }
div.DivClassName
{
background-color: #8F7ACD;
}
.BgClassName
{
background-color: #8F7ACD;
}
</style>
border-color css
<style>
span { border-color: #8F7ACD; }
span { border-color: rgb(143,122,205); }
td.TdClassName
{
border-color: #8F7ACD;
}
.TagClassName
{
border-color: #8F7ACD;
}
</style>