Shades of Medium Purple #9959EC
Tints of Medium Purple #9959EC
RGB
CMYK
RGB Variations
Color information
#9959EC (or 0x9959EC) is known color: Medium Purple. HEX triplet: 99, 59 and EC. RGB value is (153,89,236). Sum of RGB (Red+Green+Blue) = 153+89+236=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #9959EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9959EC is #66A613. Grayscale: #7C7C7C. Windows color (decimal): -6727188 or 15489433. OLE color: 15489433.
HSL color Cylindrical-coordinate representation of color #9959EC: hue angle of 266.12º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9959EC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 89 | 236 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.07 |
| HSL | 266.12º | 0.79% | 0.64% | - |
| HSV(B) | 266.12º | 0.62% | 0.93% | - |
| XYZ | 31.85 | 19.97 | 81.53 | - |
| YUV | 124.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 236 | 0.35 | 0.62 | 0 | 0.07 | 266.12 | 0.79 | 0.64 |
| Hex | 99 | 59 | EC | 23 | 3E | 0 | 7 | 10A | 4F | 40 |
| Octal | 231 | 131 | 354 | 43 | 76 | 0 | 7 | 412 | 117 | 100 |
| Binary | 10011001 | 1011001 | 11101100 | 100011 | 111110 | 0 | 111 | 100001010 | 1001111 | 1000000 |
Color Harmonies of #9959EC
Complementary color
Monochromatic Colors of #9959EC
Black with #9959EC
Text Example
Text Example
White with #9959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959EC; }
p { color: rgb(153,89,236); }
H1.HeaderClassName
{
color: #9959EC;
}
.AnyTagClassName
{
color: #9959EC;
}
</style>
background-color css
<style>
a { background-color: #9959EC; }
a { background-color: rgb(153,89,236); }
div.DivClassName
{
background-color: #9959EC;
}
.BgClassName
{
background-color: #9959EC;
}
</style>
border-color css
<style>
span { border-color: #9959EC; }
span { border-color: rgb(153,89,236); }
td.TdClassName
{
border-color: #9959EC;
}
.TagClassName
{
border-color: #9959EC;
}
</style>