Shades of Medium Purple #9B7CDF
Tints of Medium Purple #9B7CDF
RGB
CMYK
RGB Variations
Color information
#9B7CDF (or 0x9B7CDF) is known color: Medium Purple. HEX triplet: 9B, 7C and DF. RGB value is (155,124,223). Sum of RGB (Red+Green+Blue) = 155+124+223=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CDF is #648320. Grayscale: #909090. Windows color (decimal): -6587169 or 14646427. OLE color: 14646427.
HSL color Cylindrical-coordinate representation of color #9B7CDF: hue angle of 258.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B7CDF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 124 | 223 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.13 |
| HSL | 258.79º | 0.61% | 0.68% | - |
| HSV(B) | 258.79º | 0.44% | 0.87% | - |
| XYZ | 34.04 | 26.71 | 73.17 | - |
| YUV | 144.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 223 | 0.30 | 0.44 | 0 | 0.13 | 258.79 | 0.61 | 0.68 |
| Hex | 9B | 7C | DF | 1E | 2C | 0 | D | 103 | 3D | 44 |
| Octal | 233 | 174 | 337 | 36 | 54 | 0 | 15 | 403 | 75 | 104 |
| Binary | 10011011 | 1111100 | 11011111 | 11110 | 101100 | 0 | 1101 | 100000011 | 111101 | 1000100 |
Color Harmonies of #9B7CDF
Complementary color
Monochromatic Colors of #9B7CDF
Black with #9B7CDF
Text Example
Text Example
White with #9B7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7CDF; }
p { color: rgb(155,124,223); }
H1.HeaderClassName
{
color: #9B7CDF;
}
.AnyTagClassName
{
color: #9B7CDF;
}
</style>
background-color css
<style>
a { background-color: #9B7CDF; }
a { background-color: rgb(155,124,223); }
div.DivClassName
{
background-color: #9B7CDF;
}
.BgClassName
{
background-color: #9B7CDF;
}
</style>
border-color css
<style>
span { border-color: #9B7CDF; }
span { border-color: rgb(155,124,223); }
td.TdClassName
{
border-color: #9B7CDF;
}
.TagClassName
{
border-color: #9B7CDF;
}
</style>