Shades of Medium Purple #9983DA
Tints of Medium Purple #9983DA
RGB
CMYK
RGB Variations
Color information
#9983DA (or 0x9983DA) is known color: Medium Purple. HEX triplet: 99, 83 and DA. RGB value is (153,131,218). Sum of RGB (Red+Green+Blue) = 153+131+218=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #9983DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983DA is #667C25. Grayscale: #939393. Windows color (decimal): -6716454 or 14320537. OLE color: 14320537.
HSL color Cylindrical-coordinate representation of color #9983DA: hue angle of 255.17º 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 #9983DA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 131 | 218 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.15 |
| HSL | 255.17º | 0.54% | 0.68% | - |
| HSV(B) | 255.17º | 0.4% | 0.85% | - |
| XYZ | 33.91 | 28.07 | 69.96 | - |
| YUV | 147.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 218 | 0.30 | 0.40 | 0 | 0.15 | 255.17 | 0.54 | 0.68 |
| Hex | 99 | 83 | DA | 1E | 28 | 0 | F | FF | 36 | 44 |
| Octal | 231 | 203 | 332 | 36 | 50 | 0 | 17 | 377 | 66 | 104 |
| Binary | 10011001 | 10000011 | 11011010 | 11110 | 101000 | 0 | 1111 | 11111111 | 110110 | 1000100 |
Color Harmonies of #9983DA
Complementary color
Monochromatic Colors of #9983DA
Black with #9983DA
Text Example
Text Example
White with #9983DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983DA; }
p { color: rgb(153,131,218); }
H1.HeaderClassName
{
color: #9983DA;
}
.AnyTagClassName
{
color: #9983DA;
}
</style>
background-color css
<style>
a { background-color: #9983DA; }
a { background-color: rgb(153,131,218); }
div.DivClassName
{
background-color: #9983DA;
}
.BgClassName
{
background-color: #9983DA;
}
</style>
border-color css
<style>
span { border-color: #9983DA; }
span { border-color: rgb(153,131,218); }
td.TdClassName
{
border-color: #9983DA;
}
.TagClassName
{
border-color: #9983DA;
}
</style>