Shades of Medium Purple #9A84DB
Tints of Medium Purple #9A84DB
RGB
CMYK
RGB Variations
Color information
#9A84DB (or 0x9A84DB) is known color: Medium Purple. HEX triplet: 9A, 84 and DB. RGB value is (154,132,219). Sum of RGB (Red+Green+Blue) = 154+132+219=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A84DB is #657B24. Grayscale: #949494. Windows color (decimal): -6650661 or 14386330. OLE color: 14386330.
HSL color Cylindrical-coordinate representation of color #9A84DB: hue angle of 255.17º 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 #9A84DB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 132 | 219 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.14 |
| HSL | 255.17º | 0.55% | 0.69% | - |
| HSV(B) | 255.17º | 0.4% | 0.86% | - |
| XYZ | 34.36 | 28.49 | 70.71 | - |
| YUV | 148.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 219 | 0.30 | 0.40 | 0 | 0.14 | 255.17 | 0.55 | 0.69 |
| Hex | 9A | 84 | DB | 1E | 28 | 0 | E | FF | 37 | 45 |
| Octal | 232 | 204 | 333 | 36 | 50 | 0 | 16 | 377 | 67 | 105 |
| Binary | 10011010 | 10000100 | 11011011 | 11110 | 101000 | 0 | 1110 | 11111111 | 110111 | 1000101 |
Color Harmonies of #9A84DB
Complementary color
Monochromatic Colors of #9A84DB
Black with #9A84DB
Text Example
Text Example
White with #9A84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84DB; }
p { color: rgb(154,132,219); }
H1.HeaderClassName
{
color: #9A84DB;
}
.AnyTagClassName
{
color: #9A84DB;
}
</style>
background-color css
<style>
a { background-color: #9A84DB; }
a { background-color: rgb(154,132,219); }
div.DivClassName
{
background-color: #9A84DB;
}
.BgClassName
{
background-color: #9A84DB;
}
</style>
border-color css
<style>
span { border-color: #9A84DB; }
span { border-color: rgb(154,132,219); }
td.TdClassName
{
border-color: #9A84DB;
}
.TagClassName
{
border-color: #9A84DB;
}
</style>