Shades of Medium Purple #9B7ADA
Tints of Medium Purple #9B7ADA
RGB
CMYK
RGB Variations
Color information
#9B7ADA (or 0x9B7ADA) is known color: Medium Purple. HEX triplet: 9B, 7A and DA. RGB value is (155,122,218). Sum of RGB (Red+Green+Blue) = 155+122+218=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ADA is #648525. Grayscale: #8E8E8E. Windows color (decimal): -6587686 or 14318235. OLE color: 14318235.
HSL color Cylindrical-coordinate representation of color #9B7ADA: hue angle of 260.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B7ADA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 122 | 218 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.15 |
| HSL | 260.63º | 0.56% | 0.67% | - |
| HSV(B) | 260.63º | 0.44% | 0.85% | - |
| XYZ | 33.13 | 25.95 | 69.59 | - |
| YUV | 142.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 218 | 0.29 | 0.44 | 0 | 0.15 | 260.63 | 0.56 | 0.67 |
| Hex | 9B | 7A | DA | 1D | 2C | 0 | F | 105 | 38 | 43 |
| Octal | 233 | 172 | 332 | 35 | 54 | 0 | 17 | 405 | 70 | 103 |
| Binary | 10011011 | 1111010 | 11011010 | 11101 | 101100 | 0 | 1111 | 100000101 | 111000 | 1000011 |
Color Harmonies of #9B7ADA
Complementary color
Monochromatic Colors of #9B7ADA
Black with #9B7ADA
Text Example
Text Example
White with #9B7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7ADA; }
p { color: rgb(155,122,218); }
H1.HeaderClassName
{
color: #9B7ADA;
}
.AnyTagClassName
{
color: #9B7ADA;
}
</style>
background-color css
<style>
a { background-color: #9B7ADA; }
a { background-color: rgb(155,122,218); }
div.DivClassName
{
background-color: #9B7ADA;
}
.BgClassName
{
background-color: #9B7ADA;
}
</style>
border-color css
<style>
span { border-color: #9B7ADA; }
span { border-color: rgb(155,122,218); }
td.TdClassName
{
border-color: #9B7ADA;
}
.TagClassName
{
border-color: #9B7ADA;
}
</style>