Shades of True V #8E74CB
Tints of True V #8E74CB
RGB
CMYK
RGB Variations
Color information
#8E74CB (or 0x8E74CB) is known color: True V. HEX triplet: 8E, 74 and CB. RGB value is (142,116,203). Sum of RGB (Red+Green+Blue) = 142+116+203=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74CB is #718B34. Grayscale: #858585. Windows color (decimal): -7441205 or 13333646. OLE color: 13333646.
HSL color Cylindrical-coordinate representation of color #8E74CB: hue angle of 257.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E74CB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 116 | 203 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.20 |
| HSL | 257.93º | 0.46% | 0.63% | - |
| HSV(B) | 257.93º | 0.43% | 0.8% | - |
| XYZ | 28.18 | 22.55 | 59.37 | - |
| YUV | 133.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 203 | 0.30 | 0.43 | 0 | 0.20 | 257.93 | 0.46 | 0.63 |
| Hex | 8E | 74 | CB | 1E | 2B | 0 | 14 | 102 | 2E | 3F |
| Octal | 216 | 164 | 313 | 36 | 53 | 0 | 24 | 402 | 56 | 77 |
| Binary | 10001110 | 1110100 | 11001011 | 11110 | 101011 | 0 | 10100 | 100000010 | 101110 | 111111 |
Color Harmonies of #8E74CB
Complementary color
Monochromatic Colors of #8E74CB
Black with #8E74CB
Text Example
Text Example
White with #8E74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E74CB; }
p { color: rgb(142,116,203); }
H1.HeaderClassName
{
color: #8E74CB;
}
.AnyTagClassName
{
color: #8E74CB;
}
</style>
background-color css
<style>
a { background-color: #8E74CB; }
a { background-color: rgb(142,116,203); }
div.DivClassName
{
background-color: #8E74CB;
}
.BgClassName
{
background-color: #8E74CB;
}
</style>
border-color css
<style>
span { border-color: #8E74CB; }
span { border-color: rgb(142,116,203); }
td.TdClassName
{
border-color: #8E74CB;
}
.TagClassName
{
border-color: #8E74CB;
}
</style>