Shades of Medium Purple #9C82DB
Tints of Medium Purple #9C82DB
RGB
CMYK
RGB Variations
Color information
#9C82DB (or 0x9C82DB) is known color: Medium Purple. HEX triplet: 9C, 82 and DB. RGB value is (156,130,219). Sum of RGB (Red+Green+Blue) = 156+130+219=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 130 (51.17% from 255 or 25.74% 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 #9C82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C82DB is #637D24. Grayscale: #939393. Windows color (decimal): -6520101 or 14385820. OLE color: 14385820.
HSL color Cylindrical-coordinate representation of color #9C82DB: hue angle of 257.53º 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 #9C82DB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 130 | 219 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.14 |
| HSL | 257.53º | 0.55% | 0.68% | - |
| HSV(B) | 257.53º | 0.41% | 0.86% | - |
| XYZ | 34.48 | 28.15 | 70.63 | - |
| YUV | 147.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 219 | 0.29 | 0.41 | 0 | 0.14 | 257.53 | 0.55 | 0.68 |
| Hex | 9C | 82 | DB | 1D | 29 | 0 | E | 102 | 37 | 44 |
| Octal | 234 | 202 | 333 | 35 | 51 | 0 | 16 | 402 | 67 | 104 |
| Binary | 10011100 | 10000010 | 11011011 | 11101 | 101001 | 0 | 1110 | 100000010 | 110111 | 1000100 |
Color Harmonies of #9C82DB
Complementary color
Monochromatic Colors of #9C82DB
Black with #9C82DB
Text Example
Text Example
White with #9C82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C82DB; }
p { color: rgb(156,130,219); }
H1.HeaderClassName
{
color: #9C82DB;
}
.AnyTagClassName
{
color: #9C82DB;
}
</style>
background-color css
<style>
a { background-color: #9C82DB; }
a { background-color: rgb(156,130,219); }
div.DivClassName
{
background-color: #9C82DB;
}
.BgClassName
{
background-color: #9C82DB;
}
</style>
border-color css
<style>
span { border-color: #9C82DB; }
span { border-color: rgb(156,130,219); }
td.TdClassName
{
border-color: #9C82DB;
}
.TagClassName
{
border-color: #9C82DB;
}
</style>