Shades of True V #8D68CE
Tints of True V #8D68CE
RGB
CMYK
RGB Variations
Color information
#8D68CE (or 0x8D68CE) is known color: True V. HEX triplet: 8D, 68 and CE. RGB value is (141,104,206). Sum of RGB (Red+Green+Blue) = 141+104+206=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D68CE is #729731. Grayscale: #7E7E7E. Windows color (decimal): -7509810 or 13527181. OLE color: 13527181.
HSL color Cylindrical-coordinate representation of color #8D68CE: hue angle of 261.76º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D68CE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 104 | 206 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.19 |
| HSL | 261.76º | 0.51% | 0.61% | - |
| HSV(B) | 261.76º | 0.5% | 0.81% | - |
| XYZ | 27.08 | 20.02 | 60.83 | - |
| YUV | 126.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 206 | 0.32 | 0.50 | 0 | 0.19 | 261.76 | 0.51 | 0.61 |
| Hex | 8D | 68 | CE | 20 | 32 | 0 | 13 | 106 | 33 | 3D |
| Octal | 215 | 150 | 316 | 40 | 62 | 0 | 23 | 406 | 63 | 75 |
| Binary | 10001101 | 1101000 | 11001110 | 100000 | 110010 | 0 | 10011 | 100000110 | 110011 | 111101 |
Color Harmonies of #8D68CE
Complementary color
Monochromatic Colors of #8D68CE
Black with #8D68CE
Text Example
Text Example
White with #8D68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D68CE; }
p { color: rgb(141,104,206); }
H1.HeaderClassName
{
color: #8D68CE;
}
.AnyTagClassName
{
color: #8D68CE;
}
</style>
background-color css
<style>
a { background-color: #8D68CE; }
a { background-color: rgb(141,104,206); }
div.DivClassName
{
background-color: #8D68CE;
}
.BgClassName
{
background-color: #8D68CE;
}
</style>
border-color css
<style>
span { border-color: #8D68CE; }
span { border-color: rgb(141,104,206); }
td.TdClassName
{
border-color: #8D68CE;
}
.TagClassName
{
border-color: #8D68CE;
}
</style>