Shades of Medium Purple #8F6BEE
Tints of Medium Purple #8F6BEE
RGB
CMYK
RGB Variations
Color information
#8F6BEE (or 0x8F6BEE) is known color: Medium Purple. HEX triplet: 8F, 6B and EE. RGB value is (143,107,238). Sum of RGB (Red+Green+Blue) = 143+107+238=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F6BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BEE is #709411. Grayscale: #848484. Windows color (decimal): -7377938 or 15625103. OLE color: 15625103.
HSL color Cylindrical-coordinate representation of color #8F6BEE: hue angle of 256.49º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6BEE is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 107 | 238 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.07 |
| HSL | 256.49º | 0.79% | 0.68% | - |
| HSV(B) | 256.49º | 0.55% | 0.93% | - |
| XYZ | 32.02 | 22.53 | 83.55 | - |
| YUV | 132.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 238 | 0.40 | 0.55 | 0 | 0.07 | 256.49 | 0.79 | 0.68 |
| Hex | 8F | 6B | EE | 28 | 37 | 0 | 7 | 100 | 4F | 44 |
| Octal | 217 | 153 | 356 | 50 | 67 | 0 | 7 | 400 | 117 | 104 |
| Binary | 10001111 | 1101011 | 11101110 | 101000 | 110111 | 0 | 111 | 100000000 | 1001111 | 1000100 |
Color Harmonies of #8F6BEE
Complementary color
Monochromatic Colors of #8F6BEE
Black with #8F6BEE
Text Example
Text Example
White with #8F6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6BEE; }
p { color: rgb(143,107,238); }
H1.HeaderClassName
{
color: #8F6BEE;
}
.AnyTagClassName
{
color: #8F6BEE;
}
</style>
background-color css
<style>
a { background-color: #8F6BEE; }
a { background-color: rgb(143,107,238); }
div.DivClassName
{
background-color: #8F6BEE;
}
.BgClassName
{
background-color: #8F6BEE;
}
</style>
border-color css
<style>
span { border-color: #8F6BEE; }
span { border-color: rgb(143,107,238); }
td.TdClassName
{
border-color: #8F6BEE;
}
.TagClassName
{
border-color: #8F6BEE;
}
</style>