Shades of Medium Purple #8F6CEC
Tints of Medium Purple #8F6CEC
RGB
CMYK
RGB Variations
Color information
#8F6CEC (or 0x8F6CEC) is known color: Medium Purple. HEX triplet: 8F, 6C and EC. RGB value is (143,108,236). Sum of RGB (Red+Green+Blue) = 143+108+236=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F6CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6CEC is #709313. Grayscale: #848484. Windows color (decimal): -7377684 or 15494287. OLE color: 15494287.
HSL color Cylindrical-coordinate representation of color #8F6CEC: hue angle of 256.41º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F6CEC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 108 | 236 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.07 |
| HSL | 256.41º | 0.77% | 0.67% | - |
| HSV(B) | 256.41º | 0.54% | 0.93% | - |
| XYZ | 31.83 | 22.62 | 82.05 | - |
| YUV | 133.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 236 | 0.39 | 0.54 | 0 | 0.07 | 256.41 | 0.77 | 0.67 |
| Hex | 8F | 6C | EC | 27 | 36 | 0 | 7 | 100 | 4D | 43 |
| Octal | 217 | 154 | 354 | 47 | 66 | 0 | 7 | 400 | 115 | 103 |
| Binary | 10001111 | 1101100 | 11101100 | 100111 | 110110 | 0 | 111 | 100000000 | 1001101 | 1000011 |
Color Harmonies of #8F6CEC
Complementary color
Monochromatic Colors of #8F6CEC
Black with #8F6CEC
Text Example
Text Example
White with #8F6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CEC; }
p { color: rgb(143,108,236); }
H1.HeaderClassName
{
color: #8F6CEC;
}
.AnyTagClassName
{
color: #8F6CEC;
}
</style>
background-color css
<style>
a { background-color: #8F6CEC; }
a { background-color: rgb(143,108,236); }
div.DivClassName
{
background-color: #8F6CEC;
}
.BgClassName
{
background-color: #8F6CEC;
}
</style>
border-color css
<style>
span { border-color: #8F6CEC; }
span { border-color: rgb(143,108,236); }
td.TdClassName
{
border-color: #8F6CEC;
}
.TagClassName
{
border-color: #8F6CEC;
}
</style>