Shades of True V #8C7CB9
Tints of True V #8C7CB9
RGB
CMYK
RGB Variations
Color information
#8C7CB9 (or 0x8C7CB9) is known color: True V. HEX triplet: 8C, 7C and B9. RGB value is (140,124,185). Sum of RGB (Red+Green+Blue) = 140+124+185=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CB9 is #738346. Grayscale: #878787. Windows color (decimal): -7570247 or 12156044. OLE color: 12156044.
HSL color Cylindrical-coordinate representation of color #8C7CB9: hue angle of 255.74º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C7CB9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 124 | 185 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.27 |
| HSL | 255.74º | 0.3% | 0.61% | - |
| HSV(B) | 255.74º | 0.33% | 0.73% | - |
| XYZ | 26.78 | 23.49 | 49.02 | - |
| YUV | 135.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 185 | 0.24 | 0.33 | 0 | 0.27 | 255.74 | 0.3 | 0.61 |
| Hex | 8C | 7C | B9 | 18 | 21 | 0 | 1B | 100 | 1E | 3D |
| Octal | 214 | 174 | 271 | 30 | 41 | 0 | 33 | 400 | 36 | 75 |
| Binary | 10001100 | 1111100 | 10111001 | 11000 | 100001 | 0 | 11011 | 100000000 | 11110 | 111101 |
Color Harmonies of #8C7CB9
Complementary color
Monochromatic Colors of #8C7CB9
Black with #8C7CB9
Text Example
Text Example
White with #8C7CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CB9; }
p { color: rgb(140,124,185); }
H1.HeaderClassName
{
color: #8C7CB9;
}
.AnyTagClassName
{
color: #8C7CB9;
}
</style>
background-color css
<style>
a { background-color: #8C7CB9; }
a { background-color: rgb(140,124,185); }
div.DivClassName
{
background-color: #8C7CB9;
}
.BgClassName
{
background-color: #8C7CB9;
}
</style>
border-color css
<style>
span { border-color: #8C7CB9; }
span { border-color: rgb(140,124,185); }
td.TdClassName
{
border-color: #8C7CB9;
}
.TagClassName
{
border-color: #8C7CB9;
}
</style>