Shades of Medium Purple #9E82DB
Tints of Medium Purple #9E82DB
RGB
CMYK
RGB Variations
Color information
#9E82DB (or 0x9E82DB) is known color: Medium Purple. HEX triplet: 9E, 82 and DB. RGB value is (158,130,219). Sum of RGB (Red+Green+Blue) = 158+130+219=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82DB is #617D24. Grayscale: #949494. Windows color (decimal): -6389029 or 14385822. OLE color: 14385822.
HSL color Cylindrical-coordinate representation of color #9E82DB: hue angle of 258.88º 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 #9E82DB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 130 | 219 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.14 |
| HSL | 258.88º | 0.55% | 0.68% | - |
| HSV(B) | 258.88º | 0.41% | 0.86% | - |
| XYZ | 34.87 | 28.35 | 70.65 | - |
| YUV | 148.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 219 | 0.28 | 0.41 | 0 | 0.14 | 258.88 | 0.55 | 0.68 |
| Hex | 9E | 82 | DB | 1C | 29 | 0 | E | 103 | 37 | 44 |
| Octal | 236 | 202 | 333 | 34 | 51 | 0 | 16 | 403 | 67 | 104 |
| Binary | 10011110 | 10000010 | 11011011 | 11100 | 101001 | 0 | 1110 | 100000011 | 110111 | 1000100 |
Color Harmonies of #9E82DB
Complementary color
Monochromatic Colors of #9E82DB
Black with #9E82DB
Text Example
Text Example
White with #9E82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E82DB; }
p { color: rgb(158,130,219); }
H1.HeaderClassName
{
color: #9E82DB;
}
.AnyTagClassName
{
color: #9E82DB;
}
</style>
background-color css
<style>
a { background-color: #9E82DB; }
a { background-color: rgb(158,130,219); }
div.DivClassName
{
background-color: #9E82DB;
}
.BgClassName
{
background-color: #9E82DB;
}
</style>
border-color css
<style>
span { border-color: #9E82DB; }
span { border-color: rgb(158,130,219); }
td.TdClassName
{
border-color: #9E82DB;
}
.TagClassName
{
border-color: #9E82DB;
}
</style>