Shades of Medium Purple #8F6FDB
Tints of Medium Purple #8F6FDB
RGB
CMYK
RGB Variations
Color information
#8F6FDB (or 0x8F6FDB) is known color: Medium Purple. HEX triplet: 8F, 6F and DB. RGB value is (143,111,219). Sum of RGB (Red+Green+Blue) = 143+111+219=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6FDB is #709024. Grayscale: #848484. Windows color (decimal): -7376933 or 14380943. OLE color: 14380943.
HSL color Cylindrical-coordinate representation of color #8F6FDB: hue angle of 257.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F6FDB is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 111 | 219 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.14 |
| HSL | 257.78º | 0.6% | 0.65% | - |
| HSV(B) | 257.78º | 0.49% | 0.86% | - |
| XYZ | 29.8 | 22.32 | 69.76 | - |
| YUV | 132.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 111 | 219 | 0.35 | 0.49 | 0 | 0.14 | 257.78 | 0.6 | 0.65 |
| Hex | 8F | 6F | DB | 23 | 31 | 0 | E | 102 | 3C | 41 |
| Octal | 217 | 157 | 333 | 43 | 61 | 0 | 16 | 402 | 74 | 101 |
| Binary | 10001111 | 1101111 | 11011011 | 100011 | 110001 | 0 | 1110 | 100000010 | 111100 | 1000001 |
Color Harmonies of #8F6FDB
Complementary color
Monochromatic Colors of #8F6FDB
Black with #8F6FDB
Text Example
Text Example
White with #8F6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6FDB; }
p { color: rgb(143,111,219); }
H1.HeaderClassName
{
color: #8F6FDB;
}
.AnyTagClassName
{
color: #8F6FDB;
}
</style>
background-color css
<style>
a { background-color: #8F6FDB; }
a { background-color: rgb(143,111,219); }
div.DivClassName
{
background-color: #8F6FDB;
}
.BgClassName
{
background-color: #8F6FDB;
}
</style>
border-color css
<style>
span { border-color: #8F6FDB; }
span { border-color: rgb(143,111,219); }
td.TdClassName
{
border-color: #8F6FDB;
}
.TagClassName
{
border-color: #8F6FDB;
}
</style>