Shades of Medium Purple #8F79DD
Tints of Medium Purple #8F79DD
RGB
CMYK
RGB Variations
Color information
#8F79DD (or 0x8F79DD) is known color: Medium Purple. HEX triplet: 8F, 79 and DD. RGB value is (143,121,221). Sum of RGB (Red+Green+Blue) = 143+121+221=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F79DD is #708622. Grayscale: #8A8A8A. Windows color (decimal): -7374371 or 14514575. OLE color: 14514575.
HSL color Cylindrical-coordinate representation of color #8F79DD: hue angle of 253.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F79DD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 121 | 221 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 253.2º | 0.6% | 0.67% | - |
| HSV(B) | 253.2º | 0.45% | 0.87% | - |
| XYZ | 31.22 | 24.73 | 71.54 | - |
| YUV | 138.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 221 | 0.35 | 0.45 | 0 | 0.13 | 253.2 | 0.6 | 0.67 |
| Hex | 8F | 79 | DD | 23 | 2D | 0 | D | FD | 3C | 43 |
| Octal | 217 | 171 | 335 | 43 | 55 | 0 | 15 | 375 | 74 | 103 |
| Binary | 10001111 | 1111001 | 11011101 | 100011 | 101101 | 0 | 1101 | 11111101 | 111100 | 1000011 |
Color Harmonies of #8F79DD
Complementary color
Monochromatic Colors of #8F79DD
Black with #8F79DD
Text Example
Text Example
White with #8F79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F79DD; }
p { color: rgb(143,121,221); }
H1.HeaderClassName
{
color: #8F79DD;
}
.AnyTagClassName
{
color: #8F79DD;
}
</style>
background-color css
<style>
a { background-color: #8F79DD; }
a { background-color: rgb(143,121,221); }
div.DivClassName
{
background-color: #8F79DD;
}
.BgClassName
{
background-color: #8F79DD;
}
</style>
border-color css
<style>
span { border-color: #8F79DD; }
span { border-color: rgb(143,121,221); }
td.TdClassName
{
border-color: #8F79DD;
}
.TagClassName
{
border-color: #8F79DD;
}
</style>