Shades of Medium Purple #8F69ED
Tints of Medium Purple #8F69ED
RGB
CMYK
RGB Variations
Color information
#8F69ED (or 0x8F69ED) is known color: Medium Purple. HEX triplet: 8F, 69 and ED. RGB value is (143,105,237). Sum of RGB (Red+Green+Blue) = 143+105+237=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69ED is #709612. Grayscale: #828282. Windows color (decimal): -7378451 or 15559055. OLE color: 15559055.
HSL color Cylindrical-coordinate representation of color #8F69ED: hue angle of 257.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F69ED is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 105 | 237 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.07 |
| HSL | 257.27º | 0.79% | 0.67% | - |
| HSV(B) | 257.27º | 0.56% | 0.93% | - |
| XYZ | 31.67 | 22.06 | 82.71 | - |
| YUV | 131.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 237 | 0.40 | 0.56 | 0 | 0.07 | 257.27 | 0.79 | 0.67 |
| Hex | 8F | 69 | ED | 28 | 38 | 0 | 7 | 101 | 4F | 43 |
| Octal | 217 | 151 | 355 | 50 | 70 | 0 | 7 | 401 | 117 | 103 |
| Binary | 10001111 | 1101001 | 11101101 | 101000 | 111000 | 0 | 111 | 100000001 | 1001111 | 1000011 |
Color Harmonies of #8F69ED
Complementary color
Monochromatic Colors of #8F69ED
Black with #8F69ED
Text Example
Text Example
White with #8F69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69ED; }
p { color: rgb(143,105,237); }
H1.HeaderClassName
{
color: #8F69ED;
}
.AnyTagClassName
{
color: #8F69ED;
}
</style>
background-color css
<style>
a { background-color: #8F69ED; }
a { background-color: rgb(143,105,237); }
div.DivClassName
{
background-color: #8F69ED;
}
.BgClassName
{
background-color: #8F69ED;
}
</style>
border-color css
<style>
span { border-color: #8F69ED; }
span { border-color: rgb(143,105,237); }
td.TdClassName
{
border-color: #8F69ED;
}
.TagClassName
{
border-color: #8F69ED;
}
</style>