Shades of Medium Purple #9686EE
Tints of Medium Purple #9686EE
RGB
CMYK
RGB Variations
Color information
#9686EE (or 0x9686EE) is known color: Medium Purple. HEX triplet: 96, 86 and EE. RGB value is (150,134,238). Sum of RGB (Red+Green+Blue) = 150+134+238=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #9686EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9686EE is #697911. Grayscale: #969696. Windows color (decimal): -6912274 or 15632022. OLE color: 15632022.
HSL color Cylindrical-coordinate representation of color #9686EE: hue angle of 249.23º degrees, saturation: 0.75, 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 #9686EE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 134 | 238 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.07 |
| HSL | 249.23º | 0.75% | 0.73% | - |
| HSV(B) | 249.23º | 0.44% | 0.93% | - |
| XYZ | 36.54 | 29.71 | 84.7 | - |
| YUV | 150.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 238 | 0.37 | 0.44 | 0 | 0.07 | 249.23 | 0.75 | 0.73 |
| Hex | 96 | 86 | EE | 25 | 2C | 0 | 7 | F9 | 4B | 49 |
| Octal | 226 | 206 | 356 | 45 | 54 | 0 | 7 | 371 | 113 | 111 |
| Binary | 10010110 | 10000110 | 11101110 | 100101 | 101100 | 0 | 111 | 11111001 | 1001011 | 1001001 |
Color Harmonies of #9686EE
Complementary color
Monochromatic Colors of #9686EE
Black with #9686EE
Text Example
Text Example
White with #9686EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9686EE; }
p { color: rgb(150,134,238); }
H1.HeaderClassName
{
color: #9686EE;
}
.AnyTagClassName
{
color: #9686EE;
}
</style>
background-color css
<style>
a { background-color: #9686EE; }
a { background-color: rgb(150,134,238); }
div.DivClassName
{
background-color: #9686EE;
}
.BgClassName
{
background-color: #9686EE;
}
</style>
border-color css
<style>
span { border-color: #9686EE; }
span { border-color: rgb(150,134,238); }
td.TdClassName
{
border-color: #9686EE;
}
.TagClassName
{
border-color: #9686EE;
}
</style>