Shades of Medium Purple #8F68EA
Tints of Medium Purple #8F68EA
RGB
CMYK
RGB Variations
Color information
#8F68EA (or 0x8F68EA) is known color: Medium Purple. HEX triplet: 8F, 68 and EA. RGB value is (143,104,234). Sum of RGB (Red+Green+Blue) = 143+104+234=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F68EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F68EA is #709715. Grayscale: #828282. Windows color (decimal): -7378710 or 15362191. OLE color: 15362191.
HSL color Cylindrical-coordinate representation of color #8F68EA: hue angle of 258º degrees, saturation: 0.76, 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 #8F68EA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 104 | 234 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.08 |
| HSL | 258º | 0.76% | 0.66% | - |
| HSV(B) | 258º | 0.56% | 0.92% | - |
| XYZ | 31.13 | 21.68 | 80.39 | - |
| YUV | 130.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 234 | 0.39 | 0.56 | 0 | 0.08 | 258 | 0.76 | 0.66 |
| Hex | 8F | 68 | EA | 27 | 38 | 0 | 8 | 102 | 4C | 42 |
| Octal | 217 | 150 | 352 | 47 | 70 | 0 | 10 | 402 | 114 | 102 |
| Binary | 10001111 | 1101000 | 11101010 | 100111 | 111000 | 0 | 1000 | 100000010 | 1001100 | 1000010 |
Color Harmonies of #8F68EA
Complementary color
Monochromatic Colors of #8F68EA
Black with #8F68EA
Text Example
Text Example
White with #8F68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68EA; }
p { color: rgb(143,104,234); }
H1.HeaderClassName
{
color: #8F68EA;
}
.AnyTagClassName
{
color: #8F68EA;
}
</style>
background-color css
<style>
a { background-color: #8F68EA; }
a { background-color: rgb(143,104,234); }
div.DivClassName
{
background-color: #8F68EA;
}
.BgClassName
{
background-color: #8F68EA;
}
</style>
border-color css
<style>
span { border-color: #8F68EA; }
span { border-color: rgb(143,104,234); }
td.TdClassName
{
border-color: #8F68EA;
}
.TagClassName
{
border-color: #8F68EA;
}
</style>