Shades of Medium Purple #9684E3
Tints of Medium Purple #9684E3
RGB
CMYK
RGB Variations
Color information
#9684E3 (or 0x9684E3) is known color: Medium Purple. HEX triplet: 96, 84 and E3. RGB value is (150,132,227). Sum of RGB (Red+Green+Blue) = 150+132+227=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #9684E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684E3 is #697B1C. Grayscale: #939393. Windows color (decimal): -6912797 or 14910614. OLE color: 14910614.
HSL color Cylindrical-coordinate representation of color #9684E3: hue angle of 251.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9684E3 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 132 | 227 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.11 |
| HSL | 251.37º | 0.63% | 0.7% | - |
| HSV(B) | 251.37º | 0.42% | 0.89% | - |
| XYZ | 34.69 | 28.53 | 76.35 | - |
| YUV | 148.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 227 | 0.34 | 0.42 | 0 | 0.11 | 251.37 | 0.63 | 0.7 |
| Hex | 96 | 84 | E3 | 22 | 2A | 0 | B | FB | 3F | 46 |
| Octal | 226 | 204 | 343 | 42 | 52 | 0 | 13 | 373 | 77 | 106 |
| Binary | 10010110 | 10000100 | 11100011 | 100010 | 101010 | 0 | 1011 | 11111011 | 111111 | 1000110 |
Color Harmonies of #9684E3
Complementary color
Monochromatic Colors of #9684E3
Black with #9684E3
Text Example
Text Example
White with #9684E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684E3; }
p { color: rgb(150,132,227); }
H1.HeaderClassName
{
color: #9684E3;
}
.AnyTagClassName
{
color: #9684E3;
}
</style>
background-color css
<style>
a { background-color: #9684E3; }
a { background-color: rgb(150,132,227); }
div.DivClassName
{
background-color: #9684E3;
}
.BgClassName
{
background-color: #9684E3;
}
</style>
border-color css
<style>
span { border-color: #9684E3; }
span { border-color: rgb(150,132,227); }
td.TdClassName
{
border-color: #9684E3;
}
.TagClassName
{
border-color: #9684E3;
}
</style>