Shades of Medium Purple #8F68EE
Tints of Medium Purple #8F68EE
RGB
CMYK
RGB Variations
Color information
#8F68EE (or 0x8F68EE) is known color: Medium Purple. HEX triplet: 8F, 68 and EE. RGB value is (143,104,238). Sum of RGB (Red+Green+Blue) = 143+104+238=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F68EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F68EE is #709711. Grayscale: #828282. Windows color (decimal): -7378706 or 15624335. OLE color: 15624335.
HSL color Cylindrical-coordinate representation of color #8F68EE: hue angle of 257.46º 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 #8F68EE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 104 | 238 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.07 |
| HSL | 257.46º | 0.8% | 0.67% | - |
| HSV(B) | 257.46º | 0.56% | 0.93% | - |
| XYZ | 31.71 | 21.91 | 83.45 | - |
| YUV | 130.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 238 | 0.40 | 0.56 | 0 | 0.07 | 257.46 | 0.8 | 0.67 |
| Hex | 8F | 68 | EE | 28 | 38 | 0 | 7 | 101 | 50 | 43 |
| Octal | 217 | 150 | 356 | 50 | 70 | 0 | 7 | 401 | 120 | 103 |
| Binary | 10001111 | 1101000 | 11101110 | 101000 | 111000 | 0 | 111 | 100000001 | 1010000 | 1000011 |
Color Harmonies of #8F68EE
Complementary color
Monochromatic Colors of #8F68EE
Black with #8F68EE
Text Example
Text Example
White with #8F68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68EE; }
p { color: rgb(143,104,238); }
H1.HeaderClassName
{
color: #8F68EE;
}
.AnyTagClassName
{
color: #8F68EE;
}
</style>
background-color css
<style>
a { background-color: #8F68EE; }
a { background-color: rgb(143,104,238); }
div.DivClassName
{
background-color: #8F68EE;
}
.BgClassName
{
background-color: #8F68EE;
}
</style>
border-color css
<style>
span { border-color: #8F68EE; }
span { border-color: rgb(143,104,238); }
td.TdClassName
{
border-color: #8F68EE;
}
.TagClassName
{
border-color: #8F68EE;
}
</style>