Shades of True V #8C6CCC
Tints of True V #8C6CCC
RGB
CMYK
RGB Variations
Color information
#8C6CCC (or 0x8C6CCC) is known color: True V. HEX triplet: 8C, 6C and CC. RGB value is (140,108,204). Sum of RGB (Red+Green+Blue) = 140+108+204=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CCC is #739333. Grayscale: #808080. Windows color (decimal): -7574324 or 13397132. OLE color: 13397132.
HSL color Cylindrical-coordinate representation of color #8C6CCC: hue angle of 260º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C6CCC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 108 | 204 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.2 |
| HSL | 260º | 0.48% | 0.61% | - |
| HSV(B) | 260º | 0.47% | 0.8% | - |
| XYZ | 27.08 | 20.66 | 59.69 | - |
| YUV | 128.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 204 | 0.31 | 0.47 | 0 | 0.2 | 260 | 0.48 | 0.61 |
| Hex | 8C | 6C | CC | 1F | 2F | 0 | 14 | 104 | 30 | 3D |
| Octal | 214 | 154 | 314 | 37 | 57 | 0 | 24 | 404 | 60 | 75 |
| Binary | 10001100 | 1101100 | 11001100 | 11111 | 101111 | 0 | 10100 | 100000100 | 110000 | 111101 |
Color Harmonies of #8C6CCC
Complementary color
Monochromatic Colors of #8C6CCC
Black with #8C6CCC
Text Example
Text Example
White with #8C6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CCC; }
p { color: rgb(140,108,204); }
H1.HeaderClassName
{
color: #8C6CCC;
}
.AnyTagClassName
{
color: #8C6CCC;
}
</style>
background-color css
<style>
a { background-color: #8C6CCC; }
a { background-color: rgb(140,108,204); }
div.DivClassName
{
background-color: #8C6CCC;
}
.BgClassName
{
background-color: #8C6CCC;
}
</style>
border-color css
<style>
span { border-color: #8C6CCC; }
span { border-color: rgb(140,108,204); }
td.TdClassName
{
border-color: #8C6CCC;
}
.TagClassName
{
border-color: #8C6CCC;
}
</style>