Shades of Medium Purple #9963EB
Tints of Medium Purple #9963EB
RGB
CMYK
RGB Variations
Color information
#9963EB (or 0x9963EB) is known color: Medium Purple. HEX triplet: 99, 63 and EB. RGB value is (153,99,235). Sum of RGB (Red+Green+Blue) = 153+99+235=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #9963EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9963EB is #669C14. Grayscale: #828282. Windows color (decimal): -6724629 or 15426457. OLE color: 15426457.
HSL color Cylindrical-coordinate representation of color #9963EB: hue angle of 263.82º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9963EB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 99 | 235 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.08 |
| HSL | 263.82º | 0.77% | 0.65% | - |
| HSV(B) | 263.82º | 0.58% | 0.92% | - |
| XYZ | 32.59 | 21.69 | 81.07 | - |
| YUV | 130.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 235 | 0.35 | 0.58 | 0 | 0.08 | 263.82 | 0.77 | 0.65 |
| Hex | 99 | 63 | EB | 23 | 3A | 0 | 8 | 108 | 4D | 41 |
| Octal | 231 | 143 | 353 | 43 | 72 | 0 | 10 | 410 | 115 | 101 |
| Binary | 10011001 | 1100011 | 11101011 | 100011 | 111010 | 0 | 1000 | 100001000 | 1001101 | 1000001 |
Color Harmonies of #9963EB
Complementary color
Monochromatic Colors of #9963EB
Black with #9963EB
Text Example
Text Example
White with #9963EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963EB; }
p { color: rgb(153,99,235); }
H1.HeaderClassName
{
color: #9963EB;
}
.AnyTagClassName
{
color: #9963EB;
}
</style>
background-color css
<style>
a { background-color: #9963EB; }
a { background-color: rgb(153,99,235); }
div.DivClassName
{
background-color: #9963EB;
}
.BgClassName
{
background-color: #9963EB;
}
</style>
border-color css
<style>
span { border-color: #9963EB; }
span { border-color: rgb(153,99,235); }
td.TdClassName
{
border-color: #9963EB;
}
.TagClassName
{
border-color: #9963EB;
}
</style>