Shades of Medium Purple #9F83DD
Tints of Medium Purple #9F83DD
RGB
CMYK
RGB Variations
Color information
#9F83DD (or 0x9F83DD) is known color: Medium Purple. HEX triplet: 9F, 83 and DD. RGB value is (159,131,221). Sum of RGB (Red+Green+Blue) = 159+131+221=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83DD is #607C22. Grayscale: #959595. Windows color (decimal): -6323235 or 14517151. OLE color: 14517151.
HSL color Cylindrical-coordinate representation of color #9F83DD: hue angle of 258.67º 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 #9F83DD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 131 | 221 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.13 |
| HSL | 258.67º | 0.57% | 0.69% | - |
| HSV(B) | 258.67º | 0.41% | 0.87% | - |
| XYZ | 35.47 | 28.82 | 72.1 | - |
| YUV | 149.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 221 | 0.28 | 0.41 | 0 | 0.13 | 258.67 | 0.57 | 0.69 |
| Hex | 9F | 83 | DD | 1C | 29 | 0 | D | 103 | 39 | 45 |
| Octal | 237 | 203 | 335 | 34 | 51 | 0 | 15 | 403 | 71 | 105 |
| Binary | 10011111 | 10000011 | 11011101 | 11100 | 101001 | 0 | 1101 | 100000011 | 111001 | 1000101 |
Color Harmonies of #9F83DD
Complementary color
Monochromatic Colors of #9F83DD
Black with #9F83DD
Text Example
Text Example
White with #9F83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F83DD; }
p { color: rgb(159,131,221); }
H1.HeaderClassName
{
color: #9F83DD;
}
.AnyTagClassName
{
color: #9F83DD;
}
</style>
background-color css
<style>
a { background-color: #9F83DD; }
a { background-color: rgb(159,131,221); }
div.DivClassName
{
background-color: #9F83DD;
}
.BgClassName
{
background-color: #9F83DD;
}
</style>
border-color css
<style>
span { border-color: #9F83DD; }
span { border-color: rgb(159,131,221); }
td.TdClassName
{
border-color: #9F83DD;
}
.TagClassName
{
border-color: #9F83DD;
}
</style>