Shades of True V #8F7DC5
Tints of True V #8F7DC5
RGB
CMYK
RGB Variations
Color information
#8F7DC5 (or 0x8F7DC5) is known color: True V. HEX triplet: 8F, 7D and C5. RGB value is (143,125,197). Sum of RGB (Red+Green+Blue) = 143+125+197=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F7DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DC5 is #70823A. Grayscale: #8A8A8A. Windows color (decimal): -7373371 or 12942735. OLE color: 12942735.
HSL color Cylindrical-coordinate representation of color #8F7DC5: hue angle of 255º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F7DC5 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 125 | 197 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.23 |
| HSL | 255º | 0.38% | 0.63% | - |
| HSV(B) | 255º | 0.37% | 0.77% | - |
| XYZ | 28.74 | 24.54 | 56.04 | - |
| YUV | 138.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 197 | 0.27 | 0.37 | 0 | 0.23 | 255 | 0.38 | 0.63 |
| Hex | 8F | 7D | C5 | 1B | 25 | 0 | 17 | FF | 26 | 3F |
| Octal | 217 | 175 | 305 | 33 | 45 | 0 | 27 | 377 | 46 | 77 |
| Binary | 10001111 | 1111101 | 11000101 | 11011 | 100101 | 0 | 10111 | 11111111 | 100110 | 111111 |
Color Harmonies of #8F7DC5
Complementary color
Monochromatic Colors of #8F7DC5
Black with #8F7DC5
Text Example
Text Example
White with #8F7DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DC5; }
p { color: rgb(143,125,197); }
H1.HeaderClassName
{
color: #8F7DC5;
}
.AnyTagClassName
{
color: #8F7DC5;
}
</style>
background-color css
<style>
a { background-color: #8F7DC5; }
a { background-color: rgb(143,125,197); }
div.DivClassName
{
background-color: #8F7DC5;
}
.BgClassName
{
background-color: #8F7DC5;
}
</style>
border-color css
<style>
span { border-color: #8F7DC5; }
span { border-color: rgb(143,125,197); }
td.TdClassName
{
border-color: #8F7DC5;
}
.TagClassName
{
border-color: #8F7DC5;
}
</style>