Shades of Medium Purple #9882DF
Tints of Medium Purple #9882DF
RGB
CMYK
RGB Variations
Color information
#9882DF (or 0x9882DF) is known color: Medium Purple. HEX triplet: 98, 82 and DF. RGB value is (152,130,223). Sum of RGB (Red+Green+Blue) = 152+130+223=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #9882DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882DF is #677D20. Grayscale: #929292. Windows color (decimal): -6782241 or 14647960. OLE color: 14647960.
HSL color Cylindrical-coordinate representation of color #9882DF: hue angle of 254.19º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9882DF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 130 | 223 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.13 |
| HSL | 254.19º | 0.59% | 0.69% | - |
| HSV(B) | 254.19º | 0.42% | 0.87% | - |
| XYZ | 34.25 | 27.97 | 73.41 | - |
| YUV | 147.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 223 | 0.32 | 0.42 | 0 | 0.13 | 254.19 | 0.59 | 0.69 |
| Hex | 98 | 82 | DF | 20 | 2A | 0 | D | FE | 3B | 45 |
| Octal | 230 | 202 | 337 | 40 | 52 | 0 | 15 | 376 | 73 | 105 |
| Binary | 10011000 | 10000010 | 11011111 | 100000 | 101010 | 0 | 1101 | 11111110 | 111011 | 1000101 |
Color Harmonies of #9882DF
Complementary color
Monochromatic Colors of #9882DF
Black with #9882DF
Text Example
Text Example
White with #9882DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9882DF; }
p { color: rgb(152,130,223); }
H1.HeaderClassName
{
color: #9882DF;
}
.AnyTagClassName
{
color: #9882DF;
}
</style>
background-color css
<style>
a { background-color: #9882DF; }
a { background-color: rgb(152,130,223); }
div.DivClassName
{
background-color: #9882DF;
}
.BgClassName
{
background-color: #9882DF;
}
</style>
border-color css
<style>
span { border-color: #9882DF; }
span { border-color: rgb(152,130,223); }
td.TdClassName
{
border-color: #9882DF;
}
.TagClassName
{
border-color: #9882DF;
}
</style>