Shades of Medium Purple #9986EF
Tints of Medium Purple #9986EF
RGB
CMYK
RGB Variations
Color information
#9986EF (or 0x9986EF) is known color: Medium Purple. HEX triplet: 99, 86 and EF. RGB value is (153,134,239). Sum of RGB (Red+Green+Blue) = 153+134+239=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #9986EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9986EF is #667910. Grayscale: #979797. Windows color (decimal): -6715665 or 15697561. OLE color: 15697561.
HSL color Cylindrical-coordinate representation of color #9986EF: hue angle of 250.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9986EF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 134 | 239 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.06 |
| HSL | 250.86º | 0.77% | 0.73% | - |
| HSV(B) | 250.86º | 0.44% | 0.94% | - |
| XYZ | 37.24 | 30.05 | 85.5 | - |
| YUV | 151.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 239 | 0.36 | 0.44 | 0 | 0.06 | 250.86 | 0.77 | 0.73 |
| Hex | 99 | 86 | EF | 24 | 2C | 0 | 6 | FB | 4D | 49 |
| Octal | 231 | 206 | 357 | 44 | 54 | 0 | 6 | 373 | 115 | 111 |
| Binary | 10011001 | 10000110 | 11101111 | 100100 | 101100 | 0 | 110 | 11111011 | 1001101 | 1001001 |
Color Harmonies of #9986EF
Complementary color
Monochromatic Colors of #9986EF
Black with #9986EF
Text Example
Text Example
White with #9986EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986EF; }
p { color: rgb(153,134,239); }
H1.HeaderClassName
{
color: #9986EF;
}
.AnyTagClassName
{
color: #9986EF;
}
</style>
background-color css
<style>
a { background-color: #9986EF; }
a { background-color: rgb(153,134,239); }
div.DivClassName
{
background-color: #9986EF;
}
.BgClassName
{
background-color: #9986EF;
}
</style>
border-color css
<style>
span { border-color: #9986EF; }
span { border-color: rgb(153,134,239); }
td.TdClassName
{
border-color: #9986EF;
}
.TagClassName
{
border-color: #9986EF;
}
</style>