Shades of Medium Purple #9B7ADB
Tints of Medium Purple #9B7ADB
RGB
CMYK
RGB Variations
Color information
#9B7ADB (or 0x9B7ADB) is known color: Medium Purple. HEX triplet: 9B, 7A and DB. RGB value is (155,122,219). Sum of RGB (Red+Green+Blue) = 155+122+219=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ADB is #648524. Grayscale: #8E8E8E. Windows color (decimal): -6587685 or 14383771. OLE color: 14383771.
HSL color Cylindrical-coordinate representation of color #9B7ADB: hue angle of 260.41º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B7ADB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 122 | 219 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.14 |
| HSL | 260.41º | 0.57% | 0.67% | - |
| HSV(B) | 260.41º | 0.44% | 0.86% | - |
| XYZ | 33.26 | 26 | 70.28 | - |
| YUV | 142.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 219 | 0.29 | 0.44 | 0 | 0.14 | 260.41 | 0.57 | 0.67 |
| Hex | 9B | 7A | DB | 1D | 2C | 0 | E | 104 | 39 | 43 |
| Octal | 233 | 172 | 333 | 35 | 54 | 0 | 16 | 404 | 71 | 103 |
| Binary | 10011011 | 1111010 | 11011011 | 11101 | 101100 | 0 | 1110 | 100000100 | 111001 | 1000011 |
Color Harmonies of #9B7ADB
Complementary color
Monochromatic Colors of #9B7ADB
Black with #9B7ADB
Text Example
Text Example
White with #9B7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7ADB; }
p { color: rgb(155,122,219); }
H1.HeaderClassName
{
color: #9B7ADB;
}
.AnyTagClassName
{
color: #9B7ADB;
}
</style>
background-color css
<style>
a { background-color: #9B7ADB; }
a { background-color: rgb(155,122,219); }
div.DivClassName
{
background-color: #9B7ADB;
}
.BgClassName
{
background-color: #9B7ADB;
}
</style>
border-color css
<style>
span { border-color: #9B7ADB; }
span { border-color: rgb(155,122,219); }
td.TdClassName
{
border-color: #9B7ADB;
}
.TagClassName
{
border-color: #9B7ADB;
}
</style>