Shades of Medium Purple #9655EE
Tints of Medium Purple #9655EE
RGB
CMYK
RGB Variations
Color information
#9655EE (or 0x9655EE) is known color: Medium Purple. HEX triplet: 96, 55 and EE. RGB value is (150,85,238). Sum of RGB (Red+Green+Blue) = 150+85+238=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #9655EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655EE is #69AA11. Grayscale: #797979. Windows color (decimal): -6924818 or 15619478. OLE color: 15619478.
HSL color Cylindrical-coordinate representation of color #9655EE: hue angle of 265.49º degrees, saturation: 0.82, 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 #9655EE is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 85 | 238 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.07 |
| HSL | 265.49º | 0.82% | 0.63% | - |
| HSV(B) | 265.49º | 0.64% | 0.93% | - |
| XYZ | 31.26 | 19.15 | 82.94 | - |
| YUV | 121.88 | 193.53 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 238 | 0.37 | 0.64 | 0 | 0.07 | 265.49 | 0.82 | 0.63 |
| Hex | 96 | 55 | EE | 25 | 40 | 0 | 7 | 109 | 52 | 3F |
| Octal | 226 | 125 | 356 | 45 | 100 | 0 | 7 | 411 | 122 | 77 |
| Binary | 10010110 | 1010101 | 11101110 | 100101 | 1000000 | 0 | 111 | 100001001 | 1010010 | 111111 |
Color Harmonies of #9655EE
Complementary color
Monochromatic Colors of #9655EE
Black with #9655EE
Text Example
Text Example
White with #9655EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655EE; }
p { color: rgb(150,85,238); }
H1.HeaderClassName
{
color: #9655EE;
}
.AnyTagClassName
{
color: #9655EE;
}
</style>
background-color css
<style>
a { background-color: #9655EE; }
a { background-color: rgb(150,85,238); }
div.DivClassName
{
background-color: #9655EE;
}
.BgClassName
{
background-color: #9655EE;
}
</style>
border-color css
<style>
span { border-color: #9655EE; }
span { border-color: rgb(150,85,238); }
td.TdClassName
{
border-color: #9655EE;
}
.TagClassName
{
border-color: #9655EE;
}
</style>