Shades of Medium Purple #9C82DE
Tints of Medium Purple #9C82DE
RGB
CMYK
RGB Variations
Color information
#9C82DE (or 0x9C82DE) is known color: Medium Purple. HEX triplet: 9C, 82 and DE. RGB value is (156,130,222). Sum of RGB (Red+Green+Blue) = 156+130+222=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C82DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C82DE is #637D21. Grayscale: #939393. Windows color (decimal): -6520098 or 14582428. OLE color: 14582428.
HSL color Cylindrical-coordinate representation of color #9C82DE: hue angle of 256.96º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C82DE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 130 | 222 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.13 |
| HSL | 256.96º | 0.58% | 0.69% | - |
| HSV(B) | 256.96º | 0.41% | 0.87% | - |
| XYZ | 34.88 | 28.31 | 72.73 | - |
| YUV | 148.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 222 | 0.30 | 0.41 | 0 | 0.13 | 256.96 | 0.58 | 0.69 |
| Hex | 9C | 82 | DE | 1E | 29 | 0 | D | 101 | 3A | 45 |
| Octal | 234 | 202 | 336 | 36 | 51 | 0 | 15 | 401 | 72 | 105 |
| Binary | 10011100 | 10000010 | 11011110 | 11110 | 101001 | 0 | 1101 | 100000001 | 111010 | 1000101 |
Color Harmonies of #9C82DE
Complementary color
Monochromatic Colors of #9C82DE
Black with #9C82DE
Text Example
Text Example
White with #9C82DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C82DE; }
p { color: rgb(156,130,222); }
H1.HeaderClassName
{
color: #9C82DE;
}
.AnyTagClassName
{
color: #9C82DE;
}
</style>
background-color css
<style>
a { background-color: #9C82DE; }
a { background-color: rgb(156,130,222); }
div.DivClassName
{
background-color: #9C82DE;
}
.BgClassName
{
background-color: #9C82DE;
}
</style>
border-color css
<style>
span { border-color: #9C82DE; }
span { border-color: rgb(156,130,222); }
td.TdClassName
{
border-color: #9C82DE;
}
.TagClassName
{
border-color: #9C82DE;
}
</style>