Shades of Medium Purple #8F5CEF
Tints of Medium Purple #8F5CEF
RGB
CMYK
RGB Variations
Color information
#8F5CEF (or 0x8F5CEF) is known color: Medium Purple. HEX triplet: 8F, 5C and EF. RGB value is (143,92,239). Sum of RGB (Red+Green+Blue) = 143+92+239=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5CEF is #70A310. Grayscale: #7B7B7B. Windows color (decimal): -7381777 or 15686799. OLE color: 15686799.
HSL color Cylindrical-coordinate representation of color #8F5CEF: hue angle of 260.82º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F5CEF is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 92 | 239 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.06 |
| HSL | 260.82º | 0.82% | 0.65% | - |
| HSV(B) | 260.82º | 0.62% | 0.94% | - |
| XYZ | 30.73 | 19.73 | 83.85 | - |
| YUV | 124.01 | 192.9 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 239 | 0.40 | 0.62 | 0 | 0.06 | 260.82 | 0.82 | 0.65 |
| Hex | 8F | 5C | EF | 28 | 3E | 0 | 6 | 105 | 52 | 41 |
| Octal | 217 | 134 | 357 | 50 | 76 | 0 | 6 | 405 | 122 | 101 |
| Binary | 10001111 | 1011100 | 11101111 | 101000 | 111110 | 0 | 110 | 100000101 | 1010010 | 1000001 |
Color Harmonies of #8F5CEF
Complementary color
Monochromatic Colors of #8F5CEF
Black with #8F5CEF
Text Example
Text Example
White with #8F5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5CEF; }
p { color: rgb(143,92,239); }
H1.HeaderClassName
{
color: #8F5CEF;
}
.AnyTagClassName
{
color: #8F5CEF;
}
</style>
background-color css
<style>
a { background-color: #8F5CEF; }
a { background-color: rgb(143,92,239); }
div.DivClassName
{
background-color: #8F5CEF;
}
.BgClassName
{
background-color: #8F5CEF;
}
</style>
border-color css
<style>
span { border-color: #8F5CEF; }
span { border-color: rgb(143,92,239); }
td.TdClassName
{
border-color: #8F5CEF;
}
.TagClassName
{
border-color: #8F5CEF;
}
</style>