Shades of Medium Purple #8F7DDA
Tints of Medium Purple #8F7DDA
RGB
CMYK
RGB Variations
Color information
#8F7DDA (or 0x8F7DDA) is known color: Medium Purple. HEX triplet: 8F, 7D and DA. RGB value is (143,125,218). Sum of RGB (Red+Green+Blue) = 143+125+218=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F7DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DDA is #708225. Grayscale: #8C8C8C. Windows color (decimal): -7373350 or 14318991. OLE color: 14318991.
HSL color Cylindrical-coordinate representation of color #8F7DDA: hue angle of 251.61º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7DDA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 125 | 218 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.15 |
| HSL | 251.61º | 0.56% | 0.67% | - |
| HSV(B) | 251.61º | 0.43% | 0.85% | - |
| XYZ | 31.32 | 25.57 | 69.61 | - |
| YUV | 140.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 218 | 0.34 | 0.43 | 0 | 0.15 | 251.61 | 0.56 | 0.67 |
| Hex | 8F | 7D | DA | 22 | 2B | 0 | F | FC | 38 | 43 |
| Octal | 217 | 175 | 332 | 42 | 53 | 0 | 17 | 374 | 70 | 103 |
| Binary | 10001111 | 1111101 | 11011010 | 100010 | 101011 | 0 | 1111 | 11111100 | 111000 | 1000011 |
Color Harmonies of #8F7DDA
Complementary color
Monochromatic Colors of #8F7DDA
Black with #8F7DDA
Text Example
Text Example
White with #8F7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DDA; }
p { color: rgb(143,125,218); }
H1.HeaderClassName
{
color: #8F7DDA;
}
.AnyTagClassName
{
color: #8F7DDA;
}
</style>
background-color css
<style>
a { background-color: #8F7DDA; }
a { background-color: rgb(143,125,218); }
div.DivClassName
{
background-color: #8F7DDA;
}
.BgClassName
{
background-color: #8F7DDA;
}
</style>
border-color css
<style>
span { border-color: #8F7DDA; }
span { border-color: rgb(143,125,218); }
td.TdClassName
{
border-color: #8F7DDA;
}
.TagClassName
{
border-color: #8F7DDA;
}
</style>