Shades of Medium Purple #9684DF
Tints of Medium Purple #9684DF
RGB
CMYK
RGB Variations
Color information
#9684DF (or 0x9684DF) is known color: Medium Purple. HEX triplet: 96, 84 and DF. RGB value is (150,132,223). Sum of RGB (Red+Green+Blue) = 150+132+223=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #9684DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684DF is #697B20. Grayscale: #939393. Windows color (decimal): -6912801 or 14648470. OLE color: 14648470.
HSL color Cylindrical-coordinate representation of color #9684DF: hue angle of 251.87º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9684DF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 132 | 223 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.13 |
| HSL | 251.87º | 0.59% | 0.7% | - |
| HSV(B) | 251.87º | 0.41% | 0.87% | - |
| XYZ | 34.15 | 28.31 | 73.48 | - |
| YUV | 147.76 | 170.46 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 223 | 0.33 | 0.41 | 0 | 0.13 | 251.87 | 0.59 | 0.7 |
| Hex | 96 | 84 | DF | 21 | 29 | 0 | D | FC | 3B | 46 |
| Octal | 226 | 204 | 337 | 41 | 51 | 0 | 15 | 374 | 73 | 106 |
| Binary | 10010110 | 10000100 | 11011111 | 100001 | 101001 | 0 | 1101 | 11111100 | 111011 | 1000110 |
Color Harmonies of #9684DF
Complementary color
Monochromatic Colors of #9684DF
Black with #9684DF
Text Example
Text Example
White with #9684DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684DF; }
p { color: rgb(150,132,223); }
H1.HeaderClassName
{
color: #9684DF;
}
.AnyTagClassName
{
color: #9684DF;
}
</style>
background-color css
<style>
a { background-color: #9684DF; }
a { background-color: rgb(150,132,223); }
div.DivClassName
{
background-color: #9684DF;
}
.BgClassName
{
background-color: #9684DF;
}
</style>
border-color css
<style>
span { border-color: #9684DF; }
span { border-color: rgb(150,132,223); }
td.TdClassName
{
border-color: #9684DF;
}
.TagClassName
{
border-color: #9684DF;
}
</style>