Shades of Medium Purple #9786EE
Tints of Medium Purple #9786EE
RGB
CMYK
RGB Variations
Color information
#9786EE (or 0x9786EE) is known color: Medium Purple. HEX triplet: 97, 86 and EE. RGB value is (151,134,238). Sum of RGB (Red+Green+Blue) = 151+134+238=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #9786EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9786EE is #687911. Grayscale: #969696. Windows color (decimal): -6846738 or 15632023. OLE color: 15632023.
HSL color Cylindrical-coordinate representation of color #9786EE: hue angle of 249.81º 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 #9786EE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 134 | 238 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.07 |
| HSL | 249.81º | 0.75% | 0.73% | - |
| HSV(B) | 249.81º | 0.44% | 0.93% | - |
| XYZ | 36.72 | 29.8 | 84.71 | - |
| YUV | 150.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 238 | 0.37 | 0.44 | 0 | 0.07 | 249.81 | 0.75 | 0.73 |
| Hex | 97 | 86 | EE | 25 | 2C | 0 | 7 | FA | 4B | 49 |
| Octal | 227 | 206 | 356 | 45 | 54 | 0 | 7 | 372 | 113 | 111 |
| Binary | 10010111 | 10000110 | 11101110 | 100101 | 101100 | 0 | 111 | 11111010 | 1001011 | 1001001 |
Color Harmonies of #9786EE
Complementary color
Monochromatic Colors of #9786EE
Black with #9786EE
Text Example
Text Example
White with #9786EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9786EE; }
p { color: rgb(151,134,238); }
H1.HeaderClassName
{
color: #9786EE;
}
.AnyTagClassName
{
color: #9786EE;
}
</style>
background-color css
<style>
a { background-color: #9786EE; }
a { background-color: rgb(151,134,238); }
div.DivClassName
{
background-color: #9786EE;
}
.BgClassName
{
background-color: #9786EE;
}
</style>
border-color css
<style>
span { border-color: #9786EE; }
span { border-color: rgb(151,134,238); }
td.TdClassName
{
border-color: #9786EE;
}
.TagClassName
{
border-color: #9786EE;
}
</style>