Shades of Medium Purple #8F6BEA
Tints of Medium Purple #8F6BEA
RGB
CMYK
RGB Variations
Color information
#8F6BEA (or 0x8F6BEA) is known color: Medium Purple. HEX triplet: 8F, 6B and EA. RGB value is (143,107,234). Sum of RGB (Red+Green+Blue) = 143+107+234=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BEA is #709415. Grayscale: #838383. Windows color (decimal): -7377942 or 15362959. OLE color: 15362959.
HSL color Cylindrical-coordinate representation of color #8F6BEA: hue angle of 257.01º degrees, saturation: 0.75, 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 #8F6BEA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 107 | 234 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.08 |
| HSL | 257.01º | 0.75% | 0.67% | - |
| HSV(B) | 257.01º | 0.54% | 0.92% | - |
| XYZ | 31.44 | 22.3 | 80.49 | - |
| YUV | 132.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 234 | 0.39 | 0.54 | 0 | 0.08 | 257.01 | 0.75 | 0.67 |
| Hex | 8F | 6B | EA | 27 | 36 | 0 | 8 | 101 | 4B | 43 |
| Octal | 217 | 153 | 352 | 47 | 66 | 0 | 10 | 401 | 113 | 103 |
| Binary | 10001111 | 1101011 | 11101010 | 100111 | 110110 | 0 | 1000 | 100000001 | 1001011 | 1000011 |
Color Harmonies of #8F6BEA
Complementary color
Monochromatic Colors of #8F6BEA
Black with #8F6BEA
Text Example
Text Example
White with #8F6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6BEA; }
p { color: rgb(143,107,234); }
H1.HeaderClassName
{
color: #8F6BEA;
}
.AnyTagClassName
{
color: #8F6BEA;
}
</style>
background-color css
<style>
a { background-color: #8F6BEA; }
a { background-color: rgb(143,107,234); }
div.DivClassName
{
background-color: #8F6BEA;
}
.BgClassName
{
background-color: #8F6BEA;
}
</style>
border-color css
<style>
span { border-color: #8F6BEA; }
span { border-color: rgb(143,107,234); }
td.TdClassName
{
border-color: #8F6BEA;
}
.TagClassName
{
border-color: #8F6BEA;
}
</style>