Shades of Medium Purple #9684DB
Tints of Medium Purple #9684DB
RGB
CMYK
RGB Variations
Color information
#9684DB (or 0x9684DB) is known color: Medium Purple. HEX triplet: 96, 84 and DB. RGB value is (150,132,219). Sum of RGB (Red+Green+Blue) = 150+132+219=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9684DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684DB is #697B24. Grayscale: #929292. Windows color (decimal): -6912805 or 14386326. OLE color: 14386326.
HSL color Cylindrical-coordinate representation of color #9684DB: hue angle of 252.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9684DB is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 132 | 219 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.14 |
| HSL | 252.41º | 0.55% | 0.69% | - |
| HSV(B) | 252.41º | 0.4% | 0.86% | - |
| XYZ | 33.62 | 28.1 | 70.67 | - |
| YUV | 147.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 219 | 0.32 | 0.40 | 0 | 0.14 | 252.41 | 0.55 | 0.69 |
| Hex | 96 | 84 | DB | 20 | 28 | 0 | E | FC | 37 | 45 |
| Octal | 226 | 204 | 333 | 40 | 50 | 0 | 16 | 374 | 67 | 105 |
| Binary | 10010110 | 10000100 | 11011011 | 100000 | 101000 | 0 | 1110 | 11111100 | 110111 | 1000101 |
Color Harmonies of #9684DB
Complementary color
Monochromatic Colors of #9684DB
Black with #9684DB
Text Example
Text Example
White with #9684DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684DB; }
p { color: rgb(150,132,219); }
H1.HeaderClassName
{
color: #9684DB;
}
.AnyTagClassName
{
color: #9684DB;
}
</style>
background-color css
<style>
a { background-color: #9684DB; }
a { background-color: rgb(150,132,219); }
div.DivClassName
{
background-color: #9684DB;
}
.BgClassName
{
background-color: #9684DB;
}
</style>
border-color css
<style>
span { border-color: #9684DB; }
span { border-color: rgb(150,132,219); }
td.TdClassName
{
border-color: #9684DB;
}
.TagClassName
{
border-color: #9684DB;
}
</style>