Shades of Medium Purple #9984F1
Tints of Medium Purple #9984F1
RGB
CMYK
RGB Variations
Color information
#9984F1 (or 0x9984F1) is known color: Medium Purple. HEX triplet: 99, 84 and F1. RGB value is (153,132,241). Sum of RGB (Red+Green+Blue) = 153+132+241=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #9984F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9984F1 is #667B0E. Grayscale: #969696. Windows color (decimal): -6716175 or 15828121. OLE color: 15828121.
HSL color Cylindrical-coordinate representation of color #9984F1: hue angle of 251.56º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9984F1 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 132 | 241 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.05 |
| HSL | 251.56º | 0.8% | 0.73% | - |
| HSV(B) | 251.56º | 0.45% | 0.95% | - |
| XYZ | 37.27 | 29.63 | 86.97 | - |
| YUV | 150.71 | 178.96 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 241 | 0.37 | 0.45 | 0 | 0.05 | 251.56 | 0.8 | 0.73 |
| Hex | 99 | 84 | F1 | 25 | 2D | 0 | 5 | FC | 50 | 49 |
| Octal | 231 | 204 | 361 | 45 | 55 | 0 | 5 | 374 | 120 | 111 |
| Binary | 10011001 | 10000100 | 11110001 | 100101 | 101101 | 0 | 101 | 11111100 | 1010000 | 1001001 |
Color Harmonies of #9984F1
Complementary color
Monochromatic Colors of #9984F1
Black with #9984F1
Text Example
Text Example
White with #9984F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9984F1; }
p { color: rgb(153,132,241); }
H1.HeaderClassName
{
color: #9984F1;
}
.AnyTagClassName
{
color: #9984F1;
}
</style>
background-color css
<style>
a { background-color: #9984F1; }
a { background-color: rgb(153,132,241); }
div.DivClassName
{
background-color: #9984F1;
}
.BgClassName
{
background-color: #9984F1;
}
</style>
border-color css
<style>
span { border-color: #9984F1; }
span { border-color: rgb(153,132,241); }
td.TdClassName
{
border-color: #9984F1;
}
.TagClassName
{
border-color: #9984F1;
}
</style>