Shades of Medium Purple #9B6EDD
Tints of Medium Purple #9B6EDD
RGB
CMYK
RGB Variations
Color information
#9B6EDD (or 0x9B6EDD) is known color: Medium Purple. HEX triplet: 9B, 6E and DD. RGB value is (155,110,221). Sum of RGB (Red+Green+Blue) = 155+110+221=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6EDD is #649122. Grayscale: #878787. Windows color (decimal): -6590755 or 14511771. OLE color: 14511771.
HSL color Cylindrical-coordinate representation of color #9B6EDD: hue angle of 264.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B6EDD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 110 | 221 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.13 |
| HSL | 264.32º | 0.62% | 0.65% | - |
| HSV(B) | 264.32º | 0.5% | 0.87% | - |
| XYZ | 32.14 | 23.34 | 71.22 | - |
| YUV | 136.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 221 | 0.30 | 0.50 | 0 | 0.13 | 264.32 | 0.62 | 0.65 |
| Hex | 9B | 6E | DD | 1E | 32 | 0 | D | 108 | 3E | 41 |
| Octal | 233 | 156 | 335 | 36 | 62 | 0 | 15 | 410 | 76 | 101 |
| Binary | 10011011 | 1101110 | 11011101 | 11110 | 110010 | 0 | 1101 | 100001000 | 111110 | 1000001 |
Color Harmonies of #9B6EDD
Complementary color
Monochromatic Colors of #9B6EDD
Black with #9B6EDD
Text Example
Text Example
White with #9B6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6EDD; }
p { color: rgb(155,110,221); }
H1.HeaderClassName
{
color: #9B6EDD;
}
.AnyTagClassName
{
color: #9B6EDD;
}
</style>
background-color css
<style>
a { background-color: #9B6EDD; }
a { background-color: rgb(155,110,221); }
div.DivClassName
{
background-color: #9B6EDD;
}
.BgClassName
{
background-color: #9B6EDD;
}
</style>
border-color css
<style>
span { border-color: #9B6EDD; }
span { border-color: rgb(155,110,221); }
td.TdClassName
{
border-color: #9B6EDD;
}
.TagClassName
{
border-color: #9B6EDD;
}
</style>