Shades of Medium Purple #9957ED
Tints of Medium Purple #9957ED
RGB
CMYK
RGB Variations
Color information
#9957ED (or 0x9957ED) is known color: Medium Purple. HEX triplet: 99, 57 and ED. RGB value is (153,87,237). Sum of RGB (Red+Green+Blue) = 153+87+237=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #9957ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9957ED is #66A812. Grayscale: #7B7B7B. Windows color (decimal): -6727699 or 15554457. OLE color: 15554457.
HSL color Cylindrical-coordinate representation of color #9957ED: hue angle of 266.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9957ED is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 87 | 237 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.07 |
| HSL | 266.4º | 0.81% | 0.64% | - |
| HSV(B) | 266.4º | 0.63% | 0.93% | - |
| XYZ | 31.83 | 19.7 | 82.25 | - |
| YUV | 123.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 237 | 0.35 | 0.63 | 0 | 0.07 | 266.4 | 0.81 | 0.64 |
| Hex | 99 | 57 | ED | 23 | 3F | 0 | 7 | 10A | 51 | 40 |
| Octal | 231 | 127 | 355 | 43 | 77 | 0 | 7 | 412 | 121 | 100 |
| Binary | 10011001 | 1010111 | 11101101 | 100011 | 111111 | 0 | 111 | 100001010 | 1010001 | 1000000 |
Color Harmonies of #9957ED
Complementary color
Monochromatic Colors of #9957ED
Black with #9957ED
Text Example
Text Example
White with #9957ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957ED; }
p { color: rgb(153,87,237); }
H1.HeaderClassName
{
color: #9957ED;
}
.AnyTagClassName
{
color: #9957ED;
}
</style>
background-color css
<style>
a { background-color: #9957ED; }
a { background-color: rgb(153,87,237); }
div.DivClassName
{
background-color: #9957ED;
}
.BgClassName
{
background-color: #9957ED;
}
</style>
border-color css
<style>
span { border-color: #9957ED; }
span { border-color: rgb(153,87,237); }
td.TdClassName
{
border-color: #9957ED;
}
.TagClassName
{
border-color: #9957ED;
}
</style>