Shades of Medium Purple #8F6DDC
Tints of Medium Purple #8F6DDC
RGB
CMYK
RGB Variations
Color information
#8F6DDC (or 0x8F6DDC) is known color: Medium Purple. HEX triplet: 8F, 6D and DC. RGB value is (143,109,220). Sum of RGB (Red+Green+Blue) = 143+109+220=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F6DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DDC is #709223. Grayscale: #838383. Windows color (decimal): -7377444 or 14445967. OLE color: 14445967.
HSL color Cylindrical-coordinate representation of color #8F6DDC: hue angle of 258.38º 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 #8F6DDC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 109 | 220 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.14 |
| HSL | 258.38º | 0.61% | 0.65% | - |
| HSV(B) | 258.38º | 0.5% | 0.86% | - |
| XYZ | 29.71 | 21.94 | 70.38 | - |
| YUV | 131.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 109 | 220 | 0.35 | 0.50 | 0 | 0.14 | 258.38 | 0.61 | 0.65 |
| Hex | 8F | 6D | DC | 23 | 32 | 0 | E | 102 | 3D | 41 |
| Octal | 217 | 155 | 334 | 43 | 62 | 0 | 16 | 402 | 75 | 101 |
| Binary | 10001111 | 1101101 | 11011100 | 100011 | 110010 | 0 | 1110 | 100000010 | 111101 | 1000001 |
Color Harmonies of #8F6DDC
Complementary color
Monochromatic Colors of #8F6DDC
Black with #8F6DDC
Text Example
Text Example
White with #8F6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6DDC; }
p { color: rgb(143,109,220); }
H1.HeaderClassName
{
color: #8F6DDC;
}
.AnyTagClassName
{
color: #8F6DDC;
}
</style>
background-color css
<style>
a { background-color: #8F6DDC; }
a { background-color: rgb(143,109,220); }
div.DivClassName
{
background-color: #8F6DDC;
}
.BgClassName
{
background-color: #8F6DDC;
}
</style>
border-color css
<style>
span { border-color: #8F6DDC; }
span { border-color: rgb(143,109,220); }
td.TdClassName
{
border-color: #8F6DDC;
}
.TagClassName
{
border-color: #8F6DDC;
}
</style>