Shades of Medium Purple #9786DE
Tints of Medium Purple #9786DE
RGB
CMYK
RGB Variations
Color information
#9786DE (or 0x9786DE) is known color: Medium Purple. HEX triplet: 97, 86 and DE. RGB value is (151,134,222). Sum of RGB (Red+Green+Blue) = 151+134+222=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #9786DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9786DE is #687921. Grayscale: #949494. Windows color (decimal): -6846754 or 14583447. OLE color: 14583447.
HSL color Cylindrical-coordinate representation of color #9786DE: hue angle of 251.59º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9786DE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 134 | 222 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.13 |
| HSL | 251.59º | 0.57% | 0.7% | - |
| HSV(B) | 251.59º | 0.4% | 0.87% | - |
| XYZ | 34.47 | 28.9 | 72.87 | - |
| YUV | 149.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 222 | 0.32 | 0.40 | 0 | 0.13 | 251.59 | 0.57 | 0.7 |
| Hex | 97 | 86 | DE | 20 | 28 | 0 | D | FC | 39 | 46 |
| Octal | 227 | 206 | 336 | 40 | 50 | 0 | 15 | 374 | 71 | 106 |
| Binary | 10010111 | 10000110 | 11011110 | 100000 | 101000 | 0 | 1101 | 11111100 | 111001 | 1000110 |
Color Harmonies of #9786DE
Complementary color
Monochromatic Colors of #9786DE
Black with #9786DE
Text Example
Text Example
White with #9786DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9786DE; }
p { color: rgb(151,134,222); }
H1.HeaderClassName
{
color: #9786DE;
}
.AnyTagClassName
{
color: #9786DE;
}
</style>
background-color css
<style>
a { background-color: #9786DE; }
a { background-color: rgb(151,134,222); }
div.DivClassName
{
background-color: #9786DE;
}
.BgClassName
{
background-color: #9786DE;
}
</style>
border-color css
<style>
span { border-color: #9786DE; }
span { border-color: rgb(151,134,222); }
td.TdClassName
{
border-color: #9786DE;
}
.TagClassName
{
border-color: #9786DE;
}
</style>