Shades of Medium Purple #9659EF
Tints of Medium Purple #9659EF
RGB
CMYK
RGB Variations
Color information
#9659EF (or 0x9659EF) is known color: Medium Purple. HEX triplet: 96, 59 and EF. RGB value is (150,89,239). Sum of RGB (Red+Green+Blue) = 150+89+239=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #9659EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9659EF is #69A610. Grayscale: #7B7B7B. Windows color (decimal): -6923793 or 15686038. OLE color: 15686038.
HSL color Cylindrical-coordinate representation of color #9659EF: hue angle of 264.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9659EF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 89 | 239 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.06 |
| HSL | 264.4º | 0.82% | 0.64% | - |
| HSV(B) | 264.4º | 0.63% | 0.94% | - |
| XYZ | 31.73 | 19.86 | 83.82 | - |
| YUV | 124.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 239 | 0.37 | 0.63 | 0 | 0.06 | 264.4 | 0.82 | 0.64 |
| Hex | 96 | 59 | EF | 25 | 3F | 0 | 6 | 108 | 52 | 40 |
| Octal | 226 | 131 | 357 | 45 | 77 | 0 | 6 | 410 | 122 | 100 |
| Binary | 10010110 | 1011001 | 11101111 | 100101 | 111111 | 0 | 110 | 100001000 | 1010010 | 1000000 |
Color Harmonies of #9659EF
Complementary color
Monochromatic Colors of #9659EF
Black with #9659EF
Text Example
Text Example
White with #9659EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659EF; }
p { color: rgb(150,89,239); }
H1.HeaderClassName
{
color: #9659EF;
}
.AnyTagClassName
{
color: #9659EF;
}
</style>
background-color css
<style>
a { background-color: #9659EF; }
a { background-color: rgb(150,89,239); }
div.DivClassName
{
background-color: #9659EF;
}
.BgClassName
{
background-color: #9659EF;
}
</style>
border-color css
<style>
span { border-color: #9659EF; }
span { border-color: rgb(150,89,239); }
td.TdClassName
{
border-color: #9659EF;
}
.TagClassName
{
border-color: #9659EF;
}
</style>