Shades of True V #8C6DCF
Tints of True V #8C6DCF
RGB
CMYK
RGB Variations
Color information
#8C6DCF (or 0x8C6DCF) is known color: True V. HEX triplet: 8C, 6D and CF. RGB value is (140,109,207). Sum of RGB (Red+Green+Blue) = 140+109+207=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DCF is #739230. Grayscale: #818181. Windows color (decimal): -7574065 or 13593996. OLE color: 13593996.
HSL color Cylindrical-coordinate representation of color #8C6DCF: hue angle of 258.98º degrees, saturation: 0.51, 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 #8C6DCF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 109 | 207 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.19 |
| HSL | 258.98º | 0.51% | 0.62% | - |
| HSV(B) | 258.98º | 0.47% | 0.81% | - |
| XYZ | 27.55 | 21.02 | 61.64 | - |
| YUV | 129.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 207 | 0.32 | 0.47 | 0 | 0.19 | 258.98 | 0.51 | 0.62 |
| Hex | 8C | 6D | CF | 20 | 2F | 0 | 13 | 103 | 33 | 3E |
| Octal | 214 | 155 | 317 | 40 | 57 | 0 | 23 | 403 | 63 | 76 |
| Binary | 10001100 | 1101101 | 11001111 | 100000 | 101111 | 0 | 10011 | 100000011 | 110011 | 111110 |
Color Harmonies of #8C6DCF
Complementary color
Monochromatic Colors of #8C6DCF
Black with #8C6DCF
Text Example
Text Example
White with #8C6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6DCF; }
p { color: rgb(140,109,207); }
H1.HeaderClassName
{
color: #8C6DCF;
}
.AnyTagClassName
{
color: #8C6DCF;
}
</style>
background-color css
<style>
a { background-color: #8C6DCF; }
a { background-color: rgb(140,109,207); }
div.DivClassName
{
background-color: #8C6DCF;
}
.BgClassName
{
background-color: #8C6DCF;
}
</style>
border-color css
<style>
span { border-color: #8C6DCF; }
span { border-color: rgb(140,109,207); }
td.TdClassName
{
border-color: #8C6DCF;
}
.TagClassName
{
border-color: #8C6DCF;
}
</style>