Shades of Medium Purple #9B87EC
Tints of Medium Purple #9B87EC
RGB
CMYK
RGB Variations
Color information
#9B87EC (or 0x9B87EC) is known color: Medium Purple. HEX triplet: 9B, 87 and EC. RGB value is (155,135,236). Sum of RGB (Red+Green+Blue) = 155+135+236=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B87EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B87EC is #647813. Grayscale: #989898. Windows color (decimal): -6584340 or 15501211. OLE color: 15501211.
HSL color Cylindrical-coordinate representation of color #9B87EC: hue angle of 251.88º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B87EC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 135 | 236 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.07 |
| HSL | 251.88º | 0.73% | 0.73% | - |
| HSV(B) | 251.88º | 0.43% | 0.93% | - |
| XYZ | 37.32 | 30.35 | 83.25 | - |
| YUV | 152.49 | 175.13 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 236 | 0.34 | 0.43 | 0 | 0.07 | 251.88 | 0.73 | 0.73 |
| Hex | 9B | 87 | EC | 22 | 2B | 0 | 7 | FC | 49 | 49 |
| Octal | 233 | 207 | 354 | 42 | 53 | 0 | 7 | 374 | 111 | 111 |
| Binary | 10011011 | 10000111 | 11101100 | 100010 | 101011 | 0 | 111 | 11111100 | 1001001 | 1001001 |
Color Harmonies of #9B87EC
Complementary color
Monochromatic Colors of #9B87EC
Black with #9B87EC
Text Example
Text Example
White with #9B87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B87EC; }
p { color: rgb(155,135,236); }
H1.HeaderClassName
{
color: #9B87EC;
}
.AnyTagClassName
{
color: #9B87EC;
}
</style>
background-color css
<style>
a { background-color: #9B87EC; }
a { background-color: rgb(155,135,236); }
div.DivClassName
{
background-color: #9B87EC;
}
.BgClassName
{
background-color: #9B87EC;
}
</style>
border-color css
<style>
span { border-color: #9B87EC; }
span { border-color: rgb(155,135,236); }
td.TdClassName
{
border-color: #9B87EC;
}
.TagClassName
{
border-color: #9B87EC;
}
</style>