Shades of True V #8C6BCA
Tints of True V #8C6BCA
RGB
CMYK
RGB Variations
Color information
#8C6BCA (or 0x8C6BCA) is known color: True V. HEX triplet: 8C, 6B and CA. RGB value is (140,107,202). Sum of RGB (Red+Green+Blue) = 140+107+202=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BCA is #739435. Grayscale: #7F7F7F. Windows color (decimal): -7574582 or 13265804. OLE color: 13265804.
HSL color Cylindrical-coordinate representation of color #8C6BCA: hue angle of 260.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C6BCA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 107 | 202 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.21 |
| HSL | 260.84º | 0.47% | 0.61% | - |
| HSV(B) | 260.84º | 0.47% | 0.79% | - |
| XYZ | 26.73 | 20.36 | 58.4 | - |
| YUV | 127.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 202 | 0.31 | 0.47 | 0 | 0.21 | 260.84 | 0.47 | 0.61 |
| Hex | 8C | 6B | CA | 1F | 2F | 0 | 15 | 105 | 2F | 3D |
| Octal | 214 | 153 | 312 | 37 | 57 | 0 | 25 | 405 | 57 | 75 |
| Binary | 10001100 | 1101011 | 11001010 | 11111 | 101111 | 0 | 10101 | 100000101 | 101111 | 111101 |
Color Harmonies of #8C6BCA
Complementary color
Monochromatic Colors of #8C6BCA
Black with #8C6BCA
Text Example
Text Example
White with #8C6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BCA; }
p { color: rgb(140,107,202); }
H1.HeaderClassName
{
color: #8C6BCA;
}
.AnyTagClassName
{
color: #8C6BCA;
}
</style>
background-color css
<style>
a { background-color: #8C6BCA; }
a { background-color: rgb(140,107,202); }
div.DivClassName
{
background-color: #8C6BCA;
}
.BgClassName
{
background-color: #8C6BCA;
}
</style>
border-color css
<style>
span { border-color: #8C6BCA; }
span { border-color: rgb(140,107,202); }
td.TdClassName
{
border-color: #8C6BCA;
}
.TagClassName
{
border-color: #8C6BCA;
}
</style>