Shades of Medium Purple #9664E7
Tints of Medium Purple #9664E7
RGB
CMYK
RGB Variations
Color information
#9664E7 (or 0x9664E7) is known color: Medium Purple. HEX triplet: 96, 64 and E7. RGB value is (150,100,231). Sum of RGB (Red+Green+Blue) = 150+100+231=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #9664E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9664E7 is #699B18. Grayscale: #818181. Windows color (decimal): -6920985 or 15164566. OLE color: 15164566.
HSL color Cylindrical-coordinate representation of color #9664E7: hue angle of 262.9º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9664E7 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 100 | 231 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.09 |
| HSL | 262.9º | 0.73% | 0.65% | - |
| HSV(B) | 262.9º | 0.57% | 0.91% | - |
| XYZ | 31.56 | 21.37 | 78.06 | - |
| YUV | 129.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 231 | 0.35 | 0.57 | 0 | 0.09 | 262.9 | 0.73 | 0.65 |
| Hex | 96 | 64 | E7 | 23 | 39 | 0 | 9 | 107 | 49 | 41 |
| Octal | 226 | 144 | 347 | 43 | 71 | 0 | 11 | 407 | 111 | 101 |
| Binary | 10010110 | 1100100 | 11100111 | 100011 | 111001 | 0 | 1001 | 100000111 | 1001001 | 1000001 |
Color Harmonies of #9664E7
Complementary color
Monochromatic Colors of #9664E7
Black with #9664E7
Text Example
Text Example
White with #9664E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664E7; }
p { color: rgb(150,100,231); }
H1.HeaderClassName
{
color: #9664E7;
}
.AnyTagClassName
{
color: #9664E7;
}
</style>
background-color css
<style>
a { background-color: #9664E7; }
a { background-color: rgb(150,100,231); }
div.DivClassName
{
background-color: #9664E7;
}
.BgClassName
{
background-color: #9664E7;
}
</style>
border-color css
<style>
span { border-color: #9664E7; }
span { border-color: rgb(150,100,231); }
td.TdClassName
{
border-color: #9664E7;
}
.TagClassName
{
border-color: #9664E7;
}
</style>