Shades of Medium Purple #8F69EF
Tints of Medium Purple #8F69EF
RGB
CMYK
RGB Variations
Color information
#8F69EF (or 0x8F69EF) is known color: Medium Purple. HEX triplet: 8F, 69 and EF. RGB value is (143,105,239). Sum of RGB (Red+Green+Blue) = 143+105+239=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F69EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69EF is #709610. Grayscale: #838383. Windows color (decimal): -7378449 or 15690127. OLE color: 15690127.
HSL color Cylindrical-coordinate representation of color #8F69EF: hue angle of 257.01º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F69EF is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 105 | 239 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.06 |
| HSL | 257.01º | 0.81% | 0.67% | - |
| HSV(B) | 257.01º | 0.56% | 0.94% | - |
| XYZ | 31.96 | 22.17 | 84.26 | - |
| YUV | 131.64 | 188.59 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 239 | 0.40 | 0.56 | 0 | 0.06 | 257.01 | 0.81 | 0.67 |
| Hex | 8F | 69 | EF | 28 | 38 | 0 | 6 | 101 | 51 | 43 |
| Octal | 217 | 151 | 357 | 50 | 70 | 0 | 6 | 401 | 121 | 103 |
| Binary | 10001111 | 1101001 | 11101111 | 101000 | 111000 | 0 | 110 | 100000001 | 1010001 | 1000011 |
Color Harmonies of #8F69EF
Complementary color
Monochromatic Colors of #8F69EF
Black with #8F69EF
Text Example
Text Example
White with #8F69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69EF; }
p { color: rgb(143,105,239); }
H1.HeaderClassName
{
color: #8F69EF;
}
.AnyTagClassName
{
color: #8F69EF;
}
</style>
background-color css
<style>
a { background-color: #8F69EF; }
a { background-color: rgb(143,105,239); }
div.DivClassName
{
background-color: #8F69EF;
}
.BgClassName
{
background-color: #8F69EF;
}
</style>
border-color css
<style>
span { border-color: #8F69EF; }
span { border-color: rgb(143,105,239); }
td.TdClassName
{
border-color: #8F69EF;
}
.TagClassName
{
border-color: #8F69EF;
}
</style>