Shades of Medium Purple #9658EE
Tints of Medium Purple #9658EE
RGB
CMYK
RGB Variations
Color information
#9658EE (or 0x9658EE) is known color: Medium Purple. HEX triplet: 96, 58 and EE. RGB value is (150,88,238). Sum of RGB (Red+Green+Blue) = 150+88+238=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #9658EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9658EE is #69A711. Grayscale: #7B7B7B. Windows color (decimal): -6924050 or 15620246. OLE color: 15620246.
HSL color Cylindrical-coordinate representation of color #9658EE: hue angle of 264.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9658EE is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 88 | 238 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.07 |
| HSL | 264.8º | 0.82% | 0.64% | - |
| HSV(B) | 264.8º | 0.63% | 0.93% | - |
| XYZ | 31.5 | 19.64 | 83.02 | - |
| YUV | 123.64 | 192.54 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 238 | 0.37 | 0.63 | 0 | 0.07 | 264.8 | 0.82 | 0.64 |
| Hex | 96 | 58 | EE | 25 | 3F | 0 | 7 | 109 | 52 | 40 |
| Octal | 226 | 130 | 356 | 45 | 77 | 0 | 7 | 411 | 122 | 100 |
| Binary | 10010110 | 1011000 | 11101110 | 100101 | 111111 | 0 | 111 | 100001001 | 1010010 | 1000000 |
Color Harmonies of #9658EE
Complementary color
Monochromatic Colors of #9658EE
Black with #9658EE
Text Example
Text Example
White with #9658EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658EE; }
p { color: rgb(150,88,238); }
H1.HeaderClassName
{
color: #9658EE;
}
.AnyTagClassName
{
color: #9658EE;
}
</style>
background-color css
<style>
a { background-color: #9658EE; }
a { background-color: rgb(150,88,238); }
div.DivClassName
{
background-color: #9658EE;
}
.BgClassName
{
background-color: #9658EE;
}
</style>
border-color css
<style>
span { border-color: #9658EE; }
span { border-color: rgb(150,88,238); }
td.TdClassName
{
border-color: #9658EE;
}
.TagClassName
{
border-color: #9658EE;
}
</style>