Shades of Medium Purple #9C82E9
Tints of Medium Purple #9C82E9
RGB
CMYK
RGB Variations
Color information
#9C82E9 (or 0x9C82E9) is known color: Medium Purple. HEX triplet: 9C, 82 and E9. RGB value is (156,130,233). Sum of RGB (Red+Green+Blue) = 156+130+233=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #9C82E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C82E9 is #637D16. Grayscale: #959595. Windows color (decimal): -6520087 or 15303324. OLE color: 15303324.
HSL color Cylindrical-coordinate representation of color #9C82E9: hue angle of 255.15º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C82E9 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 130 | 233 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.09 |
| HSL | 255.15º | 0.7% | 0.71% | - |
| HSV(B) | 255.15º | 0.44% | 0.91% | - |
| XYZ | 36.4 | 28.92 | 80.75 | - |
| YUV | 149.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 233 | 0.33 | 0.44 | 0 | 0.09 | 255.15 | 0.7 | 0.71 |
| Hex | 9C | 82 | E9 | 21 | 2C | 0 | 9 | FF | 46 | 47 |
| Octal | 234 | 202 | 351 | 41 | 54 | 0 | 11 | 377 | 106 | 107 |
| Binary | 10011100 | 10000010 | 11101001 | 100001 | 101100 | 0 | 1001 | 11111111 | 1000110 | 1000111 |
Color Harmonies of #9C82E9
Complementary color
Monochromatic Colors of #9C82E9
Black with #9C82E9
Text Example
Text Example
White with #9C82E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C82E9; }
p { color: rgb(156,130,233); }
H1.HeaderClassName
{
color: #9C82E9;
}
.AnyTagClassName
{
color: #9C82E9;
}
</style>
background-color css
<style>
a { background-color: #9C82E9; }
a { background-color: rgb(156,130,233); }
div.DivClassName
{
background-color: #9C82E9;
}
.BgClassName
{
background-color: #9C82E9;
}
</style>
border-color css
<style>
span { border-color: #9C82E9; }
span { border-color: rgb(156,130,233); }
td.TdClassName
{
border-color: #9C82E9;
}
.TagClassName
{
border-color: #9C82E9;
}
</style>