Shades of Medium Purple #8F69D1
Tints of Medium Purple #8F69D1
RGB
CMYK
RGB Variations
Color information
#8F69D1 (or 0x8F69D1) is known color: Medium Purple. HEX triplet: 8F, 69 and D1. RGB value is (143,105,209). Sum of RGB (Red+Green+Blue) = 143+105+209=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F69D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69D1 is #70962E. Grayscale: #7F7F7F. Windows color (decimal): -7378479 or 13724047. OLE color: 13724047.
HSL color Cylindrical-coordinate representation of color #8F69D1: hue angle of 261.92º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F69D1 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 105 | 209 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.18 |
| HSL | 261.92º | 0.53% | 0.62% | - |
| HSV(B) | 261.92º | 0.5% | 0.82% | - |
| XYZ | 27.89 | 20.55 | 62.82 | - |
| YUV | 128.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 209 | 0.32 | 0.50 | 0 | 0.18 | 261.92 | 0.53 | 0.62 |
| Hex | 8F | 69 | D1 | 20 | 32 | 0 | 12 | 106 | 35 | 3E |
| Octal | 217 | 151 | 321 | 40 | 62 | 0 | 22 | 406 | 65 | 76 |
| Binary | 10001111 | 1101001 | 11010001 | 100000 | 110010 | 0 | 10010 | 100000110 | 110101 | 111110 |
Color Harmonies of #8F69D1
Complementary color
Monochromatic Colors of #8F69D1
Black with #8F69D1
Text Example
Text Example
White with #8F69D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69D1; }
p { color: rgb(143,105,209); }
H1.HeaderClassName
{
color: #8F69D1;
}
.AnyTagClassName
{
color: #8F69D1;
}
</style>
background-color css
<style>
a { background-color: #8F69D1; }
a { background-color: rgb(143,105,209); }
div.DivClassName
{
background-color: #8F69D1;
}
.BgClassName
{
background-color: #8F69D1;
}
</style>
border-color css
<style>
span { border-color: #8F69D1; }
span { border-color: rgb(143,105,209); }
td.TdClassName
{
border-color: #8F69D1;
}
.TagClassName
{
border-color: #8F69D1;
}
</style>