Shades of Medium Purple #9961E5
Tints of Medium Purple #9961E5
RGB
CMYK
RGB Variations
Color information
#9961E5 (or 0x9961E5) is known color: Medium Purple. HEX triplet: 99, 61 and E5. RGB value is (153,97,229). Sum of RGB (Red+Green+Blue) = 153+97+229=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #9961E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961E5 is #669E1A. Grayscale: #808080. Windows color (decimal): -6725147 or 15032729. OLE color: 15032729.
HSL color Cylindrical-coordinate representation of color #9961E5: hue angle of 265.45º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9961E5 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 97 | 229 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.10 |
| HSL | 265.45º | 0.72% | 0.64% | - |
| HSV(B) | 265.45º | 0.58% | 0.9% | - |
| XYZ | 31.55 | 20.98 | 76.51 | - |
| YUV | 128.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 229 | 0.33 | 0.58 | 0 | 0.10 | 265.45 | 0.72 | 0.64 |
| Hex | 99 | 61 | E5 | 21 | 3A | 0 | A | 109 | 48 | 40 |
| Octal | 231 | 141 | 345 | 41 | 72 | 0 | 12 | 411 | 110 | 100 |
| Binary | 10011001 | 1100001 | 11100101 | 100001 | 111010 | 0 | 1010 | 100001001 | 1001000 | 1000000 |
Color Harmonies of #9961E5
Complementary color
Monochromatic Colors of #9961E5
Black with #9961E5
Text Example
Text Example
White with #9961E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961E5; }
p { color: rgb(153,97,229); }
H1.HeaderClassName
{
color: #9961E5;
}
.AnyTagClassName
{
color: #9961E5;
}
</style>
background-color css
<style>
a { background-color: #9961E5; }
a { background-color: rgb(153,97,229); }
div.DivClassName
{
background-color: #9961E5;
}
.BgClassName
{
background-color: #9961E5;
}
</style>
border-color css
<style>
span { border-color: #9961E5; }
span { border-color: rgb(153,97,229); }
td.TdClassName
{
border-color: #9961E5;
}
.TagClassName
{
border-color: #9961E5;
}
</style>