Shades of Medium Purple #8F7ADD
Tints of Medium Purple #8F7ADD
RGB
CMYK
RGB Variations
Color information
#8F7ADD (or 0x8F7ADD) is known color: Medium Purple. HEX triplet: 8F, 7A and DD. RGB value is (143,122,221). Sum of RGB (Red+Green+Blue) = 143+122+221=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ADD is #708522. Grayscale: #8B8B8B. Windows color (decimal): -7374115 or 14514831. OLE color: 14514831.
HSL color Cylindrical-coordinate representation of color #8F7ADD: hue angle of 252.73º degrees, saturation: 0.59, 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 #8F7ADD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 122 | 221 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 252.73º | 0.59% | 0.67% | - |
| HSV(B) | 252.73º | 0.45% | 0.87% | - |
| XYZ | 31.34 | 24.98 | 71.58 | - |
| YUV | 139.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 221 | 0.35 | 0.45 | 0 | 0.13 | 252.73 | 0.59 | 0.67 |
| Hex | 8F | 7A | DD | 23 | 2D | 0 | D | FD | 3B | 43 |
| Octal | 217 | 172 | 335 | 43 | 55 | 0 | 15 | 375 | 73 | 103 |
| Binary | 10001111 | 1111010 | 11011101 | 100011 | 101101 | 0 | 1101 | 11111101 | 111011 | 1000011 |
Color Harmonies of #8F7ADD
Complementary color
Monochromatic Colors of #8F7ADD
Black with #8F7ADD
Text Example
Text Example
White with #8F7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ADD; }
p { color: rgb(143,122,221); }
H1.HeaderClassName
{
color: #8F7ADD;
}
.AnyTagClassName
{
color: #8F7ADD;
}
</style>
background-color css
<style>
a { background-color: #8F7ADD; }
a { background-color: rgb(143,122,221); }
div.DivClassName
{
background-color: #8F7ADD;
}
.BgClassName
{
background-color: #8F7ADD;
}
</style>
border-color css
<style>
span { border-color: #8F7ADD; }
span { border-color: rgb(143,122,221); }
td.TdClassName
{
border-color: #8F7ADD;
}
.TagClassName
{
border-color: #8F7ADD;
}
</style>