Shades of Medium Purple #9B87EF
Tints of Medium Purple #9B87EF
RGB
CMYK
RGB Variations
Color information
#9B87EF (or 0x9B87EF) is known color: Medium Purple. HEX triplet: 9B, 87 and EF. RGB value is (155,135,239). Sum of RGB (Red+Green+Blue) = 155+135+239=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B87EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B87EF is #647810. Grayscale: #989898. Windows color (decimal): -6584337 or 15697819. OLE color: 15697819.
HSL color Cylindrical-coordinate representation of color #9B87EF: hue angle of 251.54º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B87EF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 135 | 239 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.06 |
| HSL | 251.54º | 0.76% | 0.73% | - |
| HSV(B) | 251.54º | 0.44% | 0.94% | - |
| XYZ | 37.76 | 30.53 | 85.56 | - |
| YUV | 152.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 239 | 0.35 | 0.44 | 0 | 0.06 | 251.54 | 0.76 | 0.73 |
| Hex | 9B | 87 | EF | 23 | 2C | 0 | 6 | FC | 4C | 49 |
| Octal | 233 | 207 | 357 | 43 | 54 | 0 | 6 | 374 | 114 | 111 |
| Binary | 10011011 | 10000111 | 11101111 | 100011 | 101100 | 0 | 110 | 11111100 | 1001100 | 1001001 |
Color Harmonies of #9B87EF
Complementary color
Monochromatic Colors of #9B87EF
Black with #9B87EF
Text Example
Text Example
White with #9B87EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B87EF; }
p { color: rgb(155,135,239); }
H1.HeaderClassName
{
color: #9B87EF;
}
.AnyTagClassName
{
color: #9B87EF;
}
</style>
background-color css
<style>
a { background-color: #9B87EF; }
a { background-color: rgb(155,135,239); }
div.DivClassName
{
background-color: #9B87EF;
}
.BgClassName
{
background-color: #9B87EF;
}
</style>
border-color css
<style>
span { border-color: #9B87EF; }
span { border-color: rgb(155,135,239); }
td.TdClassName
{
border-color: #9B87EF;
}
.TagClassName
{
border-color: #9B87EF;
}
</style>