Shades of True V #8F6ECF
Tints of True V #8F6ECF
RGB
CMYK
RGB Variations
Color information
#8F6ECF (or 0x8F6ECF) is known color: True V. HEX triplet: 8F, 6E and CF. RGB value is (143,110,207). Sum of RGB (Red+Green+Blue) = 143+110+207=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6ECF is #709130. Grayscale: #828282. Windows color (decimal): -7377201 or 13594255. OLE color: 13594255.
HSL color Cylindrical-coordinate representation of color #8F6ECF: hue angle of 260.41º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F6ECF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 110 | 207 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.19 |
| HSL | 260.41º | 0.5% | 0.62% | - |
| HSV(B) | 260.41º | 0.47% | 0.81% | - |
| XYZ | 28.17 | 21.5 | 61.7 | - |
| YUV | 130.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 207 | 0.31 | 0.47 | 0 | 0.19 | 260.41 | 0.5 | 0.62 |
| Hex | 8F | 6E | CF | 1F | 2F | 0 | 13 | 104 | 32 | 3E |
| Octal | 217 | 156 | 317 | 37 | 57 | 0 | 23 | 404 | 62 | 76 |
| Binary | 10001111 | 1101110 | 11001111 | 11111 | 101111 | 0 | 10011 | 100000100 | 110010 | 111110 |
Color Harmonies of #8F6ECF
Complementary color
Monochromatic Colors of #8F6ECF
Black with #8F6ECF
Text Example
Text Example
White with #8F6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6ECF; }
p { color: rgb(143,110,207); }
H1.HeaderClassName
{
color: #8F6ECF;
}
.AnyTagClassName
{
color: #8F6ECF;
}
</style>
background-color css
<style>
a { background-color: #8F6ECF; }
a { background-color: rgb(143,110,207); }
div.DivClassName
{
background-color: #8F6ECF;
}
.BgClassName
{
background-color: #8F6ECF;
}
</style>
border-color css
<style>
span { border-color: #8F6ECF; }
span { border-color: rgb(143,110,207); }
td.TdClassName
{
border-color: #8F6ECF;
}
.TagClassName
{
border-color: #8F6ECF;
}
</style>