Shades of Medium Purple #9B7ED6
Tints of Medium Purple #9B7ED6
RGB
CMYK
RGB Variations
Color information
#9B7ED6 (or 0x9B7ED6) is known color: Medium Purple. HEX triplet: 9B, 7E and D6. RGB value is (155,126,214). Sum of RGB (Red+Green+Blue) = 155+126+214=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B7ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ED6 is #648129. Grayscale: #909090. Windows color (decimal): -6586666 or 14057115. OLE color: 14057115.
HSL color Cylindrical-coordinate representation of color #9B7ED6: hue angle of 259.77º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B7ED6 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 126 | 214 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.16 |
| HSL | 259.77º | 0.52% | 0.67% | - |
| HSV(B) | 259.77º | 0.41% | 0.84% | - |
| XYZ | 33.12 | 26.75 | 67.04 | - |
| YUV | 144.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 214 | 0.28 | 0.41 | 0 | 0.16 | 259.77 | 0.52 | 0.67 |
| Hex | 9B | 7E | D6 | 1C | 29 | 0 | 10 | 104 | 34 | 43 |
| Octal | 233 | 176 | 326 | 34 | 51 | 0 | 20 | 404 | 64 | 103 |
| Binary | 10011011 | 1111110 | 11010110 | 11100 | 101001 | 0 | 10000 | 100000100 | 110100 | 1000011 |
Color Harmonies of #9B7ED6
Complementary color
Monochromatic Colors of #9B7ED6
Black with #9B7ED6
Text Example
Text Example
White with #9B7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7ED6; }
p { color: rgb(155,126,214); }
H1.HeaderClassName
{
color: #9B7ED6;
}
.AnyTagClassName
{
color: #9B7ED6;
}
</style>
background-color css
<style>
a { background-color: #9B7ED6; }
a { background-color: rgb(155,126,214); }
div.DivClassName
{
background-color: #9B7ED6;
}
.BgClassName
{
background-color: #9B7ED6;
}
</style>
border-color css
<style>
span { border-color: #9B7ED6; }
span { border-color: rgb(155,126,214); }
td.TdClassName
{
border-color: #9B7ED6;
}
.TagClassName
{
border-color: #9B7ED6;
}
</style>