Shades of Medium Purple #9B6BDB
Tints of Medium Purple #9B6BDB
RGB
CMYK
RGB Variations
Color information
#9B6BDB (or 0x9B6BDB) is known color: Medium Purple. HEX triplet: 9B, 6B and DB. RGB value is (155,107,219). Sum of RGB (Red+Green+Blue) = 155+107+219=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BDB is #649424. Grayscale: #858585. Windows color (decimal): -6591525 or 14379931. OLE color: 14379931.
HSL color Cylindrical-coordinate representation of color #9B6BDB: hue angle of 265.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B6BDB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 107 | 219 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.14 |
| HSL | 265.71º | 0.61% | 0.64% | - |
| HSV(B) | 265.71º | 0.51% | 0.86% | - |
| XYZ | 31.56 | 22.6 | 69.72 | - |
| YUV | 134.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 219 | 0.29 | 0.51 | 0 | 0.14 | 265.71 | 0.61 | 0.64 |
| Hex | 9B | 6B | DB | 1D | 33 | 0 | E | 10A | 3D | 40 |
| Octal | 233 | 153 | 333 | 35 | 63 | 0 | 16 | 412 | 75 | 100 |
| Binary | 10011011 | 1101011 | 11011011 | 11101 | 110011 | 0 | 1110 | 100001010 | 111101 | 1000000 |
Color Harmonies of #9B6BDB
Complementary color
Monochromatic Colors of #9B6BDB
Black with #9B6BDB
Text Example
Text Example
White with #9B6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6BDB; }
p { color: rgb(155,107,219); }
H1.HeaderClassName
{
color: #9B6BDB;
}
.AnyTagClassName
{
color: #9B6BDB;
}
</style>
background-color css
<style>
a { background-color: #9B6BDB; }
a { background-color: rgb(155,107,219); }
div.DivClassName
{
background-color: #9B6BDB;
}
.BgClassName
{
background-color: #9B6BDB;
}
</style>
border-color css
<style>
span { border-color: #9B6BDB; }
span { border-color: rgb(155,107,219); }
td.TdClassName
{
border-color: #9B6BDB;
}
.TagClassName
{
border-color: #9B6BDB;
}
</style>