Shades of Medium Purple #8F6FE0
Tints of Medium Purple #8F6FE0
RGB
CMYK
RGB Variations
Color information
#8F6FE0 (or 0x8F6FE0) is known color: Medium Purple. HEX triplet: 8F, 6F and E0. RGB value is (143,111,224). Sum of RGB (Red+Green+Blue) = 143+111+224=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6FE0 is #70901F. Grayscale: #858585. Windows color (decimal): -7376928 or 14708623. OLE color: 14708623.
HSL color Cylindrical-coordinate representation of color #8F6FE0: hue angle of 256.99º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F6FE0 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 111 | 224 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.12 |
| HSL | 256.99º | 0.65% | 0.66% | - |
| HSV(B) | 256.99º | 0.5% | 0.88% | - |
| XYZ | 30.47 | 22.59 | 73.28 | - |
| YUV | 133.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 111 | 224 | 0.36 | 0.50 | 0 | 0.12 | 256.99 | 0.65 | 0.66 |
| Hex | 8F | 6F | E0 | 24 | 32 | 0 | C | 101 | 41 | 42 |
| Octal | 217 | 157 | 340 | 44 | 62 | 0 | 14 | 401 | 101 | 102 |
| Binary | 10001111 | 1101111 | 11100000 | 100100 | 110010 | 0 | 1100 | 100000001 | 1000001 | 1000010 |
Color Harmonies of #8F6FE0
Complementary color
Monochromatic Colors of #8F6FE0
Black with #8F6FE0
Text Example
Text Example
White with #8F6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6FE0; }
p { color: rgb(143,111,224); }
H1.HeaderClassName
{
color: #8F6FE0;
}
.AnyTagClassName
{
color: #8F6FE0;
}
</style>
background-color css
<style>
a { background-color: #8F6FE0; }
a { background-color: rgb(143,111,224); }
div.DivClassName
{
background-color: #8F6FE0;
}
.BgClassName
{
background-color: #8F6FE0;
}
</style>
border-color css
<style>
span { border-color: #8F6FE0; }
span { border-color: rgb(143,111,224); }
td.TdClassName
{
border-color: #8F6FE0;
}
.TagClassName
{
border-color: #8F6FE0;
}
</style>