Shades of Medium Purple #9D64EF
Tints of Medium Purple #9D64EF
RGB
CMYK
RGB Variations
Color information
#9D64EF (or 0x9D64EF) is known color: Medium Purple. HEX triplet: 9D, 64 and EF. RGB value is (157,100,239). Sum of RGB (Red+Green+Blue) = 157+100+239=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D64EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D64EF is #629B10. Grayscale: #848484. Windows color (decimal): -6462225 or 15688861. OLE color: 15688861.
HSL color Cylindrical-coordinate representation of color #9D64EF: hue angle of 264.6º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D64EF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 100 | 239 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.06 |
| HSL | 264.6º | 0.81% | 0.66% | - |
| HSV(B) | 264.6º | 0.58% | 0.94% | - |
| XYZ | 34.04 | 22.51 | 84.21 | - |
| YUV | 132.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 239 | 0.34 | 0.58 | 0 | 0.06 | 264.6 | 0.81 | 0.66 |
| Hex | 9D | 64 | EF | 22 | 3A | 0 | 6 | 109 | 51 | 42 |
| Octal | 235 | 144 | 357 | 42 | 72 | 0 | 6 | 411 | 121 | 102 |
| Binary | 10011101 | 1100100 | 11101111 | 100010 | 111010 | 0 | 110 | 100001001 | 1010001 | 1000010 |
Color Harmonies of #9D64EF
Complementary color
Monochromatic Colors of #9D64EF
Black with #9D64EF
Text Example
Text Example
White with #9D64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D64EF; }
p { color: rgb(157,100,239); }
H1.HeaderClassName
{
color: #9D64EF;
}
.AnyTagClassName
{
color: #9D64EF;
}
</style>
background-color css
<style>
a { background-color: #9D64EF; }
a { background-color: rgb(157,100,239); }
div.DivClassName
{
background-color: #9D64EF;
}
.BgClassName
{
background-color: #9D64EF;
}
</style>
border-color css
<style>
span { border-color: #9D64EF; }
span { border-color: rgb(157,100,239); }
td.TdClassName
{
border-color: #9D64EF;
}
.TagClassName
{
border-color: #9D64EF;
}
</style>