Shades of Medium Purple #9661E7
Tints of Medium Purple #9661E7
RGB
CMYK
RGB Variations
Color information
#9661E7 (or 0x9661E7) is known color: Medium Purple. HEX triplet: 96, 61 and E7. RGB value is (150,97,231). Sum of RGB (Red+Green+Blue) = 150+97+231=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #9661E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9661E7 is #699E18. Grayscale: #7F7F7F. Windows color (decimal): -6921753 or 15163798. OLE color: 15163798.
HSL color Cylindrical-coordinate representation of color #9661E7: hue angle of 263.73º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9661E7 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 97 | 231 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.09 |
| HSL | 263.73º | 0.74% | 0.64% | - |
| HSV(B) | 263.73º | 0.58% | 0.91% | - |
| XYZ | 31.28 | 20.8 | 77.97 | - |
| YUV | 128.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 231 | 0.35 | 0.58 | 0 | 0.09 | 263.73 | 0.74 | 0.64 |
| Hex | 96 | 61 | E7 | 23 | 3A | 0 | 9 | 108 | 4A | 40 |
| Octal | 226 | 141 | 347 | 43 | 72 | 0 | 11 | 410 | 112 | 100 |
| Binary | 10010110 | 1100001 | 11100111 | 100011 | 111010 | 0 | 1001 | 100001000 | 1001010 | 1000000 |
Color Harmonies of #9661E7
Complementary color
Monochromatic Colors of #9661E7
Black with #9661E7
Text Example
Text Example
White with #9661E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661E7; }
p { color: rgb(150,97,231); }
H1.HeaderClassName
{
color: #9661E7;
}
.AnyTagClassName
{
color: #9661E7;
}
</style>
background-color css
<style>
a { background-color: #9661E7; }
a { background-color: rgb(150,97,231); }
div.DivClassName
{
background-color: #9661E7;
}
.BgClassName
{
background-color: #9661E7;
}
</style>
border-color css
<style>
span { border-color: #9661E7; }
span { border-color: rgb(150,97,231); }
td.TdClassName
{
border-color: #9661E7;
}
.TagClassName
{
border-color: #9661E7;
}
</style>