Shades of Medium Purple #9B7DD3
Tints of Medium Purple #9B7DD3
RGB
CMYK
RGB Variations
Color information
#9B7DD3 (or 0x9B7DD3) is known color: Medium Purple. HEX triplet: 9B, 7D and D3. RGB value is (155,125,211). Sum of RGB (Red+Green+Blue) = 155+125+211=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #9B7DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DD3 is #64822C. Grayscale: #8F8F8F. Windows color (decimal): -6586925 or 13860251. OLE color: 13860251.
HSL color Cylindrical-coordinate representation of color #9B7DD3: hue angle of 260.93º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B7DD3 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 125 | 211 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.17 |
| HSL | 260.93º | 0.49% | 0.66% | - |
| HSV(B) | 260.93º | 0.41% | 0.83% | - |
| XYZ | 32.61 | 26.34 | 64.99 | - |
| YUV | 143.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 211 | 0.27 | 0.41 | 0 | 0.17 | 260.93 | 0.49 | 0.66 |
| Hex | 9B | 7D | D3 | 1B | 29 | 0 | 11 | 105 | 31 | 42 |
| Octal | 233 | 175 | 323 | 33 | 51 | 0 | 21 | 405 | 61 | 102 |
| Binary | 10011011 | 1111101 | 11010011 | 11011 | 101001 | 0 | 10001 | 100000101 | 110001 | 1000010 |
Color Harmonies of #9B7DD3
Complementary color
Monochromatic Colors of #9B7DD3
Black with #9B7DD3
Text Example
Text Example
White with #9B7DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7DD3; }
p { color: rgb(155,125,211); }
H1.HeaderClassName
{
color: #9B7DD3;
}
.AnyTagClassName
{
color: #9B7DD3;
}
</style>
background-color css
<style>
a { background-color: #9B7DD3; }
a { background-color: rgb(155,125,211); }
div.DivClassName
{
background-color: #9B7DD3;
}
.BgClassName
{
background-color: #9B7DD3;
}
</style>
border-color css
<style>
span { border-color: #9B7DD3; }
span { border-color: rgb(155,125,211); }
td.TdClassName
{
border-color: #9B7DD3;
}
.TagClassName
{
border-color: #9B7DD3;
}
</style>