Shades of Medium Purple #9B7BD9
Tints of Medium Purple #9B7BD9
RGB
CMYK
RGB Variations
Color information
#9B7BD9 (or 0x9B7BD9) is known color: Medium Purple. HEX triplet: 9B, 7B and D9. RGB value is (155,123,217). Sum of RGB (Red+Green+Blue) = 155+123+217=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B7BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BD9 is #648426. Grayscale: #8E8E8E. Windows color (decimal): -6587431 or 14252955. OLE color: 14252955.
HSL color Cylindrical-coordinate representation of color #9B7BD9: hue angle of 260.43º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B7BD9 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 123 | 217 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.15 |
| HSL | 260.43º | 0.55% | 0.67% | - |
| HSV(B) | 260.43º | 0.43% | 0.85% | - |
| XYZ | 33.12 | 26.14 | 68.95 | - |
| YUV | 143.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 217 | 0.29 | 0.43 | 0 | 0.15 | 260.43 | 0.55 | 0.67 |
| Hex | 9B | 7B | D9 | 1D | 2B | 0 | F | 104 | 37 | 43 |
| Octal | 233 | 173 | 331 | 35 | 53 | 0 | 17 | 404 | 67 | 103 |
| Binary | 10011011 | 1111011 | 11011001 | 11101 | 101011 | 0 | 1111 | 100000100 | 110111 | 1000011 |
Color Harmonies of #9B7BD9
Complementary color
Monochromatic Colors of #9B7BD9
Black with #9B7BD9
Text Example
Text Example
White with #9B7BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BD9; }
p { color: rgb(155,123,217); }
H1.HeaderClassName
{
color: #9B7BD9;
}
.AnyTagClassName
{
color: #9B7BD9;
}
</style>
background-color css
<style>
a { background-color: #9B7BD9; }
a { background-color: rgb(155,123,217); }
div.DivClassName
{
background-color: #9B7BD9;
}
.BgClassName
{
background-color: #9B7BD9;
}
</style>
border-color css
<style>
span { border-color: #9B7BD9; }
span { border-color: rgb(155,123,217); }
td.TdClassName
{
border-color: #9B7BD9;
}
.TagClassName
{
border-color: #9B7BD9;
}
</style>