Shades of True V #8D78CB
Tints of True V #8D78CB
RGB
CMYK
RGB Variations
Color information
#8D78CB (or 0x8D78CB) is known color: True V. HEX triplet: 8D, 78 and CB. RGB value is (141,120,203). Sum of RGB (Red+Green+Blue) = 141+120+203=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D78CB is #728734. Grayscale: #878787. Windows color (decimal): -7505717 or 13334669. OLE color: 13334669.
HSL color Cylindrical-coordinate representation of color #8D78CB: hue angle of 255.18º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D78CB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 120 | 203 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.20 |
| HSL | 255.18º | 0.44% | 0.63% | - |
| HSV(B) | 255.18º | 0.41% | 0.8% | - |
| XYZ | 28.48 | 23.41 | 59.52 | - |
| YUV | 135.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 203 | 0.31 | 0.41 | 0 | 0.20 | 255.18 | 0.44 | 0.63 |
| Hex | 8D | 78 | CB | 1F | 29 | 0 | 14 | FF | 2C | 3F |
| Octal | 215 | 170 | 313 | 37 | 51 | 0 | 24 | 377 | 54 | 77 |
| Binary | 10001101 | 1111000 | 11001011 | 11111 | 101001 | 0 | 10100 | 11111111 | 101100 | 111111 |
Color Harmonies of #8D78CB
Complementary color
Monochromatic Colors of #8D78CB
Black with #8D78CB
Text Example
Text Example
White with #8D78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78CB; }
p { color: rgb(141,120,203); }
H1.HeaderClassName
{
color: #8D78CB;
}
.AnyTagClassName
{
color: #8D78CB;
}
</style>
background-color css
<style>
a { background-color: #8D78CB; }
a { background-color: rgb(141,120,203); }
div.DivClassName
{
background-color: #8D78CB;
}
.BgClassName
{
background-color: #8D78CB;
}
</style>
border-color css
<style>
span { border-color: #8D78CB; }
span { border-color: rgb(141,120,203); }
td.TdClassName
{
border-color: #8D78CB;
}
.TagClassName
{
border-color: #8D78CB;
}
</style>