Shades of Medium Purple #8F6EDB
Tints of Medium Purple #8F6EDB
RGB
CMYK
RGB Variations
Color information
#8F6EDB (or 0x8F6EDB) is known color: Medium Purple. HEX triplet: 8F, 6E and DB. RGB value is (143,110,219). Sum of RGB (Red+Green+Blue) = 143+110+219=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6EDB is #709124. Grayscale: #838383. Windows color (decimal): -7377189 or 14380687. OLE color: 14380687.
HSL color Cylindrical-coordinate representation of color #8F6EDB: hue angle of 258.17º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F6EDB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 110 | 219 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.14 |
| HSL | 258.17º | 0.6% | 0.65% | - |
| HSV(B) | 258.17º | 0.5% | 0.86% | - |
| XYZ | 29.69 | 22.11 | 69.72 | - |
| YUV | 132.29 | 176.93 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 219 | 0.35 | 0.50 | 0 | 0.14 | 258.17 | 0.6 | 0.65 |
| Hex | 8F | 6E | DB | 23 | 32 | 0 | E | 102 | 3C | 41 |
| Octal | 217 | 156 | 333 | 43 | 62 | 0 | 16 | 402 | 74 | 101 |
| Binary | 10001111 | 1101110 | 11011011 | 100011 | 110010 | 0 | 1110 | 100000010 | 111100 | 1000001 |
Color Harmonies of #8F6EDB
Complementary color
Monochromatic Colors of #8F6EDB
Black with #8F6EDB
Text Example
Text Example
White with #8F6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6EDB; }
p { color: rgb(143,110,219); }
H1.HeaderClassName
{
color: #8F6EDB;
}
.AnyTagClassName
{
color: #8F6EDB;
}
</style>
background-color css
<style>
a { background-color: #8F6EDB; }
a { background-color: rgb(143,110,219); }
div.DivClassName
{
background-color: #8F6EDB;
}
.BgClassName
{
background-color: #8F6EDB;
}
</style>
border-color css
<style>
span { border-color: #8F6EDB; }
span { border-color: rgb(143,110,219); }
td.TdClassName
{
border-color: #8F6EDB;
}
.TagClassName
{
border-color: #8F6EDB;
}
</style>