Shades of Medium Purple #8C75E9
Tints of Medium Purple #8C75E9
RGB
CMYK
RGB Variations
Color information
#8C75E9 (or 0x8C75E9) is known color: Medium Purple. HEX triplet: 8C, 75 and E9. RGB value is (140,117,233). Sum of RGB (Red+Green+Blue) = 140+117+233=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C75E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C75E9 is #738A16. Grayscale: #888888. Windows color (decimal): -7571991 or 15299980. OLE color: 15299980.
HSL color Cylindrical-coordinate representation of color #8C75E9: hue angle of 251.9º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C75E9 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 117 | 233 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.09 |
| HSL | 251.9º | 0.73% | 0.69% | - |
| HSV(B) | 251.9º | 0.5% | 0.91% | - |
| XYZ | 31.88 | 24.18 | 80.08 | - |
| YUV | 137.1 | 182.12 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 233 | 0.40 | 0.50 | 0 | 0.09 | 251.9 | 0.73 | 0.69 |
| Hex | 8C | 75 | E9 | 28 | 32 | 0 | 9 | FC | 48 | 45 |
| Octal | 214 | 165 | 351 | 50 | 62 | 0 | 11 | 374 | 110 | 105 |
| Binary | 10001100 | 1110101 | 11101001 | 101000 | 110010 | 0 | 1001 | 11111100 | 1001000 | 1000101 |
Color Harmonies of #8C75E9
Complementary color
Monochromatic Colors of #8C75E9
Black with #8C75E9
Text Example
Text Example
White with #8C75E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75E9; }
p { color: rgb(140,117,233); }
H1.HeaderClassName
{
color: #8C75E9;
}
.AnyTagClassName
{
color: #8C75E9;
}
</style>
background-color css
<style>
a { background-color: #8C75E9; }
a { background-color: rgb(140,117,233); }
div.DivClassName
{
background-color: #8C75E9;
}
.BgClassName
{
background-color: #8C75E9;
}
</style>
border-color css
<style>
span { border-color: #8C75E9; }
span { border-color: rgb(140,117,233); }
td.TdClassName
{
border-color: #8C75E9;
}
.TagClassName
{
border-color: #8C75E9;
}
</style>