Shades of True V #8C6BCB
Tints of True V #8C6BCB
RGB
CMYK
RGB Variations
Color information
#8C6BCB (or 0x8C6BCB) is known color: True V. HEX triplet: 8C, 6B and CB. RGB value is (140,107,203). Sum of RGB (Red+Green+Blue) = 140+107+203=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C6BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BCB is #739434. Grayscale: #7F7F7F. Windows color (decimal): -7574581 or 13331340. OLE color: 13331340.
HSL color Cylindrical-coordinate representation of color #8C6BCB: hue angle of 260.62º 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 #8C6BCB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 107 | 203 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.20 |
| HSL | 260.63º | 0.48% | 0.61% | - |
| HSV(B) | 260.63º | 0.47% | 0.8% | - |
| XYZ | 26.85 | 20.4 | 59.02 | - |
| YUV | 127.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 203 | 0.31 | 0.47 | 0 | 0.20 | 260.63 | 0.48 | 0.61 |
| Hex | 8C | 6B | CB | 1F | 2F | 0 | 14 | 105 | 30 | 3D |
| Octal | 214 | 153 | 313 | 37 | 57 | 0 | 24 | 405 | 60 | 75 |
| Binary | 10001100 | 1101011 | 11001011 | 11111 | 101111 | 0 | 10100 | 100000101 | 110000 | 111101 |
Color Harmonies of #8C6BCB
Complementary color
Monochromatic Colors of #8C6BCB
Black with #8C6BCB
Text Example
Text Example
White with #8C6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BCB; }
p { color: rgb(140,107,203); }
H1.HeaderClassName
{
color: #8C6BCB;
}
.AnyTagClassName
{
color: #8C6BCB;
}
</style>
background-color css
<style>
a { background-color: #8C6BCB; }
a { background-color: rgb(140,107,203); }
div.DivClassName
{
background-color: #8C6BCB;
}
.BgClassName
{
background-color: #8C6BCB;
}
</style>
border-color css
<style>
span { border-color: #8C6BCB; }
span { border-color: rgb(140,107,203); }
td.TdClassName
{
border-color: #8C6BCB;
}
.TagClassName
{
border-color: #8C6BCB;
}
</style>