Shades of Medium Purple #9660EF
Tints of Medium Purple #9660EF
RGB
CMYK
RGB Variations
Color information
#9660EF (or 0x9660EF) is known color: Medium Purple. HEX triplet: 96, 60 and EF. RGB value is (150,96,239). Sum of RGB (Red+Green+Blue) = 150+96+239=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #9660EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9660EF is #699F10. Grayscale: #7F7F7F. Windows color (decimal): -6922001 or 15687830. OLE color: 15687830.
HSL color Cylindrical-coordinate representation of color #9660EF: hue angle of 262.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9660EF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 96 | 239 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.06 |
| HSL | 262.66º | 0.82% | 0.66% | - |
| HSV(B) | 262.66º | 0.6% | 0.94% | - |
| XYZ | 32.34 | 21.08 | 84.03 | - |
| YUV | 128.45 | 190.39 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 239 | 0.37 | 0.60 | 0 | 0.06 | 262.66 | 0.82 | 0.66 |
| Hex | 96 | 60 | EF | 25 | 3C | 0 | 6 | 107 | 52 | 42 |
| Octal | 226 | 140 | 357 | 45 | 74 | 0 | 6 | 407 | 122 | 102 |
| Binary | 10010110 | 1100000 | 11101111 | 100101 | 111100 | 0 | 110 | 100000111 | 1010010 | 1000010 |
Color Harmonies of #9660EF
Complementary color
Monochromatic Colors of #9660EF
Black with #9660EF
Text Example
Text Example
White with #9660EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660EF; }
p { color: rgb(150,96,239); }
H1.HeaderClassName
{
color: #9660EF;
}
.AnyTagClassName
{
color: #9660EF;
}
</style>
background-color css
<style>
a { background-color: #9660EF; }
a { background-color: rgb(150,96,239); }
div.DivClassName
{
background-color: #9660EF;
}
.BgClassName
{
background-color: #9660EF;
}
</style>
border-color css
<style>
span { border-color: #9660EF; }
span { border-color: rgb(150,96,239); }
td.TdClassName
{
border-color: #9660EF;
}
.TagClassName
{
border-color: #9660EF;
}
</style>