Shades of Medium Purple #9F83DA
Tints of Medium Purple #9F83DA
RGB
CMYK
RGB Variations
Color information
#9F83DA (or 0x9F83DA) is known color: Medium Purple. HEX triplet: 9F, 83 and DA. RGB value is (159,131,218). Sum of RGB (Red+Green+Blue) = 159+131+218=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83DA is #607C25. Grayscale: #949494. Windows color (decimal): -6323238 or 14320543. OLE color: 14320543.
HSL color Cylindrical-coordinate representation of color #9F83DA: hue angle of 259.31º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F83DA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 131 | 218 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.15 |
| HSL | 259.31º | 0.54% | 0.68% | - |
| HSV(B) | 259.31º | 0.4% | 0.85% | - |
| XYZ | 35.07 | 28.67 | 70.01 | - |
| YUV | 149.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 218 | 0.27 | 0.40 | 0 | 0.15 | 259.31 | 0.54 | 0.68 |
| Hex | 9F | 83 | DA | 1B | 28 | 0 | F | 103 | 36 | 44 |
| Octal | 237 | 203 | 332 | 33 | 50 | 0 | 17 | 403 | 66 | 104 |
| Binary | 10011111 | 10000011 | 11011010 | 11011 | 101000 | 0 | 1111 | 100000011 | 110110 | 1000100 |
Color Harmonies of #9F83DA
Complementary color
Monochromatic Colors of #9F83DA
Black with #9F83DA
Text Example
Text Example
White with #9F83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F83DA; }
p { color: rgb(159,131,218); }
H1.HeaderClassName
{
color: #9F83DA;
}
.AnyTagClassName
{
color: #9F83DA;
}
</style>
background-color css
<style>
a { background-color: #9F83DA; }
a { background-color: rgb(159,131,218); }
div.DivClassName
{
background-color: #9F83DA;
}
.BgClassName
{
background-color: #9F83DA;
}
</style>
border-color css
<style>
span { border-color: #9F83DA; }
span { border-color: rgb(159,131,218); }
td.TdClassName
{
border-color: #9F83DA;
}
.TagClassName
{
border-color: #9F83DA;
}
</style>