Shades of Medium Purple #9B6BDD
Tints of Medium Purple #9B6BDD
RGB
CMYK
RGB Variations
Color information
#9B6BDD (or 0x9B6BDD) is known color: Medium Purple. HEX triplet: 9B, 6B and DD. RGB value is (155,107,221). Sum of RGB (Red+Green+Blue) = 155+107+221=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BDD is #649422. Grayscale: #858585. Windows color (decimal): -6591523 or 14511003. OLE color: 14511003.
HSL color Cylindrical-coordinate representation of color #9B6BDD: hue angle of 265.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B6BDD is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 107 | 221 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.13 |
| HSL | 265.26º | 0.63% | 0.64% | - |
| HSV(B) | 265.26º | 0.52% | 0.87% | - |
| XYZ | 31.83 | 22.7 | 71.11 | - |
| YUV | 134.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 221 | 0.30 | 0.52 | 0 | 0.13 | 265.26 | 0.63 | 0.64 |
| Hex | 9B | 6B | DD | 1E | 34 | 0 | D | 109 | 3F | 40 |
| Octal | 233 | 153 | 335 | 36 | 64 | 0 | 15 | 411 | 77 | 100 |
| Binary | 10011011 | 1101011 | 11011101 | 11110 | 110100 | 0 | 1101 | 100001001 | 111111 | 1000000 |
Color Harmonies of #9B6BDD
Complementary color
Monochromatic Colors of #9B6BDD
Black with #9B6BDD
Text Example
Text Example
White with #9B6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6BDD; }
p { color: rgb(155,107,221); }
H1.HeaderClassName
{
color: #9B6BDD;
}
.AnyTagClassName
{
color: #9B6BDD;
}
</style>
background-color css
<style>
a { background-color: #9B6BDD; }
a { background-color: rgb(155,107,221); }
div.DivClassName
{
background-color: #9B6BDD;
}
.BgClassName
{
background-color: #9B6BDD;
}
</style>
border-color css
<style>
span { border-color: #9B6BDD; }
span { border-color: rgb(155,107,221); }
td.TdClassName
{
border-color: #9B6BDD;
}
.TagClassName
{
border-color: #9B6BDD;
}
</style>