Shades of Medium Purple #9B86ED
Tints of Medium Purple #9B86ED
RGB
CMYK
RGB Variations
Color information
#9B86ED (or 0x9B86ED) is known color: Medium Purple. HEX triplet: 9B, 86 and ED. RGB value is (155,134,237). Sum of RGB (Red+Green+Blue) = 155+134+237=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B86ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B86ED is #647912. Grayscale: #979797. Windows color (decimal): -6584595 or 15566491. OLE color: 15566491.
HSL color Cylindrical-coordinate representation of color #9B86ED: hue angle of 252.23º degrees, saturation: 0.74, 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 #9B86ED is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 134 | 237 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.07 |
| HSL | 252.23º | 0.74% | 0.73% | - |
| HSV(B) | 252.23º | 0.43% | 0.93% | - |
| XYZ | 37.33 | 30.13 | 83.97 | - |
| YUV | 152.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 237 | 0.35 | 0.43 | 0 | 0.07 | 252.23 | 0.74 | 0.73 |
| Hex | 9B | 86 | ED | 23 | 2B | 0 | 7 | FC | 4A | 49 |
| Octal | 233 | 206 | 355 | 43 | 53 | 0 | 7 | 374 | 112 | 111 |
| Binary | 10011011 | 10000110 | 11101101 | 100011 | 101011 | 0 | 111 | 11111100 | 1001010 | 1001001 |
Color Harmonies of #9B86ED
Complementary color
Monochromatic Colors of #9B86ED
Black with #9B86ED
Text Example
Text Example
White with #9B86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B86ED; }
p { color: rgb(155,134,237); }
H1.HeaderClassName
{
color: #9B86ED;
}
.AnyTagClassName
{
color: #9B86ED;
}
</style>
background-color css
<style>
a { background-color: #9B86ED; }
a { background-color: rgb(155,134,237); }
div.DivClassName
{
background-color: #9B86ED;
}
.BgClassName
{
background-color: #9B86ED;
}
</style>
border-color css
<style>
span { border-color: #9B86ED; }
span { border-color: rgb(155,134,237); }
td.TdClassName
{
border-color: #9B86ED;
}
.TagClassName
{
border-color: #9B86ED;
}
</style>