Shades of Medium Purple #9784DB
Tints of Medium Purple #9784DB
RGB
CMYK
RGB Variations
Color information
#9784DB (or 0x9784DB) is known color: Medium Purple. HEX triplet: 97, 84 and DB. RGB value is (151,132,219). Sum of RGB (Red+Green+Blue) = 151+132+219=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #9784DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784DB is #687B24. Grayscale: #939393. Windows color (decimal): -6847269 or 14386327. OLE color: 14386327.
HSL color Cylindrical-coordinate representation of color #9784DB: hue angle of 253.1º 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 #9784DB is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 132 | 219 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.14 |
| HSL | 253.1º | 0.55% | 0.69% | - |
| HSV(B) | 253.1º | 0.4% | 0.86% | - |
| XYZ | 33.8 | 28.2 | 70.68 | - |
| YUV | 147.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 219 | 0.31 | 0.40 | 0 | 0.14 | 253.1 | 0.55 | 0.69 |
| Hex | 97 | 84 | DB | 1F | 28 | 0 | E | FD | 37 | 45 |
| Octal | 227 | 204 | 333 | 37 | 50 | 0 | 16 | 375 | 67 | 105 |
| Binary | 10010111 | 10000100 | 11011011 | 11111 | 101000 | 0 | 1110 | 11111101 | 110111 | 1000101 |
Color Harmonies of #9784DB
Complementary color
Monochromatic Colors of #9784DB
Black with #9784DB
Text Example
Text Example
White with #9784DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9784DB; }
p { color: rgb(151,132,219); }
H1.HeaderClassName
{
color: #9784DB;
}
.AnyTagClassName
{
color: #9784DB;
}
</style>
background-color css
<style>
a { background-color: #9784DB; }
a { background-color: rgb(151,132,219); }
div.DivClassName
{
background-color: #9784DB;
}
.BgClassName
{
background-color: #9784DB;
}
</style>
border-color css
<style>
span { border-color: #9784DB; }
span { border-color: rgb(151,132,219); }
td.TdClassName
{
border-color: #9784DB;
}
.TagClassName
{
border-color: #9784DB;
}
</style>