Shades of Medium Purple #9A82DB
Tints of Medium Purple #9A82DB
RGB
CMYK
RGB Variations
Color information
#9A82DB (or 0x9A82DB) is known color: Medium Purple. HEX triplet: 9A, 82 and DB. RGB value is (154,130,219). Sum of RGB (Red+Green+Blue) = 154+130+219=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A82DB is #657D24. Grayscale: #929292. Windows color (decimal): -6651173 or 14385818. OLE color: 14385818.
HSL color Cylindrical-coordinate representation of color #9A82DB: hue angle of 256.18º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A82DB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 130 | 219 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.14 |
| HSL | 256.18º | 0.55% | 0.68% | - |
| HSV(B) | 256.18º | 0.41% | 0.86% | - |
| XYZ | 34.1 | 27.95 | 70.62 | - |
| YUV | 147.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 219 | 0.30 | 0.41 | 0 | 0.14 | 256.18 | 0.55 | 0.68 |
| Hex | 9A | 82 | DB | 1E | 29 | 0 | E | 100 | 37 | 44 |
| Octal | 232 | 202 | 333 | 36 | 51 | 0 | 16 | 400 | 67 | 104 |
| Binary | 10011010 | 10000010 | 11011011 | 11110 | 101001 | 0 | 1110 | 100000000 | 110111 | 1000100 |
Color Harmonies of #9A82DB
Complementary color
Monochromatic Colors of #9A82DB
Black with #9A82DB
Text Example
Text Example
White with #9A82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A82DB; }
p { color: rgb(154,130,219); }
H1.HeaderClassName
{
color: #9A82DB;
}
.AnyTagClassName
{
color: #9A82DB;
}
</style>
background-color css
<style>
a { background-color: #9A82DB; }
a { background-color: rgb(154,130,219); }
div.DivClassName
{
background-color: #9A82DB;
}
.BgClassName
{
background-color: #9A82DB;
}
</style>
border-color css
<style>
span { border-color: #9A82DB; }
span { border-color: rgb(154,130,219); }
td.TdClassName
{
border-color: #9A82DB;
}
.TagClassName
{
border-color: #9A82DB;
}
</style>