Shades of Medium Purple #8F6CEF
Tints of Medium Purple #8F6CEF
RGB
CMYK
RGB Variations
Color information
#8F6CEF (or 0x8F6CEF) is known color: Medium Purple. HEX triplet: 8F, 6C and EF. RGB value is (143,108,239). Sum of RGB (Red+Green+Blue) = 143+108+239=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F6CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6CEF is #709310. Grayscale: #848484. Windows color (decimal): -7377681 or 15690895. OLE color: 15690895.
HSL color Cylindrical-coordinate representation of color #8F6CEF: hue angle of 256.03º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6CEF is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 108 | 239 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.06 |
| HSL | 256.03º | 0.8% | 0.68% | - |
| HSV(B) | 256.03º | 0.55% | 0.94% | - |
| XYZ | 32.27 | 22.8 | 84.36 | - |
| YUV | 133.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 239 | 0.40 | 0.55 | 0 | 0.06 | 256.03 | 0.8 | 0.68 |
| Hex | 8F | 6C | EF | 28 | 37 | 0 | 6 | 100 | 50 | 44 |
| Octal | 217 | 154 | 357 | 50 | 67 | 0 | 6 | 400 | 120 | 104 |
| Binary | 10001111 | 1101100 | 11101111 | 101000 | 110111 | 0 | 110 | 100000000 | 1010000 | 1000100 |
Color Harmonies of #8F6CEF
Complementary color
Monochromatic Colors of #8F6CEF
Black with #8F6CEF
Text Example
Text Example
White with #8F6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CEF; }
p { color: rgb(143,108,239); }
H1.HeaderClassName
{
color: #8F6CEF;
}
.AnyTagClassName
{
color: #8F6CEF;
}
</style>
background-color css
<style>
a { background-color: #8F6CEF; }
a { background-color: rgb(143,108,239); }
div.DivClassName
{
background-color: #8F6CEF;
}
.BgClassName
{
background-color: #8F6CEF;
}
</style>
border-color css
<style>
span { border-color: #8F6CEF; }
span { border-color: rgb(143,108,239); }
td.TdClassName
{
border-color: #8F6CEF;
}
.TagClassName
{
border-color: #8F6CEF;
}
</style>