Shades of Medium Purple #9883D5
Tints of Medium Purple #9883D5
RGB
CMYK
RGB Variations
Color information
#9883D5 (or 0x9883D5) is known color: Medium Purple. HEX triplet: 98, 83 and D5. RGB value is (152,131,213). Sum of RGB (Red+Green+Blue) = 152+131+213=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #9883D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883D5 is #677C2A. Grayscale: #929292. Windows color (decimal): -6781995 or 13992856. OLE color: 13992856.
HSL color Cylindrical-coordinate representation of color #9883D5: hue angle of 255.37º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9883D5 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 131 | 213 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.16 |
| HSL | 255.37º | 0.49% | 0.67% | - |
| HSV(B) | 255.37º | 0.38% | 0.84% | - |
| XYZ | 33.08 | 27.71 | 66.56 | - |
| YUV | 146.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 213 | 0.29 | 0.38 | 0 | 0.16 | 255.37 | 0.49 | 0.67 |
| Hex | 98 | 83 | D5 | 1D | 26 | 0 | 10 | FF | 31 | 43 |
| Octal | 230 | 203 | 325 | 35 | 46 | 0 | 20 | 377 | 61 | 103 |
| Binary | 10011000 | 10000011 | 11010101 | 11101 | 100110 | 0 | 10000 | 11111111 | 110001 | 1000011 |
Color Harmonies of #9883D5
Complementary color
Monochromatic Colors of #9883D5
Black with #9883D5
Text Example
Text Example
White with #9883D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883D5; }
p { color: rgb(152,131,213); }
H1.HeaderClassName
{
color: #9883D5;
}
.AnyTagClassName
{
color: #9883D5;
}
</style>
background-color css
<style>
a { background-color: #9883D5; }
a { background-color: rgb(152,131,213); }
div.DivClassName
{
background-color: #9883D5;
}
.BgClassName
{
background-color: #9883D5;
}
</style>
border-color css
<style>
span { border-color: #9883D5; }
span { border-color: rgb(152,131,213); }
td.TdClassName
{
border-color: #9883D5;
}
.TagClassName
{
border-color: #9883D5;
}
</style>