Shades of Medium Purple #9B6DDE
Tints of Medium Purple #9B6DDE
RGB
CMYK
RGB Variations
Color information
#9B6DDE (or 0x9B6DDE) is known color: Medium Purple. HEX triplet: 9B, 6D and DE. RGB value is (155,109,222). Sum of RGB (Red+Green+Blue) = 155+109+222=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B6DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DDE is #649221. Grayscale: #878787. Windows color (decimal): -6591010 or 14577051. OLE color: 14577051.
HSL color Cylindrical-coordinate representation of color #9B6DDE: hue angle of 264.42º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B6DDE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 109 | 222 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.13 |
| HSL | 264.42º | 0.63% | 0.65% | - |
| HSV(B) | 264.42º | 0.51% | 0.87% | - |
| XYZ | 32.17 | 23.18 | 71.89 | - |
| YUV | 135.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 109 | 222 | 0.30 | 0.51 | 0 | 0.13 | 264.42 | 0.63 | 0.65 |
| Hex | 9B | 6D | DE | 1E | 33 | 0 | D | 108 | 3F | 41 |
| Octal | 233 | 155 | 336 | 36 | 63 | 0 | 15 | 410 | 77 | 101 |
| Binary | 10011011 | 1101101 | 11011110 | 11110 | 110011 | 0 | 1101 | 100001000 | 111111 | 1000001 |
Color Harmonies of #9B6DDE
Complementary color
Monochromatic Colors of #9B6DDE
Black with #9B6DDE
Text Example
Text Example
White with #9B6DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6DDE; }
p { color: rgb(155,109,222); }
H1.HeaderClassName
{
color: #9B6DDE;
}
.AnyTagClassName
{
color: #9B6DDE;
}
</style>
background-color css
<style>
a { background-color: #9B6DDE; }
a { background-color: rgb(155,109,222); }
div.DivClassName
{
background-color: #9B6DDE;
}
.BgClassName
{
background-color: #9B6DDE;
}
</style>
border-color css
<style>
span { border-color: #9B6DDE; }
span { border-color: rgb(155,109,222); }
td.TdClassName
{
border-color: #9B6DDE;
}
.TagClassName
{
border-color: #9B6DDE;
}
</style>