Shades of Medium Purple #9983DB
Tints of Medium Purple #9983DB
RGB
CMYK
RGB Variations
Color information
#9983DB (or 0x9983DB) is known color: Medium Purple. HEX triplet: 99, 83 and DB. RGB value is (153,131,219). Sum of RGB (Red+Green+Blue) = 153+131+219=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #9983DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983DB is #667C24. Grayscale: #939393. Windows color (decimal): -6716453 or 14386073. OLE color: 14386073.
HSL color Cylindrical-coordinate representation of color #9983DB: hue angle of 255º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9983DB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 131 | 219 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.14 |
| HSL | 255º | 0.55% | 0.69% | - |
| HSV(B) | 255º | 0.4% | 0.86% | - |
| XYZ | 34.04 | 28.12 | 70.65 | - |
| YUV | 147.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 219 | 0.30 | 0.40 | 0 | 0.14 | 255 | 0.55 | 0.69 |
| Hex | 99 | 83 | DB | 1E | 28 | 0 | E | FF | 37 | 45 |
| Octal | 231 | 203 | 333 | 36 | 50 | 0 | 16 | 377 | 67 | 105 |
| Binary | 10011001 | 10000011 | 11011011 | 11110 | 101000 | 0 | 1110 | 11111111 | 110111 | 1000101 |
Color Harmonies of #9983DB
Complementary color
Monochromatic Colors of #9983DB
Black with #9983DB
Text Example
Text Example
White with #9983DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9983DB; }
p { color: rgb(153,131,219); }
H1.HeaderClassName
{
color: #9983DB;
}
.AnyTagClassName
{
color: #9983DB;
}
</style>
background-color css
<style>
a { background-color: #9983DB; }
a { background-color: rgb(153,131,219); }
div.DivClassName
{
background-color: #9983DB;
}
.BgClassName
{
background-color: #9983DB;
}
</style>
border-color css
<style>
span { border-color: #9983DB; }
span { border-color: rgb(153,131,219); }
td.TdClassName
{
border-color: #9983DB;
}
.TagClassName
{
border-color: #9983DB;
}
</style>