Shades of True V #8E6CD1
Tints of True V #8E6CD1
RGB
CMYK
RGB Variations
Color information
#8E6CD1 (or 0x8E6CD1) is known color: True V. HEX triplet: 8E, 6C and D1. RGB value is (142,108,209). Sum of RGB (Red+Green+Blue) = 142+108+209=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E6CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CD1 is #71932E. Grayscale: #818181. Windows color (decimal): -7443247 or 13724814. OLE color: 13724814.
HSL color Cylindrical-coordinate representation of color #8E6CD1: hue angle of 260.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E6CD1 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 108 | 209 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.18 |
| HSL | 260.2º | 0.52% | 0.62% | - |
| HSV(B) | 260.2º | 0.48% | 0.82% | - |
| XYZ | 28.03 | 21.08 | 62.91 | - |
| YUV | 129.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 209 | 0.32 | 0.48 | 0 | 0.18 | 260.2 | 0.52 | 0.62 |
| Hex | 8E | 6C | D1 | 20 | 30 | 0 | 12 | 104 | 34 | 3E |
| Octal | 216 | 154 | 321 | 40 | 60 | 0 | 22 | 404 | 64 | 76 |
| Binary | 10001110 | 1101100 | 11010001 | 100000 | 110000 | 0 | 10010 | 100000100 | 110100 | 111110 |
Color Harmonies of #8E6CD1
Complementary color
Monochromatic Colors of #8E6CD1
Black with #8E6CD1
Text Example
Text Example
White with #8E6CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CD1; }
p { color: rgb(142,108,209); }
H1.HeaderClassName
{
color: #8E6CD1;
}
.AnyTagClassName
{
color: #8E6CD1;
}
</style>
background-color css
<style>
a { background-color: #8E6CD1; }
a { background-color: rgb(142,108,209); }
div.DivClassName
{
background-color: #8E6CD1;
}
.BgClassName
{
background-color: #8E6CD1;
}
</style>
border-color css
<style>
span { border-color: #8E6CD1; }
span { border-color: rgb(142,108,209); }
td.TdClassName
{
border-color: #8E6CD1;
}
.TagClassName
{
border-color: #8E6CD1;
}
</style>