Shades of True V #8C6CCF
Tints of True V #8C6CCF
RGB
CMYK
RGB Variations
Color information
#8C6CCF (or 0x8C6CCF) is known color: True V. HEX triplet: 8C, 6C and CF. RGB value is (140,108,207). Sum of RGB (Red+Green+Blue) = 140+108+207=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CCF is #739330. Grayscale: #808080. Windows color (decimal): -7574321 or 13593740. OLE color: 13593740.
HSL color Cylindrical-coordinate representation of color #8C6CCF: hue angle of 259.39º 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 #8C6CCF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 108 | 207 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.19 |
| HSL | 259.39º | 0.51% | 0.62% | - |
| HSV(B) | 259.39º | 0.48% | 0.81% | - |
| XYZ | 27.44 | 20.81 | 61.6 | - |
| YUV | 128.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 207 | 0.32 | 0.48 | 0 | 0.19 | 259.39 | 0.51 | 0.62 |
| Hex | 8C | 6C | CF | 20 | 30 | 0 | 13 | 103 | 33 | 3E |
| Octal | 214 | 154 | 317 | 40 | 60 | 0 | 23 | 403 | 63 | 76 |
| Binary | 10001100 | 1101100 | 11001111 | 100000 | 110000 | 0 | 10011 | 100000011 | 110011 | 111110 |
Color Harmonies of #8C6CCF
Complementary color
Monochromatic Colors of #8C6CCF
Black with #8C6CCF
Text Example
Text Example
White with #8C6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CCF; }
p { color: rgb(140,108,207); }
H1.HeaderClassName
{
color: #8C6CCF;
}
.AnyTagClassName
{
color: #8C6CCF;
}
</style>
background-color css
<style>
a { background-color: #8C6CCF; }
a { background-color: rgb(140,108,207); }
div.DivClassName
{
background-color: #8C6CCF;
}
.BgClassName
{
background-color: #8C6CCF;
}
</style>
border-color css
<style>
span { border-color: #8C6CCF; }
span { border-color: rgb(140,108,207); }
td.TdClassName
{
border-color: #8C6CCF;
}
.TagClassName
{
border-color: #8C6CCF;
}
</style>