Shades of Medium Purple #9D83DF
Tints of Medium Purple #9D83DF
RGB
CMYK
RGB Variations
Color information
#9D83DF (or 0x9D83DF) is known color: Medium Purple. HEX triplet: 9D, 83 and DF. RGB value is (157,131,223). Sum of RGB (Red+Green+Blue) = 157+131+223=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83DF is #627C20. Grayscale: #949494. Windows color (decimal): -6454305 or 14648221. OLE color: 14648221.
HSL color Cylindrical-coordinate representation of color #9D83DF: hue angle of 256.96º degrees, saturation: 0.59, 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 #9D83DF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 131 | 223 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.13 |
| HSL | 256.96º | 0.59% | 0.69% | - |
| HSV(B) | 256.96º | 0.41% | 0.87% | - |
| XYZ | 35.34 | 28.73 | 73.49 | - |
| YUV | 149.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 223 | 0.30 | 0.41 | 0 | 0.13 | 256.96 | 0.59 | 0.69 |
| Hex | 9D | 83 | DF | 1E | 29 | 0 | D | 101 | 3B | 45 |
| Octal | 235 | 203 | 337 | 36 | 51 | 0 | 15 | 401 | 73 | 105 |
| Binary | 10011101 | 10000011 | 11011111 | 11110 | 101001 | 0 | 1101 | 100000001 | 111011 | 1000101 |
Color Harmonies of #9D83DF
Complementary color
Monochromatic Colors of #9D83DF
Black with #9D83DF
Text Example
Text Example
White with #9D83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D83DF; }
p { color: rgb(157,131,223); }
H1.HeaderClassName
{
color: #9D83DF;
}
.AnyTagClassName
{
color: #9D83DF;
}
</style>
background-color css
<style>
a { background-color: #9D83DF; }
a { background-color: rgb(157,131,223); }
div.DivClassName
{
background-color: #9D83DF;
}
.BgClassName
{
background-color: #9D83DF;
}
</style>
border-color css
<style>
span { border-color: #9D83DF; }
span { border-color: rgb(157,131,223); }
td.TdClassName
{
border-color: #9D83DF;
}
.TagClassName
{
border-color: #9D83DF;
}
</style>