Shades of Medium Purple #9883DB
Tints of Medium Purple #9883DB
RGB
CMYK
RGB Variations
Color information
#9883DB (or 0x9883DB) is known color: Medium Purple. HEX triplet: 98, 83 and DB. RGB value is (152,131,219). Sum of RGB (Red+Green+Blue) = 152+131+219=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #9883DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883DB is #677C24. Grayscale: #929292. Windows color (decimal): -6781989 or 14386072. OLE color: 14386072.
HSL color Cylindrical-coordinate representation of color #9883DB: hue angle of 254.32º 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 #9883DB is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 131 | 219 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.14 |
| HSL | 254.32º | 0.55% | 0.69% | - |
| HSV(B) | 254.32º | 0.4% | 0.86% | - |
| XYZ | 33.85 | 28.02 | 70.64 | - |
| YUV | 147.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 219 | 0.31 | 0.40 | 0 | 0.14 | 254.32 | 0.55 | 0.69 |
| Hex | 98 | 83 | DB | 1F | 28 | 0 | E | FE | 37 | 45 |
| Octal | 230 | 203 | 333 | 37 | 50 | 0 | 16 | 376 | 67 | 105 |
| Binary | 10011000 | 10000011 | 11011011 | 11111 | 101000 | 0 | 1110 | 11111110 | 110111 | 1000101 |
Color Harmonies of #9883DB
Complementary color
Monochromatic Colors of #9883DB
Black with #9883DB
Text Example
Text Example
White with #9883DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883DB; }
p { color: rgb(152,131,219); }
H1.HeaderClassName
{
color: #9883DB;
}
.AnyTagClassName
{
color: #9883DB;
}
</style>
background-color css
<style>
a { background-color: #9883DB; }
a { background-color: rgb(152,131,219); }
div.DivClassName
{
background-color: #9883DB;
}
.BgClassName
{
background-color: #9883DB;
}
</style>
border-color css
<style>
span { border-color: #9883DB; }
span { border-color: rgb(152,131,219); }
td.TdClassName
{
border-color: #9883DB;
}
.TagClassName
{
border-color: #9883DB;
}
</style>