Shades of Medium Purple #9660E4
Tints of Medium Purple #9660E4
RGB
CMYK
RGB Variations
Color information
#9660E4 (or 0x9660E4) is known color: Medium Purple. HEX triplet: 96, 60 and E4. RGB value is (150,96,228). Sum of RGB (Red+Green+Blue) = 150+96+228=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #9660E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660E4 is #699F1B. Grayscale: #7E7E7E. Windows color (decimal): -6922012 or 14966934. OLE color: 14966934.
HSL color Cylindrical-coordinate representation of color #9660E4: hue angle of 264.55º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9660E4 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 96 | 228 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.11 |
| HSL | 264.55º | 0.71% | 0.64% | - |
| HSV(B) | 264.55º | 0.58% | 0.89% | - |
| XYZ | 30.76 | 20.45 | 75.72 | - |
| YUV | 127.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 228 | 0.34 | 0.58 | 0 | 0.11 | 264.55 | 0.71 | 0.64 |
| Hex | 96 | 60 | E4 | 22 | 3A | 0 | B | 109 | 47 | 40 |
| Octal | 226 | 140 | 344 | 42 | 72 | 0 | 13 | 411 | 107 | 100 |
| Binary | 10010110 | 1100000 | 11100100 | 100010 | 111010 | 0 | 1011 | 100001001 | 1000111 | 1000000 |
Color Harmonies of #9660E4
Complementary color
Monochromatic Colors of #9660E4
Black with #9660E4
Text Example
Text Example
White with #9660E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660E4; }
p { color: rgb(150,96,228); }
H1.HeaderClassName
{
color: #9660E4;
}
.AnyTagClassName
{
color: #9660E4;
}
</style>
background-color css
<style>
a { background-color: #9660E4; }
a { background-color: rgb(150,96,228); }
div.DivClassName
{
background-color: #9660E4;
}
.BgClassName
{
background-color: #9660E4;
}
</style>
border-color css
<style>
span { border-color: #9660E4; }
span { border-color: rgb(150,96,228); }
td.TdClassName
{
border-color: #9660E4;
}
.TagClassName
{
border-color: #9660E4;
}
</style>