Shades of True V #8D7BCB
Tints of True V #8D7BCB
RGB
CMYK
RGB Variations
Color information
#8D7BCB (or 0x8D7BCB) is known color: True V. HEX triplet: 8D, 7B and CB. RGB value is (141,123,203). Sum of RGB (Red+Green+Blue) = 141+123+203=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D7BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BCB is #728434. Grayscale: #898989. Windows color (decimal): -7504949 or 13335437. OLE color: 13335437.
HSL color Cylindrical-coordinate representation of color #8D7BCB: hue angle of 253.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D7BCB is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 123 | 203 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.20 |
| HSL | 253.5º | 0.43% | 0.64% | - |
| HSV(B) | 253.5º | 0.39% | 0.8% | - |
| XYZ | 28.85 | 24.14 | 59.64 | - |
| YUV | 137.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 203 | 0.31 | 0.39 | 0 | 0.20 | 253.5 | 0.43 | 0.64 |
| Hex | 8D | 7B | CB | 1F | 27 | 0 | 14 | FE | 2B | 40 |
| Octal | 215 | 173 | 313 | 37 | 47 | 0 | 24 | 376 | 53 | 100 |
| Binary | 10001101 | 1111011 | 11001011 | 11111 | 100111 | 0 | 10100 | 11111110 | 101011 | 1000000 |
Color Harmonies of #8D7BCB
Complementary color
Monochromatic Colors of #8D7BCB
Black with #8D7BCB
Text Example
Text Example
White with #8D7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BCB; }
p { color: rgb(141,123,203); }
H1.HeaderClassName
{
color: #8D7BCB;
}
.AnyTagClassName
{
color: #8D7BCB;
}
</style>
background-color css
<style>
a { background-color: #8D7BCB; }
a { background-color: rgb(141,123,203); }
div.DivClassName
{
background-color: #8D7BCB;
}
.BgClassName
{
background-color: #8D7BCB;
}
</style>
border-color css
<style>
span { border-color: #8D7BCB; }
span { border-color: rgb(141,123,203); }
td.TdClassName
{
border-color: #8D7BCB;
}
.TagClassName
{
border-color: #8D7BCB;
}
</style>