Shades of Medium Purple #9B83EC
Tints of Medium Purple #9B83EC
RGB
CMYK
RGB Variations
Color information
#9B83EC (or 0x9B83EC) is known color: Medium Purple. HEX triplet: 9B, 83 and EC. RGB value is (155,131,236). Sum of RGB (Red+Green+Blue) = 155+131+236=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B83EC is #647C13. Grayscale: #959595. Windows color (decimal): -6585364 or 15500187. OLE color: 15500187.
HSL color Cylindrical-coordinate representation of color #9B83EC: hue angle of 253.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B83EC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 131 | 236 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.07 |
| HSL | 253.71º | 0.73% | 0.72% | - |
| HSV(B) | 253.71º | 0.44% | 0.93% | - |
| XYZ | 36.77 | 29.26 | 83.07 | - |
| YUV | 150.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 236 | 0.34 | 0.44 | 0 | 0.07 | 253.71 | 0.73 | 0.72 |
| Hex | 9B | 83 | EC | 22 | 2C | 0 | 7 | FE | 49 | 48 |
| Octal | 233 | 203 | 354 | 42 | 54 | 0 | 7 | 376 | 111 | 110 |
| Binary | 10011011 | 10000011 | 11101100 | 100010 | 101100 | 0 | 111 | 11111110 | 1001001 | 1001000 |
Color Harmonies of #9B83EC
Complementary color
Monochromatic Colors of #9B83EC
Black with #9B83EC
Text Example
Text Example
White with #9B83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B83EC; }
p { color: rgb(155,131,236); }
H1.HeaderClassName
{
color: #9B83EC;
}
.AnyTagClassName
{
color: #9B83EC;
}
</style>
background-color css
<style>
a { background-color: #9B83EC; }
a { background-color: rgb(155,131,236); }
div.DivClassName
{
background-color: #9B83EC;
}
.BgClassName
{
background-color: #9B83EC;
}
</style>
border-color css
<style>
span { border-color: #9B83EC; }
span { border-color: rgb(155,131,236); }
td.TdClassName
{
border-color: #9B83EC;
}
.TagClassName
{
border-color: #9B83EC;
}
</style>