Shades of Medium Purple #8F69D6
Tints of Medium Purple #8F69D6
RGB
CMYK
RGB Variations
Color information
#8F69D6 (or 0x8F69D6) is known color: Medium Purple. HEX triplet: 8F, 69 and D6. RGB value is (143,105,214). Sum of RGB (Red+Green+Blue) = 143+105+214=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F69D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69D6 is #709629. Grayscale: #808080. Windows color (decimal): -7378474 or 14051727. OLE color: 14051727.
HSL color Cylindrical-coordinate representation of color #8F69D6: hue angle of 260.92º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F69D6 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 105 | 214 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.16 |
| HSL | 260.92º | 0.57% | 0.63% | - |
| HSV(B) | 260.92º | 0.51% | 0.84% | - |
| XYZ | 28.52 | 20.8 | 66.13 | - |
| YUV | 128.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 214 | 0.33 | 0.51 | 0 | 0.16 | 260.92 | 0.57 | 0.63 |
| Hex | 8F | 69 | D6 | 21 | 33 | 0 | 10 | 105 | 39 | 3F |
| Octal | 217 | 151 | 326 | 41 | 63 | 0 | 20 | 405 | 71 | 77 |
| Binary | 10001111 | 1101001 | 11010110 | 100001 | 110011 | 0 | 10000 | 100000101 | 111001 | 111111 |
Color Harmonies of #8F69D6
Complementary color
Monochromatic Colors of #8F69D6
Black with #8F69D6
Text Example
Text Example
White with #8F69D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69D6; }
p { color: rgb(143,105,214); }
H1.HeaderClassName
{
color: #8F69D6;
}
.AnyTagClassName
{
color: #8F69D6;
}
</style>
background-color css
<style>
a { background-color: #8F69D6; }
a { background-color: rgb(143,105,214); }
div.DivClassName
{
background-color: #8F69D6;
}
.BgClassName
{
background-color: #8F69D6;
}
</style>
border-color css
<style>
span { border-color: #8F69D6; }
span { border-color: rgb(143,105,214); }
td.TdClassName
{
border-color: #8F69D6;
}
.TagClassName
{
border-color: #8F69D6;
}
</style>