Shades of Medium Purple #8F74EB
Tints of Medium Purple #8F74EB
RGB
CMYK
RGB Variations
Color information
#8F74EB (or 0x8F74EB) is known color: Medium Purple. HEX triplet: 8F, 74 and EB. RGB value is (143,116,235). Sum of RGB (Red+Green+Blue) = 143+116+235=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F74EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F74EB is #708B14. Grayscale: #898989. Windows color (decimal): -7375637 or 15430799. OLE color: 15430799.
HSL color Cylindrical-coordinate representation of color #8F74EB: hue angle of 253.61º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F74EB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 116 | 235 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.08 |
| HSL | 253.61º | 0.75% | 0.69% | - |
| HSV(B) | 253.61º | 0.51% | 0.92% | - |
| XYZ | 32.57 | 24.33 | 81.58 | - |
| YUV | 137.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 235 | 0.39 | 0.51 | 0 | 0.08 | 253.61 | 0.75 | 0.69 |
| Hex | 8F | 74 | EB | 27 | 33 | 0 | 8 | FE | 4B | 45 |
| Octal | 217 | 164 | 353 | 47 | 63 | 0 | 10 | 376 | 113 | 105 |
| Binary | 10001111 | 1110100 | 11101011 | 100111 | 110011 | 0 | 1000 | 11111110 | 1001011 | 1000101 |
Color Harmonies of #8F74EB
Complementary color
Monochromatic Colors of #8F74EB
Black with #8F74EB
Text Example
Text Example
White with #8F74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F74EB; }
p { color: rgb(143,116,235); }
H1.HeaderClassName
{
color: #8F74EB;
}
.AnyTagClassName
{
color: #8F74EB;
}
</style>
background-color css
<style>
a { background-color: #8F74EB; }
a { background-color: rgb(143,116,235); }
div.DivClassName
{
background-color: #8F74EB;
}
.BgClassName
{
background-color: #8F74EB;
}
</style>
border-color css
<style>
span { border-color: #8F74EB; }
span { border-color: rgb(143,116,235); }
td.TdClassName
{
border-color: #8F74EB;
}
.TagClassName
{
border-color: #8F74EB;
}
</style>