Shades of Medium Purple #9975F1
Tints of Medium Purple #9975F1
RGB
CMYK
RGB Variations
Color information
#9975F1 (or 0x9975F1) is known color: Medium Purple. HEX triplet: 99, 75 and F1. RGB value is (153,117,241). Sum of RGB (Red+Green+Blue) = 153+117+241=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #9975F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9975F1 is #668A0E. Grayscale: #8D8D8D. Windows color (decimal): -6720015 or 15824281. OLE color: 15824281.
HSL color Cylindrical-coordinate representation of color #9975F1: hue angle of 257.42º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9975F1 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 117 | 241 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.05 |
| HSL | 257.42º | 0.82% | 0.7% | - |
| HSV(B) | 257.42º | 0.51% | 0.95% | - |
| XYZ | 35.38 | 25.85 | 86.34 | - |
| YUV | 141.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 241 | 0.37 | 0.51 | 0 | 0.05 | 257.42 | 0.82 | 0.7 |
| Hex | 99 | 75 | F1 | 25 | 33 | 0 | 5 | 101 | 52 | 46 |
| Octal | 231 | 165 | 361 | 45 | 63 | 0 | 5 | 401 | 122 | 106 |
| Binary | 10011001 | 1110101 | 11110001 | 100101 | 110011 | 0 | 101 | 100000001 | 1010010 | 1000110 |
Color Harmonies of #9975F1
Complementary color
Monochromatic Colors of #9975F1
Black with #9975F1
Text Example
Text Example
White with #9975F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975F1; }
p { color: rgb(153,117,241); }
H1.HeaderClassName
{
color: #9975F1;
}
.AnyTagClassName
{
color: #9975F1;
}
</style>
background-color css
<style>
a { background-color: #9975F1; }
a { background-color: rgb(153,117,241); }
div.DivClassName
{
background-color: #9975F1;
}
.BgClassName
{
background-color: #9975F1;
}
</style>
border-color css
<style>
span { border-color: #9975F1; }
span { border-color: rgb(153,117,241); }
td.TdClassName
{
border-color: #9975F1;
}
.TagClassName
{
border-color: #9975F1;
}
</style>