Shades of True V #8D7ACB
Tints of True V #8D7ACB
RGB
CMYK
RGB Variations
Color information
#8D7ACB (or 0x8D7ACB) is known color: True V. HEX triplet: 8D, 7A and CB. RGB value is (141,122,203). Sum of RGB (Red+Green+Blue) = 141+122+203=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D7ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ACB is #728534. Grayscale: #888888. Windows color (decimal): -7505205 or 13335181. OLE color: 13335181.
HSL color Cylindrical-coordinate representation of color #8D7ACB: hue angle of 254.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7ACB is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 122 | 203 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.20 |
| HSL | 254.07º | 0.44% | 0.64% | - |
| HSV(B) | 254.07º | 0.4% | 0.8% | - |
| XYZ | 28.72 | 23.89 | 59.6 | - |
| YUV | 136.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 203 | 0.31 | 0.40 | 0 | 0.20 | 254.07 | 0.44 | 0.64 |
| Hex | 8D | 7A | CB | 1F | 28 | 0 | 14 | FE | 2C | 40 |
| Octal | 215 | 172 | 313 | 37 | 50 | 0 | 24 | 376 | 54 | 100 |
| Binary | 10001101 | 1111010 | 11001011 | 11111 | 101000 | 0 | 10100 | 11111110 | 101100 | 1000000 |
Color Harmonies of #8D7ACB
Complementary color
Monochromatic Colors of #8D7ACB
Black with #8D7ACB
Text Example
Text Example
White with #8D7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7ACB; }
p { color: rgb(141,122,203); }
H1.HeaderClassName
{
color: #8D7ACB;
}
.AnyTagClassName
{
color: #8D7ACB;
}
</style>
background-color css
<style>
a { background-color: #8D7ACB; }
a { background-color: rgb(141,122,203); }
div.DivClassName
{
background-color: #8D7ACB;
}
.BgClassName
{
background-color: #8D7ACB;
}
</style>
border-color css
<style>
span { border-color: #8D7ACB; }
span { border-color: rgb(141,122,203); }
td.TdClassName
{
border-color: #8D7ACB;
}
.TagClassName
{
border-color: #8D7ACB;
}
</style>