Shades of Medium Purple #9872DC
Tints of Medium Purple #9872DC
RGB
CMYK
RGB Variations
Color information
#9872DC (or 0x9872DC) is known color: Medium Purple. HEX triplet: 98, 72 and DC. RGB value is (152,114,220). Sum of RGB (Red+Green+Blue) = 152+114+220=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9872DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872DC is #678D23. Grayscale: #898989. Windows color (decimal): -6786340 or 14447256. OLE color: 14447256.
HSL color Cylindrical-coordinate representation of color #9872DC: hue angle of 261.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9872DC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 114 | 220 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.14 |
| HSL | 261.51º | 0.6% | 0.65% | - |
| HSV(B) | 261.51º | 0.48% | 0.86% | - |
| XYZ | 31.88 | 23.88 | 70.64 | - |
| YUV | 137.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 220 | 0.31 | 0.48 | 0 | 0.14 | 261.51 | 0.6 | 0.65 |
| Hex | 98 | 72 | DC | 1F | 30 | 0 | E | 106 | 3C | 41 |
| Octal | 230 | 162 | 334 | 37 | 60 | 0 | 16 | 406 | 74 | 101 |
| Binary | 10011000 | 1110010 | 11011100 | 11111 | 110000 | 0 | 1110 | 100000110 | 111100 | 1000001 |
Color Harmonies of #9872DC
Complementary color
Monochromatic Colors of #9872DC
Black with #9872DC
Text Example
Text Example
White with #9872DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9872DC; }
p { color: rgb(152,114,220); }
H1.HeaderClassName
{
color: #9872DC;
}
.AnyTagClassName
{
color: #9872DC;
}
</style>
background-color css
<style>
a { background-color: #9872DC; }
a { background-color: rgb(152,114,220); }
div.DivClassName
{
background-color: #9872DC;
}
.BgClassName
{
background-color: #9872DC;
}
</style>
border-color css
<style>
span { border-color: #9872DC; }
span { border-color: rgb(152,114,220); }
td.TdClassName
{
border-color: #9872DC;
}
.TagClassName
{
border-color: #9872DC;
}
</style>