Shades of Medium Purple #8F76DC
Tints of Medium Purple #8F76DC
RGB
CMYK
RGB Variations
Color information
#8F76DC (or 0x8F76DC) is known color: Medium Purple. HEX triplet: 8F, 76 and DC. RGB value is (143,118,220). Sum of RGB (Red+Green+Blue) = 143+118+220=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76DC is #708923. Grayscale: #888888. Windows color (decimal): -7375140 or 14448271. OLE color: 14448271.
HSL color Cylindrical-coordinate representation of color #8F76DC: hue angle of 254.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F76DC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 118 | 220 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.14 |
| HSL | 254.71º | 0.59% | 0.66% | - |
| HSV(B) | 254.71º | 0.46% | 0.86% | - |
| XYZ | 30.72 | 23.96 | 70.72 | - |
| YUV | 137.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 220 | 0.35 | 0.46 | 0 | 0.14 | 254.71 | 0.59 | 0.66 |
| Hex | 8F | 76 | DC | 23 | 2E | 0 | E | FF | 3B | 42 |
| Octal | 217 | 166 | 334 | 43 | 56 | 0 | 16 | 377 | 73 | 102 |
| Binary | 10001111 | 1110110 | 11011100 | 100011 | 101110 | 0 | 1110 | 11111111 | 111011 | 1000010 |
Color Harmonies of #8F76DC
Complementary color
Monochromatic Colors of #8F76DC
Black with #8F76DC
Text Example
Text Example
White with #8F76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76DC; }
p { color: rgb(143,118,220); }
H1.HeaderClassName
{
color: #8F76DC;
}
.AnyTagClassName
{
color: #8F76DC;
}
</style>
background-color css
<style>
a { background-color: #8F76DC; }
a { background-color: rgb(143,118,220); }
div.DivClassName
{
background-color: #8F76DC;
}
.BgClassName
{
background-color: #8F76DC;
}
</style>
border-color css
<style>
span { border-color: #8F76DC; }
span { border-color: rgb(143,118,220); }
td.TdClassName
{
border-color: #8F76DC;
}
.TagClassName
{
border-color: #8F76DC;
}
</style>