Shades of Medium Purple #8C6CEB
Tints of Medium Purple #8C6CEB
RGB
CMYK
RGB Variations
Color information
#8C6CEB (or 0x8C6CEB) is known color: Medium Purple. HEX triplet: 8C, 6C and EB. RGB value is (140,108,235). Sum of RGB (Red+Green+Blue) = 140+108+235=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C6CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6CEB is #739314. Grayscale: #838383. Windows color (decimal): -7574293 or 15428748. OLE color: 15428748.
HSL color Cylindrical-coordinate representation of color #8C6CEB: hue angle of 255.12º 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 #8C6CEB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 108 | 235 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.08 |
| HSL | 255.12º | 0.76% | 0.67% | - |
| HSV(B) | 255.12º | 0.54% | 0.92% | - |
| XYZ | 31.17 | 22.3 | 81.26 | - |
| YUV | 132.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 235 | 0.40 | 0.54 | 0 | 0.08 | 255.12 | 0.76 | 0.67 |
| Hex | 8C | 6C | EB | 28 | 36 | 0 | 8 | FF | 4C | 43 |
| Octal | 214 | 154 | 353 | 50 | 66 | 0 | 10 | 377 | 114 | 103 |
| Binary | 10001100 | 1101100 | 11101011 | 101000 | 110110 | 0 | 1000 | 11111111 | 1001100 | 1000011 |
Color Harmonies of #8C6CEB
Complementary color
Monochromatic Colors of #8C6CEB
Black with #8C6CEB
Text Example
Text Example
White with #8C6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CEB; }
p { color: rgb(140,108,235); }
H1.HeaderClassName
{
color: #8C6CEB;
}
.AnyTagClassName
{
color: #8C6CEB;
}
</style>
background-color css
<style>
a { background-color: #8C6CEB; }
a { background-color: rgb(140,108,235); }
div.DivClassName
{
background-color: #8C6CEB;
}
.BgClassName
{
background-color: #8C6CEB;
}
</style>
border-color css
<style>
span { border-color: #8C6CEB; }
span { border-color: rgb(140,108,235); }
td.TdClassName
{
border-color: #8C6CEB;
}
.TagClassName
{
border-color: #8C6CEB;
}
</style>