Shades of Medium Purple #8C6BE9
Tints of Medium Purple #8C6BE9
RGB
CMYK
RGB Variations
Color information
#8C6BE9 (or 0x8C6BE9) is known color: Medium Purple. HEX triplet: 8C, 6B and E9. RGB value is (140,107,233). Sum of RGB (Red+Green+Blue) = 140+107+233=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C6BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BE9 is #739416. Grayscale: #828282. Windows color (decimal): -7574551 or 15297420. OLE color: 15297420.
HSL color Cylindrical-coordinate representation of color #8C6BE9: hue angle of 255.71º 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 #8C6BE9 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 107 | 233 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.09 |
| HSL | 255.71º | 0.74% | 0.67% | - |
| HSV(B) | 255.71º | 0.54% | 0.91% | - |
| XYZ | 30.78 | 21.97 | 79.71 | - |
| YUV | 131.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 233 | 0.40 | 0.54 | 0 | 0.09 | 255.71 | 0.74 | 0.67 |
| Hex | 8C | 6B | E9 | 28 | 36 | 0 | 9 | 100 | 4A | 43 |
| Octal | 214 | 153 | 351 | 50 | 66 | 0 | 11 | 400 | 112 | 103 |
| Binary | 10001100 | 1101011 | 11101001 | 101000 | 110110 | 0 | 1001 | 100000000 | 1001010 | 1000011 |
Color Harmonies of #8C6BE9
Complementary color
Monochromatic Colors of #8C6BE9
Black with #8C6BE9
Text Example
Text Example
White with #8C6BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BE9; }
p { color: rgb(140,107,233); }
H1.HeaderClassName
{
color: #8C6BE9;
}
.AnyTagClassName
{
color: #8C6BE9;
}
</style>
background-color css
<style>
a { background-color: #8C6BE9; }
a { background-color: rgb(140,107,233); }
div.DivClassName
{
background-color: #8C6BE9;
}
.BgClassName
{
background-color: #8C6BE9;
}
</style>
border-color css
<style>
span { border-color: #8C6BE9; }
span { border-color: rgb(140,107,233); }
td.TdClassName
{
border-color: #8C6BE9;
}
.TagClassName
{
border-color: #8C6BE9;
}
</style>