Shades of Medium Purple #9655EC
Tints of Medium Purple #9655EC
RGB
CMYK
RGB Variations
Color information
#9655EC (or 0x9655EC) is known color: Medium Purple. HEX triplet: 96, 55 and EC. RGB value is (150,85,236). Sum of RGB (Red+Green+Blue) = 150+85+236=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9655EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655EC is #69AA13. Grayscale: #797979. Windows color (decimal): -6924820 or 15488406. OLE color: 15488406.
HSL color Cylindrical-coordinate representation of color #9655EC: hue angle of 265.83º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9655EC is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 85 | 236 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.07 |
| HSL | 265.83º | 0.8% | 0.63% | - |
| HSV(B) | 265.83º | 0.64% | 0.93% | - |
| XYZ | 30.97 | 19.04 | 81.4 | - |
| YUV | 121.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 236 | 0.36 | 0.64 | 0 | 0.07 | 265.83 | 0.8 | 0.63 |
| Hex | 96 | 55 | EC | 24 | 40 | 0 | 7 | 10A | 50 | 3F |
| Octal | 226 | 125 | 354 | 44 | 100 | 0 | 7 | 412 | 120 | 77 |
| Binary | 10010110 | 1010101 | 11101100 | 100100 | 1000000 | 0 | 111 | 100001010 | 1010000 | 111111 |
Color Harmonies of #9655EC
Complementary color
Monochromatic Colors of #9655EC
Black with #9655EC
Text Example
Text Example
White with #9655EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655EC; }
p { color: rgb(150,85,236); }
H1.HeaderClassName
{
color: #9655EC;
}
.AnyTagClassName
{
color: #9655EC;
}
</style>
background-color css
<style>
a { background-color: #9655EC; }
a { background-color: rgb(150,85,236); }
div.DivClassName
{
background-color: #9655EC;
}
.BgClassName
{
background-color: #9655EC;
}
</style>
border-color css
<style>
span { border-color: #9655EC; }
span { border-color: rgb(150,85,236); }
td.TdClassName
{
border-color: #9655EC;
}
.TagClassName
{
border-color: #9655EC;
}
</style>