Shades of Medium Purple #8F69E7
Tints of Medium Purple #8F69E7
RGB
CMYK
RGB Variations
Color information
#8F69E7 (or 0x8F69E7) is known color: Medium Purple. HEX triplet: 8F, 69 and E7. RGB value is (143,105,231). Sum of RGB (Red+Green+Blue) = 143+105+231=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F69E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69E7 is #709618. Grayscale: #828282. Windows color (decimal): -7378457 or 15165839. OLE color: 15165839.
HSL color Cylindrical-coordinate representation of color #8F69E7: hue angle of 258.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F69E7 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 105 | 231 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.09 |
| HSL | 258.1º | 0.72% | 0.66% | - |
| HSV(B) | 258.1º | 0.55% | 0.91% | - |
| XYZ | 30.8 | 21.71 | 78.17 | - |
| YUV | 130.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 231 | 0.38 | 0.55 | 0 | 0.09 | 258.1 | 0.72 | 0.66 |
| Hex | 8F | 69 | E7 | 26 | 37 | 0 | 9 | 102 | 48 | 42 |
| Octal | 217 | 151 | 347 | 46 | 67 | 0 | 11 | 402 | 110 | 102 |
| Binary | 10001111 | 1101001 | 11100111 | 100110 | 110111 | 0 | 1001 | 100000010 | 1001000 | 1000010 |
Color Harmonies of #8F69E7
Complementary color
Monochromatic Colors of #8F69E7
Black with #8F69E7
Text Example
Text Example
White with #8F69E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69E7; }
p { color: rgb(143,105,231); }
H1.HeaderClassName
{
color: #8F69E7;
}
.AnyTagClassName
{
color: #8F69E7;
}
</style>
background-color css
<style>
a { background-color: #8F69E7; }
a { background-color: rgb(143,105,231); }
div.DivClassName
{
background-color: #8F69E7;
}
.BgClassName
{
background-color: #8F69E7;
}
</style>
border-color css
<style>
span { border-color: #8F69E7; }
span { border-color: rgb(143,105,231); }
td.TdClassName
{
border-color: #8F69E7;
}
.TagClassName
{
border-color: #8F69E7;
}
</style>