Shades of Medium Purple #9B6DDB
Tints of Medium Purple #9B6DDB
RGB
CMYK
RGB Variations
Color information
#9B6DDB (or 0x9B6DDB) is known color: Medium Purple. HEX triplet: 9B, 6D and DB. RGB value is (155,109,219). Sum of RGB (Red+Green+Blue) = 155+109+219=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DDB is #649224. Grayscale: #868686. Windows color (decimal): -6591013 or 14380443. OLE color: 14380443.
HSL color Cylindrical-coordinate representation of color #9B6DDB: hue angle of 265.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B6DDB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 109 | 219 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.14 |
| HSL | 265.09º | 0.6% | 0.64% | - |
| HSV(B) | 265.09º | 0.5% | 0.86% | - |
| XYZ | 31.77 | 23.02 | 69.79 | - |
| YUV | 135.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 109 | 219 | 0.29 | 0.50 | 0 | 0.14 | 265.09 | 0.6 | 0.64 |
| Hex | 9B | 6D | DB | 1D | 32 | 0 | E | 109 | 3C | 40 |
| Octal | 233 | 155 | 333 | 35 | 62 | 0 | 16 | 411 | 74 | 100 |
| Binary | 10011011 | 1101101 | 11011011 | 11101 | 110010 | 0 | 1110 | 100001001 | 111100 | 1000000 |
Color Harmonies of #9B6DDB
Complementary color
Monochromatic Colors of #9B6DDB
Black with #9B6DDB
Text Example
Text Example
White with #9B6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6DDB; }
p { color: rgb(155,109,219); }
H1.HeaderClassName
{
color: #9B6DDB;
}
.AnyTagClassName
{
color: #9B6DDB;
}
</style>
background-color css
<style>
a { background-color: #9B6DDB; }
a { background-color: rgb(155,109,219); }
div.DivClassName
{
background-color: #9B6DDB;
}
.BgClassName
{
background-color: #9B6DDB;
}
</style>
border-color css
<style>
span { border-color: #9B6DDB; }
span { border-color: rgb(155,109,219); }
td.TdClassName
{
border-color: #9B6DDB;
}
.TagClassName
{
border-color: #9B6DDB;
}
</style>