Shades of Medium Purple #8F82DD
Tints of Medium Purple #8F82DD
RGB
CMYK
RGB Variations
Color information
#8F82DD (or 0x8F82DD) is known color: Medium Purple. HEX triplet: 8F, 82 and DD. RGB value is (143,130,221). Sum of RGB (Red+Green+Blue) = 143+130+221=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82DD is #707D22. Grayscale: #8F8F8F. Windows color (decimal): -7372067 or 14516879. OLE color: 14516879.
HSL color Cylindrical-coordinate representation of color #8F82DD: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F82DD is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 130 | 221 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.13 |
| HSL | 248.57º | 0.57% | 0.69% | - |
| HSV(B) | 248.57º | 0.41% | 0.87% | - |
| XYZ | 32.36 | 27.03 | 71.92 | - |
| YUV | 144.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 221 | 0.35 | 0.41 | 0 | 0.13 | 248.57 | 0.57 | 0.69 |
| Hex | 8F | 82 | DD | 23 | 29 | 0 | D | F9 | 39 | 45 |
| Octal | 217 | 202 | 335 | 43 | 51 | 0 | 15 | 371 | 71 | 105 |
| Binary | 10001111 | 10000010 | 11011101 | 100011 | 101001 | 0 | 1101 | 11111001 | 111001 | 1000101 |
Color Harmonies of #8F82DD
Complementary color
Monochromatic Colors of #8F82DD
Black with #8F82DD
Text Example
Text Example
White with #8F82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F82DD; }
p { color: rgb(143,130,221); }
H1.HeaderClassName
{
color: #8F82DD;
}
.AnyTagClassName
{
color: #8F82DD;
}
</style>
background-color css
<style>
a { background-color: #8F82DD; }
a { background-color: rgb(143,130,221); }
div.DivClassName
{
background-color: #8F82DD;
}
.BgClassName
{
background-color: #8F82DD;
}
</style>
border-color css
<style>
span { border-color: #8F82DD; }
span { border-color: rgb(143,130,221); }
td.TdClassName
{
border-color: #8F82DD;
}
.TagClassName
{
border-color: #8F82DD;
}
</style>