Shades of Medium Purple #9685EE
Tints of Medium Purple #9685EE
RGB
CMYK
RGB Variations
Color information
#9685EE (or 0x9685EE) is known color: Medium Purple. HEX triplet: 96, 85 and EE. RGB value is (150,133,238). Sum of RGB (Red+Green+Blue) = 150+133+238=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #9685EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9685EE is #697A11. Grayscale: #959595. Windows color (decimal): -6912530 or 15631766. OLE color: 15631766.
HSL color Cylindrical-coordinate representation of color #9685EE: hue angle of 249.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9685EE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 133 | 238 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.07 |
| HSL | 249.71º | 0.76% | 0.73% | - |
| HSV(B) | 249.71º | 0.44% | 0.93% | - |
| XYZ | 36.4 | 29.43 | 84.65 | - |
| YUV | 150.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 238 | 0.37 | 0.44 | 0 | 0.07 | 249.71 | 0.76 | 0.73 |
| Hex | 96 | 85 | EE | 25 | 2C | 0 | 7 | FA | 4C | 49 |
| Octal | 226 | 205 | 356 | 45 | 54 | 0 | 7 | 372 | 114 | 111 |
| Binary | 10010110 | 10000101 | 11101110 | 100101 | 101100 | 0 | 111 | 11111010 | 1001100 | 1001001 |
Color Harmonies of #9685EE
Complementary color
Monochromatic Colors of #9685EE
Black with #9685EE
Text Example
Text Example
White with #9685EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685EE; }
p { color: rgb(150,133,238); }
H1.HeaderClassName
{
color: #9685EE;
}
.AnyTagClassName
{
color: #9685EE;
}
</style>
background-color css
<style>
a { background-color: #9685EE; }
a { background-color: rgb(150,133,238); }
div.DivClassName
{
background-color: #9685EE;
}
.BgClassName
{
background-color: #9685EE;
}
</style>
border-color css
<style>
span { border-color: #9685EE; }
span { border-color: rgb(150,133,238); }
td.TdClassName
{
border-color: #9685EE;
}
.TagClassName
{
border-color: #9685EE;
}
</style>