Shades of Medium Purple #8F6FDC
Tints of Medium Purple #8F6FDC
RGB
CMYK
RGB Variations
Color information
#8F6FDC (or 0x8F6FDC) is known color: Medium Purple. HEX triplet: 8F, 6F and DC. RGB value is (143,111,220). Sum of RGB (Red+Green+Blue) = 143+111+220=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6FDC is #709023. Grayscale: #848484. Windows color (decimal): -7376932 or 14446479. OLE color: 14446479.
HSL color Cylindrical-coordinate representation of color #8F6FDC: hue angle of 257.61º degrees, saturation: 0.61, 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 #8F6FDC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 111 | 220 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.14 |
| HSL | 257.61º | 0.61% | 0.65% | - |
| HSV(B) | 257.61º | 0.5% | 0.86% | - |
| XYZ | 29.93 | 22.38 | 70.45 | - |
| YUV | 132.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 111 | 220 | 0.35 | 0.50 | 0 | 0.14 | 257.61 | 0.61 | 0.65 |
| Hex | 8F | 6F | DC | 23 | 32 | 0 | E | 102 | 3D | 41 |
| Octal | 217 | 157 | 334 | 43 | 62 | 0 | 16 | 402 | 75 | 101 |
| Binary | 10001111 | 1101111 | 11011100 | 100011 | 110010 | 0 | 1110 | 100000010 | 111101 | 1000001 |
Color Harmonies of #8F6FDC
Complementary color
Monochromatic Colors of #8F6FDC
Black with #8F6FDC
Text Example
Text Example
White with #8F6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6FDC; }
p { color: rgb(143,111,220); }
H1.HeaderClassName
{
color: #8F6FDC;
}
.AnyTagClassName
{
color: #8F6FDC;
}
</style>
background-color css
<style>
a { background-color: #8F6FDC; }
a { background-color: rgb(143,111,220); }
div.DivClassName
{
background-color: #8F6FDC;
}
.BgClassName
{
background-color: #8F6FDC;
}
</style>
border-color css
<style>
span { border-color: #8F6FDC; }
span { border-color: rgb(143,111,220); }
td.TdClassName
{
border-color: #8F6FDC;
}
.TagClassName
{
border-color: #8F6FDC;
}
</style>