Shades of Medium Purple #9881DC
Tints of Medium Purple #9881DC
RGB
CMYK
RGB Variations
Color information
#9881DC (or 0x9881DC) is known color: Medium Purple. HEX triplet: 98, 81 and DC. RGB value is (152,129,220). Sum of RGB (Red+Green+Blue) = 152+129+220=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #9881DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881DC is #677E23. Grayscale: #919191. Windows color (decimal): -6782500 or 14451096. OLE color: 14451096.
HSL color Cylindrical-coordinate representation of color #9881DC: hue angle of 255.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9881DC is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 129 | 220 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.14 |
| HSL | 255.16º | 0.57% | 0.68% | - |
| HSV(B) | 255.16º | 0.41% | 0.86% | - |
| XYZ | 33.72 | 27.54 | 71.25 | - |
| YUV | 146.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 220 | 0.31 | 0.41 | 0 | 0.14 | 255.16 | 0.57 | 0.68 |
| Hex | 98 | 81 | DC | 1F | 29 | 0 | E | FF | 39 | 44 |
| Octal | 230 | 201 | 334 | 37 | 51 | 0 | 16 | 377 | 71 | 104 |
| Binary | 10011000 | 10000001 | 11011100 | 11111 | 101001 | 0 | 1110 | 11111111 | 111001 | 1000100 |
Color Harmonies of #9881DC
Complementary color
Monochromatic Colors of #9881DC
Black with #9881DC
Text Example
Text Example
White with #9881DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881DC; }
p { color: rgb(152,129,220); }
H1.HeaderClassName
{
color: #9881DC;
}
.AnyTagClassName
{
color: #9881DC;
}
</style>
background-color css
<style>
a { background-color: #9881DC; }
a { background-color: rgb(152,129,220); }
div.DivClassName
{
background-color: #9881DC;
}
.BgClassName
{
background-color: #9881DC;
}
</style>
border-color css
<style>
span { border-color: #9881DC; }
span { border-color: rgb(152,129,220); }
td.TdClassName
{
border-color: #9881DC;
}
.TagClassName
{
border-color: #9881DC;
}
</style>