Shades of True V #8C6CC1
Tints of True V #8C6CC1
RGB
CMYK
RGB Variations
Color information
#8C6CC1 (or 0x8C6CC1) is known color: True V. HEX triplet: 8C, 6C and C1. RGB value is (140,108,193). Sum of RGB (Red+Green+Blue) = 140+108+193=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CC1 is #73933E. Grayscale: #7E7E7E. Windows color (decimal): -7574335 or 12676236. OLE color: 12676236.
HSL color Cylindrical-coordinate representation of color #8C6CC1: hue angle of 262.59º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C6CC1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 108 | 193 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.24 |
| HSL | 262.59º | 0.41% | 0.59% | - |
| HSV(B) | 262.59º | 0.44% | 0.76% | - |
| XYZ | 25.8 | 20.15 | 52.98 | - |
| YUV | 127.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 193 | 0.27 | 0.44 | 0 | 0.24 | 262.59 | 0.41 | 0.59 |
| Hex | 8C | 6C | C1 | 1B | 2C | 0 | 18 | 107 | 29 | 3B |
| Octal | 214 | 154 | 301 | 33 | 54 | 0 | 30 | 407 | 51 | 73 |
| Binary | 10001100 | 1101100 | 11000001 | 11011 | 101100 | 0 | 11000 | 100000111 | 101001 | 111011 |
Color Harmonies of #8C6CC1
Complementary color
Monochromatic Colors of #8C6CC1
Black with #8C6CC1
Text Example
Text Example
White with #8C6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CC1; }
p { color: rgb(140,108,193); }
H1.HeaderClassName
{
color: #8C6CC1;
}
.AnyTagClassName
{
color: #8C6CC1;
}
</style>
background-color css
<style>
a { background-color: #8C6CC1; }
a { background-color: rgb(140,108,193); }
div.DivClassName
{
background-color: #8C6CC1;
}
.BgClassName
{
background-color: #8C6CC1;
}
</style>
border-color css
<style>
span { border-color: #8C6CC1; }
span { border-color: rgb(140,108,193); }
td.TdClassName
{
border-color: #8C6CC1;
}
.TagClassName
{
border-color: #8C6CC1;
}
</style>