Shades of Medium Purple #9F82DD
Tints of Medium Purple #9F82DD
RGB
CMYK
RGB Variations
Color information
#9F82DD (or 0x9F82DD) is known color: Medium Purple. HEX triplet: 9F, 82 and DD. RGB value is (159,130,221). Sum of RGB (Red+Green+Blue) = 159+130+221=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F82DD is #607D22. Grayscale: #949494. Windows color (decimal): -6323491 or 14516895. OLE color: 14516895.
HSL color Cylindrical-coordinate representation of color #9F82DD: hue angle of 259.12º 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 #9F82DD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 130 | 221 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.13 |
| HSL | 259.12º | 0.57% | 0.69% | - |
| HSV(B) | 259.12º | 0.41% | 0.87% | - |
| XYZ | 35.33 | 28.56 | 72.06 | - |
| YUV | 149.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 221 | 0.28 | 0.41 | 0 | 0.13 | 259.12 | 0.57 | 0.69 |
| Hex | 9F | 82 | DD | 1C | 29 | 0 | D | 103 | 39 | 45 |
| Octal | 237 | 202 | 335 | 34 | 51 | 0 | 15 | 403 | 71 | 105 |
| Binary | 10011111 | 10000010 | 11011101 | 11100 | 101001 | 0 | 1101 | 100000011 | 111001 | 1000101 |
Color Harmonies of #9F82DD
Complementary color
Monochromatic Colors of #9F82DD
Black with #9F82DD
Text Example
Text Example
White with #9F82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F82DD; }
p { color: rgb(159,130,221); }
H1.HeaderClassName
{
color: #9F82DD;
}
.AnyTagClassName
{
color: #9F82DD;
}
</style>
background-color css
<style>
a { background-color: #9F82DD; }
a { background-color: rgb(159,130,221); }
div.DivClassName
{
background-color: #9F82DD;
}
.BgClassName
{
background-color: #9F82DD;
}
</style>
border-color css
<style>
span { border-color: #9F82DD; }
span { border-color: rgb(159,130,221); }
td.TdClassName
{
border-color: #9F82DD;
}
.TagClassName
{
border-color: #9F82DD;
}
</style>