Shades of True V #8C7AC0
Tints of True V #8C7AC0
RGB
CMYK
RGB Variations
Color information
#8C7AC0 (or 0x8C7AC0) is known color: True V. HEX triplet: 8C, 7A and C0. RGB value is (140,122,192). Sum of RGB (Red+Green+Blue) = 140+122+192=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C7AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7AC0 is #73853F. Grayscale: #878787. Windows color (decimal): -7570752 or 12614284. OLE color: 12614284.
HSL color Cylindrical-coordinate representation of color #8C7AC0: hue angle of 255.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C7AC0 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 122 | 192 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.25 |
| HSL | 255.43º | 0.36% | 0.62% | - |
| HSV(B) | 255.43º | 0.36% | 0.75% | - |
| XYZ | 27.29 | 23.3 | 52.93 | - |
| YUV | 135.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 192 | 0.27 | 0.36 | 0 | 0.25 | 255.43 | 0.36 | 0.62 |
| Hex | 8C | 7A | C0 | 1B | 24 | 0 | 19 | FF | 24 | 3E |
| Octal | 214 | 172 | 300 | 33 | 44 | 0 | 31 | 377 | 44 | 76 |
| Binary | 10001100 | 1111010 | 11000000 | 11011 | 100100 | 0 | 11001 | 11111111 | 100100 | 111110 |
Color Harmonies of #8C7AC0
Complementary color
Monochromatic Colors of #8C7AC0
Black with #8C7AC0
Text Example
Text Example
White with #8C7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7AC0; }
p { color: rgb(140,122,192); }
H1.HeaderClassName
{
color: #8C7AC0;
}
.AnyTagClassName
{
color: #8C7AC0;
}
</style>
background-color css
<style>
a { background-color: #8C7AC0; }
a { background-color: rgb(140,122,192); }
div.DivClassName
{
background-color: #8C7AC0;
}
.BgClassName
{
background-color: #8C7AC0;
}
</style>
border-color css
<style>
span { border-color: #8C7AC0; }
span { border-color: rgb(140,122,192); }
td.TdClassName
{
border-color: #8C7AC0;
}
.TagClassName
{
border-color: #8C7AC0;
}
</style>