Shades of Medium Purple #9963F1
Tints of Medium Purple #9963F1
RGB
CMYK
RGB Variations
Color information
#9963F1 (or 0x9963F1) is known color: Medium Purple. HEX triplet: 99, 63 and F1. RGB value is (153,99,241). Sum of RGB (Red+Green+Blue) = 153+99+241=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #9963F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9963F1 is #669C0E. Grayscale: #828282. Windows color (decimal): -6724623 or 15819673. OLE color: 15819673.
HSL color Cylindrical-coordinate representation of color #9963F1: hue angle of 262.82º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9963F1 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 99 | 241 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.05 |
| HSL | 262.82º | 0.84% | 0.67% | - |
| HSV(B) | 262.82º | 0.59% | 0.95% | - |
| XYZ | 33.48 | 22.05 | 85.71 | - |
| YUV | 131.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 241 | 0.37 | 0.59 | 0 | 0.05 | 262.82 | 0.84 | 0.67 |
| Hex | 99 | 63 | F1 | 25 | 3B | 0 | 5 | 107 | 54 | 43 |
| Octal | 231 | 143 | 361 | 45 | 73 | 0 | 5 | 407 | 124 | 103 |
| Binary | 10011001 | 1100011 | 11110001 | 100101 | 111011 | 0 | 101 | 100000111 | 1010100 | 1000011 |
Color Harmonies of #9963F1
Complementary color
Monochromatic Colors of #9963F1
Black with #9963F1
Text Example
Text Example
White with #9963F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963F1; }
p { color: rgb(153,99,241); }
H1.HeaderClassName
{
color: #9963F1;
}
.AnyTagClassName
{
color: #9963F1;
}
</style>
background-color css
<style>
a { background-color: #9963F1; }
a { background-color: rgb(153,99,241); }
div.DivClassName
{
background-color: #9963F1;
}
.BgClassName
{
background-color: #9963F1;
}
</style>
border-color css
<style>
span { border-color: #9963F1; }
span { border-color: rgb(153,99,241); }
td.TdClassName
{
border-color: #9963F1;
}
.TagClassName
{
border-color: #9963F1;
}
</style>