Shades of Medium Purple #8F69D7
Tints of Medium Purple #8F69D7
RGB
CMYK
RGB Variations
Color information
#8F69D7 (or 0x8F69D7) is known color: Medium Purple. HEX triplet: 8F, 69 and D7. RGB value is (143,105,215). Sum of RGB (Red+Green+Blue) = 143+105+215=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #8F69D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69D7 is #709628. Grayscale: #808080. Windows color (decimal): -7378473 or 14117263. OLE color: 14117263.
HSL color Cylindrical-coordinate representation of color #8F69D7: hue angle of 260.73º degrees, saturation: 0.58, 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 #8F69D7 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 105 | 215 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.16 |
| HSL | 260.73º | 0.58% | 0.63% | - |
| HSV(B) | 260.73º | 0.51% | 0.84% | - |
| XYZ | 28.65 | 20.85 | 66.8 | - |
| YUV | 128.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 215 | 0.33 | 0.51 | 0 | 0.16 | 260.73 | 0.58 | 0.63 |
| Hex | 8F | 69 | D7 | 21 | 33 | 0 | 10 | 105 | 3A | 3F |
| Octal | 217 | 151 | 327 | 41 | 63 | 0 | 20 | 405 | 72 | 77 |
| Binary | 10001111 | 1101001 | 11010111 | 100001 | 110011 | 0 | 10000 | 100000101 | 111010 | 111111 |
Color Harmonies of #8F69D7
Complementary color
Monochromatic Colors of #8F69D7
Black with #8F69D7
Text Example
Text Example
White with #8F69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69D7; }
p { color: rgb(143,105,215); }
H1.HeaderClassName
{
color: #8F69D7;
}
.AnyTagClassName
{
color: #8F69D7;
}
</style>
background-color css
<style>
a { background-color: #8F69D7; }
a { background-color: rgb(143,105,215); }
div.DivClassName
{
background-color: #8F69D7;
}
.BgClassName
{
background-color: #8F69D7;
}
</style>
border-color css
<style>
span { border-color: #8F69D7; }
span { border-color: rgb(143,105,215); }
td.TdClassName
{
border-color: #8F69D7;
}
.TagClassName
{
border-color: #8F69D7;
}
</style>