Shades of True V #8F6CCF
Tints of True V #8F6CCF
RGB
CMYK
RGB Variations
Color information
#8F6CCF (or 0x8F6CCF) is known color: True V. HEX triplet: 8F, 6C and CF. RGB value is (143,108,207). Sum of RGB (Red+Green+Blue) = 143+108+207=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CCF is #709330. Grayscale: #818181. Windows color (decimal): -7377713 or 13593743. OLE color: 13593743.
HSL color Cylindrical-coordinate representation of color #8F6CCF: hue angle of 261.21º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F6CCF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 108 | 207 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.19 |
| HSL | 261.21º | 0.51% | 0.62% | - |
| HSV(B) | 261.21º | 0.48% | 0.81% | - |
| XYZ | 27.95 | 21.07 | 61.63 | - |
| YUV | 129.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 207 | 0.31 | 0.48 | 0 | 0.19 | 261.21 | 0.51 | 0.62 |
| Hex | 8F | 6C | CF | 1F | 30 | 0 | 13 | 105 | 33 | 3E |
| Octal | 217 | 154 | 317 | 37 | 60 | 0 | 23 | 405 | 63 | 76 |
| Binary | 10001111 | 1101100 | 11001111 | 11111 | 110000 | 0 | 10011 | 100000101 | 110011 | 111110 |
Color Harmonies of #8F6CCF
Complementary color
Monochromatic Colors of #8F6CCF
Black with #8F6CCF
Text Example
Text Example
White with #8F6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CCF; }
p { color: rgb(143,108,207); }
H1.HeaderClassName
{
color: #8F6CCF;
}
.AnyTagClassName
{
color: #8F6CCF;
}
</style>
background-color css
<style>
a { background-color: #8F6CCF; }
a { background-color: rgb(143,108,207); }
div.DivClassName
{
background-color: #8F6CCF;
}
.BgClassName
{
background-color: #8F6CCF;
}
</style>
border-color css
<style>
span { border-color: #8F6CCF; }
span { border-color: rgb(143,108,207); }
td.TdClassName
{
border-color: #8F6CCF;
}
.TagClassName
{
border-color: #8F6CCF;
}
</style>