Shades of True V #8C6ACC
Tints of True V #8C6ACC
RGB
CMYK
RGB Variations
Color information
#8C6ACC (or 0x8C6ACC) is known color: True V. HEX triplet: 8C, 6A and CC. RGB value is (140,106,204). Sum of RGB (Red+Green+Blue) = 140+106+204=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ACC is #739533. Grayscale: #7E7E7E. Windows color (decimal): -7574836 or 13396620. OLE color: 13396620.
HSL color Cylindrical-coordinate representation of color #8C6ACC: hue angle of 260.82º 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 #8C6ACC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 106 | 204 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.2 |
| HSL | 260.82º | 0.49% | 0.61% | - |
| HSV(B) | 260.82º | 0.48% | 0.8% | - |
| XYZ | 26.87 | 20.24 | 59.62 | - |
| YUV | 127.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 204 | 0.31 | 0.48 | 0 | 0.2 | 260.82 | 0.49 | 0.61 |
| Hex | 8C | 6A | CC | 1F | 30 | 0 | 14 | 105 | 31 | 3D |
| Octal | 214 | 152 | 314 | 37 | 60 | 0 | 24 | 405 | 61 | 75 |
| Binary | 10001100 | 1101010 | 11001100 | 11111 | 110000 | 0 | 10100 | 100000101 | 110001 | 111101 |
Color Harmonies of #8C6ACC
Complementary color
Monochromatic Colors of #8C6ACC
Black with #8C6ACC
Text Example
Text Example
White with #8C6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6ACC; }
p { color: rgb(140,106,204); }
H1.HeaderClassName
{
color: #8C6ACC;
}
.AnyTagClassName
{
color: #8C6ACC;
}
</style>
background-color css
<style>
a { background-color: #8C6ACC; }
a { background-color: rgb(140,106,204); }
div.DivClassName
{
background-color: #8C6ACC;
}
.BgClassName
{
background-color: #8C6ACC;
}
</style>
border-color css
<style>
span { border-color: #8C6ACC; }
span { border-color: rgb(140,106,204); }
td.TdClassName
{
border-color: #8C6ACC;
}
.TagClassName
{
border-color: #8C6ACC;
}
</style>