Shades of Medium Purple #9686E0
Tints of Medium Purple #9686E0
RGB
CMYK
RGB Variations
Color information
#9686E0 (or 0x9686E0) is known color: Medium Purple. HEX triplet: 96, 86 and E0. RGB value is (150,134,224). Sum of RGB (Red+Green+Blue) = 150+134+224=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #9686E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686E0 is #69791F. Grayscale: #949494. Windows color (decimal): -6912288 or 14714518. OLE color: 14714518.
HSL color Cylindrical-coordinate representation of color #9686E0: hue angle of 250.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9686E0 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 134 | 224 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.12 |
| HSL | 250.67º | 0.59% | 0.7% | - |
| HSV(B) | 250.67º | 0.4% | 0.88% | - |
| XYZ | 34.56 | 28.92 | 74.28 | - |
| YUV | 149.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 224 | 0.33 | 0.40 | 0 | 0.12 | 250.67 | 0.59 | 0.7 |
| Hex | 96 | 86 | E0 | 21 | 28 | 0 | C | FB | 3B | 46 |
| Octal | 226 | 206 | 340 | 41 | 50 | 0 | 14 | 373 | 73 | 106 |
| Binary | 10010110 | 10000110 | 11100000 | 100001 | 101000 | 0 | 1100 | 11111011 | 111011 | 1000110 |
Color Harmonies of #9686E0
Complementary color
Monochromatic Colors of #9686E0
Black with #9686E0
Text Example
Text Example
White with #9686E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9686E0; }
p { color: rgb(150,134,224); }
H1.HeaderClassName
{
color: #9686E0;
}
.AnyTagClassName
{
color: #9686E0;
}
</style>
background-color css
<style>
a { background-color: #9686E0; }
a { background-color: rgb(150,134,224); }
div.DivClassName
{
background-color: #9686E0;
}
.BgClassName
{
background-color: #9686E0;
}
</style>
border-color css
<style>
span { border-color: #9686E0; }
span { border-color: rgb(150,134,224); }
td.TdClassName
{
border-color: #9686E0;
}
.TagClassName
{
border-color: #9686E0;
}
</style>