Shades of Medium Purple #8C5FEA
Tints of Medium Purple #8C5FEA
RGB
CMYK
RGB Variations
Color information
#8C5FEA (or 0x8C5FEA) is known color: Medium Purple. HEX triplet: 8C, 5F and EA. RGB value is (140,95,234). Sum of RGB (Red+Green+Blue) = 140+95+234=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FEA is #73A015. Grayscale: #7B7B7B. Windows color (decimal): -7577622 or 15359884. OLE color: 15359884.
HSL color Cylindrical-coordinate representation of color #8C5FEA: hue angle of 259.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C5FEA is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 95 | 234 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.08 |
| HSL | 259.42º | 0.77% | 0.65% | - |
| HSV(B) | 259.42º | 0.59% | 0.92% | - |
| XYZ | 29.76 | 19.7 | 80.08 | - |
| YUV | 124.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 234 | 0.40 | 0.59 | 0 | 0.08 | 259.42 | 0.77 | 0.65 |
| Hex | 8C | 5F | EA | 28 | 3B | 0 | 8 | 103 | 4D | 41 |
| Octal | 214 | 137 | 352 | 50 | 73 | 0 | 10 | 403 | 115 | 101 |
| Binary | 10001100 | 1011111 | 11101010 | 101000 | 111011 | 0 | 1000 | 100000011 | 1001101 | 1000001 |
Color Harmonies of #8C5FEA
Complementary color
Monochromatic Colors of #8C5FEA
Black with #8C5FEA
Text Example
Text Example
White with #8C5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FEA; }
p { color: rgb(140,95,234); }
H1.HeaderClassName
{
color: #8C5FEA;
}
.AnyTagClassName
{
color: #8C5FEA;
}
</style>
background-color css
<style>
a { background-color: #8C5FEA; }
a { background-color: rgb(140,95,234); }
div.DivClassName
{
background-color: #8C5FEA;
}
.BgClassName
{
background-color: #8C5FEA;
}
</style>
border-color css
<style>
span { border-color: #8C5FEA; }
span { border-color: rgb(140,95,234); }
td.TdClassName
{
border-color: #8C5FEA;
}
.TagClassName
{
border-color: #8C5FEA;
}
</style>