Shades of Medium Purple #9B86DB
Tints of Medium Purple #9B86DB
RGB
CMYK
RGB Variations
Color information
#9B86DB (or 0x9B86DB) is known color: Medium Purple. HEX triplet: 9B, 86 and DB. RGB value is (155,134,219). Sum of RGB (Red+Green+Blue) = 155+134+219=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B86DB is #647924. Grayscale: #959595. Windows color (decimal): -6584613 or 14386843. OLE color: 14386843.
HSL color Cylindrical-coordinate representation of color #9B86DB: hue angle of 254.82º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B86DB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 134 | 219 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.14 |
| HSL | 254.82º | 0.54% | 0.69% | - |
| HSV(B) | 254.82º | 0.39% | 0.86% | - |
| XYZ | 34.83 | 29.13 | 70.81 | - |
| YUV | 149.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 219 | 0.29 | 0.39 | 0 | 0.14 | 254.82 | 0.54 | 0.69 |
| Hex | 9B | 86 | DB | 1D | 27 | 0 | E | FF | 36 | 45 |
| Octal | 233 | 206 | 333 | 35 | 47 | 0 | 16 | 377 | 66 | 105 |
| Binary | 10011011 | 10000110 | 11011011 | 11101 | 100111 | 0 | 1110 | 11111111 | 110110 | 1000101 |
Color Harmonies of #9B86DB
Complementary color
Monochromatic Colors of #9B86DB
Black with #9B86DB
Text Example
Text Example
White with #9B86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B86DB; }
p { color: rgb(155,134,219); }
H1.HeaderClassName
{
color: #9B86DB;
}
.AnyTagClassName
{
color: #9B86DB;
}
</style>
background-color css
<style>
a { background-color: #9B86DB; }
a { background-color: rgb(155,134,219); }
div.DivClassName
{
background-color: #9B86DB;
}
.BgClassName
{
background-color: #9B86DB;
}
</style>
border-color css
<style>
span { border-color: #9B86DB; }
span { border-color: rgb(155,134,219); }
td.TdClassName
{
border-color: #9B86DB;
}
.TagClassName
{
border-color: #9B86DB;
}
</style>