Shades of Medium Purple #8C6BEB
Tints of Medium Purple #8C6BEB
RGB
CMYK
RGB Variations
Color information
#8C6BEB (or 0x8C6BEB) is known color: Medium Purple. HEX triplet: 8C, 6B and EB. RGB value is (140,107,235). Sum of RGB (Red+Green+Blue) = 140+107+235=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C6BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BEB is #739414. Grayscale: #828282. Windows color (decimal): -7574549 or 15428492. OLE color: 15428492.
HSL color Cylindrical-coordinate representation of color #8C6BEB: hue angle of 255.47º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6BEB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 107 | 235 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.08 |
| HSL | 255.47º | 0.76% | 0.67% | - |
| HSV(B) | 255.47º | 0.54% | 0.92% | - |
| XYZ | 31.07 | 22.09 | 81.22 | - |
| YUV | 131.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 235 | 0.40 | 0.54 | 0 | 0.08 | 255.47 | 0.76 | 0.67 |
| Hex | 8C | 6B | EB | 28 | 36 | 0 | 8 | FF | 4C | 43 |
| Octal | 214 | 153 | 353 | 50 | 66 | 0 | 10 | 377 | 114 | 103 |
| Binary | 10001100 | 1101011 | 11101011 | 101000 | 110110 | 0 | 1000 | 11111111 | 1001100 | 1000011 |
Color Harmonies of #8C6BEB
Complementary color
Monochromatic Colors of #8C6BEB
Black with #8C6BEB
Text Example
Text Example
White with #8C6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BEB; }
p { color: rgb(140,107,235); }
H1.HeaderClassName
{
color: #8C6BEB;
}
.AnyTagClassName
{
color: #8C6BEB;
}
</style>
background-color css
<style>
a { background-color: #8C6BEB; }
a { background-color: rgb(140,107,235); }
div.DivClassName
{
background-color: #8C6BEB;
}
.BgClassName
{
background-color: #8C6BEB;
}
</style>
border-color css
<style>
span { border-color: #8C6BEB; }
span { border-color: rgb(140,107,235); }
td.TdClassName
{
border-color: #8C6BEB;
}
.TagClassName
{
border-color: #8C6BEB;
}
</style>