Shades of True V #8C6BCC
Tints of True V #8C6BCC
RGB
CMYK
RGB Variations
Color information
#8C6BCC (or 0x8C6BCC) is known color: True V. HEX triplet: 8C, 6B and CC. RGB value is (140,107,204). Sum of RGB (Red+Green+Blue) = 140+107+204=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BCC is #739433. Grayscale: #7F7F7F. Windows color (decimal): -7574580 or 13396876. OLE color: 13396876.
HSL color Cylindrical-coordinate representation of color #8C6BCC: hue angle of 260.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C6BCC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 107 | 204 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.2 |
| HSL | 260.41º | 0.49% | 0.61% | - |
| HSV(B) | 260.41º | 0.48% | 0.8% | - |
| XYZ | 26.97 | 20.45 | 59.65 | - |
| YUV | 127.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 204 | 0.31 | 0.48 | 0 | 0.2 | 260.41 | 0.49 | 0.61 |
| Hex | 8C | 6B | CC | 1F | 30 | 0 | 14 | 104 | 31 | 3D |
| Octal | 214 | 153 | 314 | 37 | 60 | 0 | 24 | 404 | 61 | 75 |
| Binary | 10001100 | 1101011 | 11001100 | 11111 | 110000 | 0 | 10100 | 100000100 | 110001 | 111101 |
Color Harmonies of #8C6BCC
Complementary color
Monochromatic Colors of #8C6BCC
Black with #8C6BCC
Text Example
Text Example
White with #8C6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BCC; }
p { color: rgb(140,107,204); }
H1.HeaderClassName
{
color: #8C6BCC;
}
.AnyTagClassName
{
color: #8C6BCC;
}
</style>
background-color css
<style>
a { background-color: #8C6BCC; }
a { background-color: rgb(140,107,204); }
div.DivClassName
{
background-color: #8C6BCC;
}
.BgClassName
{
background-color: #8C6BCC;
}
</style>
border-color css
<style>
span { border-color: #8C6BCC; }
span { border-color: rgb(140,107,204); }
td.TdClassName
{
border-color: #8C6BCC;
}
.TagClassName
{
border-color: #8C6BCC;
}
</style>