Shades of Medium Purple #8F69EE
Tints of Medium Purple #8F69EE
RGB
CMYK
RGB Variations
Color information
#8F69EE (or 0x8F69EE) is known color: Medium Purple. HEX triplet: 8F, 69 and EE. RGB value is (143,105,238). Sum of RGB (Red+Green+Blue) = 143+105+238=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69EE is #709611. Grayscale: #838383. Windows color (decimal): -7378450 or 15624591. OLE color: 15624591.
HSL color Cylindrical-coordinate representation of color #8F69EE: hue angle of 257.14º degrees, saturation: 0.8, 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 #8F69EE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 105 | 238 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.07 |
| HSL | 257.14º | 0.8% | 0.67% | - |
| HSV(B) | 257.14º | 0.56% | 0.93% | - |
| XYZ | 31.81 | 22.12 | 83.48 | - |
| YUV | 131.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 238 | 0.40 | 0.56 | 0 | 0.07 | 257.14 | 0.8 | 0.67 |
| Hex | 8F | 69 | EE | 28 | 38 | 0 | 7 | 101 | 50 | 43 |
| Octal | 217 | 151 | 356 | 50 | 70 | 0 | 7 | 401 | 120 | 103 |
| Binary | 10001111 | 1101001 | 11101110 | 101000 | 111000 | 0 | 111 | 100000001 | 1010000 | 1000011 |
Color Harmonies of #8F69EE
Complementary color
Monochromatic Colors of #8F69EE
Black with #8F69EE
Text Example
Text Example
White with #8F69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69EE; }
p { color: rgb(143,105,238); }
H1.HeaderClassName
{
color: #8F69EE;
}
.AnyTagClassName
{
color: #8F69EE;
}
</style>
background-color css
<style>
a { background-color: #8F69EE; }
a { background-color: rgb(143,105,238); }
div.DivClassName
{
background-color: #8F69EE;
}
.BgClassName
{
background-color: #8F69EE;
}
</style>
border-color css
<style>
span { border-color: #8F69EE; }
span { border-color: rgb(143,105,238); }
td.TdClassName
{
border-color: #8F69EE;
}
.TagClassName
{
border-color: #8F69EE;
}
</style>