Shades of Medium Purple #8F68EB
Tints of Medium Purple #8F68EB
RGB
CMYK
RGB Variations
Color information
#8F68EB (or 0x8F68EB) is known color: Medium Purple. HEX triplet: 8F, 68 and EB. RGB value is (143,104,235). Sum of RGB (Red+Green+Blue) = 143+104+235=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F68EB is #709714. Grayscale: #828282. Windows color (decimal): -7378709 or 15427727. OLE color: 15427727.
HSL color Cylindrical-coordinate representation of color #8F68EB: hue angle of 257.86º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F68EB is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 104 | 235 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.08 |
| HSL | 257.86º | 0.77% | 0.66% | - |
| HSV(B) | 257.86º | 0.56% | 0.92% | - |
| XYZ | 31.27 | 21.74 | 81.14 | - |
| YUV | 130.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 235 | 0.39 | 0.56 | 0 | 0.08 | 257.86 | 0.77 | 0.66 |
| Hex | 8F | 68 | EB | 27 | 38 | 0 | 8 | 102 | 4D | 42 |
| Octal | 217 | 150 | 353 | 47 | 70 | 0 | 10 | 402 | 115 | 102 |
| Binary | 10001111 | 1101000 | 11101011 | 100111 | 111000 | 0 | 1000 | 100000010 | 1001101 | 1000010 |
Color Harmonies of #8F68EB
Complementary color
Monochromatic Colors of #8F68EB
Black with #8F68EB
Text Example
Text Example
White with #8F68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68EB; }
p { color: rgb(143,104,235); }
H1.HeaderClassName
{
color: #8F68EB;
}
.AnyTagClassName
{
color: #8F68EB;
}
</style>
background-color css
<style>
a { background-color: #8F68EB; }
a { background-color: rgb(143,104,235); }
div.DivClassName
{
background-color: #8F68EB;
}
.BgClassName
{
background-color: #8F68EB;
}
</style>
border-color css
<style>
span { border-color: #8F68EB; }
span { border-color: rgb(143,104,235); }
td.TdClassName
{
border-color: #8F68EB;
}
.TagClassName
{
border-color: #8F68EB;
}
</style>