Shades of Medium Purple #9984DE
Tints of Medium Purple #9984DE
RGB
CMYK
RGB Variations
Color information
#9984DE (or 0x9984DE) is known color: Medium Purple. HEX triplet: 99, 84 and DE. RGB value is (153,132,222). Sum of RGB (Red+Green+Blue) = 153+132+222=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #9984DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984DE is #667B21. Grayscale: #949494. Windows color (decimal): -6716194 or 14582937. OLE color: 14582937.
HSL color Cylindrical-coordinate representation of color #9984DE: hue angle of 254º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9984DE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 132 | 222 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.13 |
| HSL | 254º | 0.58% | 0.69% | - |
| HSV(B) | 254º | 0.41% | 0.87% | - |
| XYZ | 34.57 | 28.55 | 72.8 | - |
| YUV | 148.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 222 | 0.31 | 0.41 | 0 | 0.13 | 254 | 0.58 | 0.69 |
| Hex | 99 | 84 | DE | 1F | 29 | 0 | D | FE | 3A | 45 |
| Octal | 231 | 204 | 336 | 37 | 51 | 0 | 15 | 376 | 72 | 105 |
| Binary | 10011001 | 10000100 | 11011110 | 11111 | 101001 | 0 | 1101 | 11111110 | 111010 | 1000101 |
Color Harmonies of #9984DE
Complementary color
Monochromatic Colors of #9984DE
Black with #9984DE
Text Example
Text Example
White with #9984DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9984DE; }
p { color: rgb(153,132,222); }
H1.HeaderClassName
{
color: #9984DE;
}
.AnyTagClassName
{
color: #9984DE;
}
</style>
background-color css
<style>
a { background-color: #9984DE; }
a { background-color: rgb(153,132,222); }
div.DivClassName
{
background-color: #9984DE;
}
.BgClassName
{
background-color: #9984DE;
}
</style>
border-color css
<style>
span { border-color: #9984DE; }
span { border-color: rgb(153,132,222); }
td.TdClassName
{
border-color: #9984DE;
}
.TagClassName
{
border-color: #9984DE;
}
</style>