Shades of Medium Purple #8C6CE9
Tints of Medium Purple #8C6CE9
RGB
CMYK
RGB Variations
Color information
#8C6CE9 (or 0x8C6CE9) is known color: Medium Purple. HEX triplet: 8C, 6C and E9. RGB value is (140,108,233). Sum of RGB (Red+Green+Blue) = 140+108+233=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C6CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6CE9 is #739316. Grayscale: #838383. Windows color (decimal): -7574295 or 15297676. OLE color: 15297676.
HSL color Cylindrical-coordinate representation of color #8C6CE9: hue angle of 255.36º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6CE9 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 108 | 233 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.09 |
| HSL | 255.36º | 0.74% | 0.67% | - |
| HSV(B) | 255.36º | 0.54% | 0.91% | - |
| XYZ | 30.89 | 22.18 | 79.74 | - |
| YUV | 131.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 233 | 0.40 | 0.54 | 0 | 0.09 | 255.36 | 0.74 | 0.67 |
| Hex | 8C | 6C | E9 | 28 | 36 | 0 | 9 | FF | 4A | 43 |
| Octal | 214 | 154 | 351 | 50 | 66 | 0 | 11 | 377 | 112 | 103 |
| Binary | 10001100 | 1101100 | 11101001 | 101000 | 110110 | 0 | 1001 | 11111111 | 1001010 | 1000011 |
Color Harmonies of #8C6CE9
Complementary color
Monochromatic Colors of #8C6CE9
Black with #8C6CE9
Text Example
Text Example
White with #8C6CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CE9; }
p { color: rgb(140,108,233); }
H1.HeaderClassName
{
color: #8C6CE9;
}
.AnyTagClassName
{
color: #8C6CE9;
}
</style>
background-color css
<style>
a { background-color: #8C6CE9; }
a { background-color: rgb(140,108,233); }
div.DivClassName
{
background-color: #8C6CE9;
}
.BgClassName
{
background-color: #8C6CE9;
}
</style>
border-color css
<style>
span { border-color: #8C6CE9; }
span { border-color: rgb(140,108,233); }
td.TdClassName
{
border-color: #8C6CE9;
}
.TagClassName
{
border-color: #8C6CE9;
}
</style>