Shades of Medium Purple #8C76E7
Tints of Medium Purple #8C76E7
RGB
CMYK
RGB Variations
Color information
#8C76E7 (or 0x8C76E7) is known color: Medium Purple. HEX triplet: 8C, 76 and E7. RGB value is (140,118,231). Sum of RGB (Red+Green+Blue) = 140+118+231=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C76E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C76E7 is #738918. Grayscale: #898989. Windows color (decimal): -7571737 or 15169164. OLE color: 15169164.
HSL color Cylindrical-coordinate representation of color #8C76E7: hue angle of 251.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C76E7 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 118 | 231 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.09 |
| HSL | 251.68º | 0.7% | 0.68% | - |
| HSV(B) | 251.68º | 0.49% | 0.91% | - |
| XYZ | 31.72 | 24.3 | 78.62 | - |
| YUV | 137.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 231 | 0.39 | 0.49 | 0 | 0.09 | 251.68 | 0.7 | 0.68 |
| Hex | 8C | 76 | E7 | 27 | 31 | 0 | 9 | FC | 46 | 44 |
| Octal | 214 | 166 | 347 | 47 | 61 | 0 | 11 | 374 | 106 | 104 |
| Binary | 10001100 | 1110110 | 11100111 | 100111 | 110001 | 0 | 1001 | 11111100 | 1000110 | 1000100 |
Color Harmonies of #8C76E7
Complementary color
Monochromatic Colors of #8C76E7
Black with #8C76E7
Text Example
Text Example
White with #8C76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C76E7; }
p { color: rgb(140,118,231); }
H1.HeaderClassName
{
color: #8C76E7;
}
.AnyTagClassName
{
color: #8C76E7;
}
</style>
background-color css
<style>
a { background-color: #8C76E7; }
a { background-color: rgb(140,118,231); }
div.DivClassName
{
background-color: #8C76E7;
}
.BgClassName
{
background-color: #8C76E7;
}
</style>
border-color css
<style>
span { border-color: #8C76E7; }
span { border-color: rgb(140,118,231); }
td.TdClassName
{
border-color: #8C76E7;
}
.TagClassName
{
border-color: #8C76E7;
}
</style>