Shades of Medium Purple #9986ED
Tints of Medium Purple #9986ED
RGB
CMYK
RGB Variations
Color information
#9986ED (or 0x9986ED) is known color: Medium Purple. HEX triplet: 99, 86 and ED. RGB value is (153,134,237). Sum of RGB (Red+Green+Blue) = 153+134+237=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #9986ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9986ED is #667912. Grayscale: #979797. Windows color (decimal): -6715667 or 15566489. OLE color: 15566489.
HSL color Cylindrical-coordinate representation of color #9986ED: hue angle of 251.07º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9986ED is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 134 | 237 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.07 |
| HSL | 251.07º | 0.74% | 0.73% | - |
| HSV(B) | 251.07º | 0.43% | 0.93% | - |
| XYZ | 36.95 | 29.94 | 83.95 | - |
| YUV | 151.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 237 | 0.35 | 0.43 | 0 | 0.07 | 251.07 | 0.74 | 0.73 |
| Hex | 99 | 86 | ED | 23 | 2B | 0 | 7 | FB | 4A | 49 |
| Octal | 231 | 206 | 355 | 43 | 53 | 0 | 7 | 373 | 112 | 111 |
| Binary | 10011001 | 10000110 | 11101101 | 100011 | 101011 | 0 | 111 | 11111011 | 1001010 | 1001001 |
Color Harmonies of #9986ED
Complementary color
Monochromatic Colors of #9986ED
Black with #9986ED
Text Example
Text Example
White with #9986ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986ED; }
p { color: rgb(153,134,237); }
H1.HeaderClassName
{
color: #9986ED;
}
.AnyTagClassName
{
color: #9986ED;
}
</style>
background-color css
<style>
a { background-color: #9986ED; }
a { background-color: rgb(153,134,237); }
div.DivClassName
{
background-color: #9986ED;
}
.BgClassName
{
background-color: #9986ED;
}
</style>
border-color css
<style>
span { border-color: #9986ED; }
span { border-color: rgb(153,134,237); }
td.TdClassName
{
border-color: #9986ED;
}
.TagClassName
{
border-color: #9986ED;
}
</style>