Shades of Medium Purple #9B7CDA
Tints of Medium Purple #9B7CDA
RGB
CMYK
RGB Variations
Color information
#9B7CDA (or 0x9B7CDA) is known color: Medium Purple. HEX triplet: 9B, 7C and DA. RGB value is (155,124,218). Sum of RGB (Red+Green+Blue) = 155+124+218=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CDA is #648325. Grayscale: #8F8F8F. Windows color (decimal): -6587174 or 14318747. OLE color: 14318747.
HSL color Cylindrical-coordinate representation of color #9B7CDA: hue angle of 259.79º degrees, saturation: 0.56, 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 #9B7CDA is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 124 | 218 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.15 |
| HSL | 259.79º | 0.56% | 0.67% | - |
| HSV(B) | 259.79º | 0.43% | 0.85% | - |
| XYZ | 33.38 | 26.45 | 69.67 | - |
| YUV | 143.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 218 | 0.29 | 0.43 | 0 | 0.15 | 259.79 | 0.56 | 0.67 |
| Hex | 9B | 7C | DA | 1D | 2B | 0 | F | 104 | 38 | 43 |
| Octal | 233 | 174 | 332 | 35 | 53 | 0 | 17 | 404 | 70 | 103 |
| Binary | 10011011 | 1111100 | 11011010 | 11101 | 101011 | 0 | 1111 | 100000100 | 111000 | 1000011 |
Color Harmonies of #9B7CDA
Complementary color
Monochromatic Colors of #9B7CDA
Black with #9B7CDA
Text Example
Text Example
White with #9B7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7CDA; }
p { color: rgb(155,124,218); }
H1.HeaderClassName
{
color: #9B7CDA;
}
.AnyTagClassName
{
color: #9B7CDA;
}
</style>
background-color css
<style>
a { background-color: #9B7CDA; }
a { background-color: rgb(155,124,218); }
div.DivClassName
{
background-color: #9B7CDA;
}
.BgClassName
{
background-color: #9B7CDA;
}
</style>
border-color css
<style>
span { border-color: #9B7CDA; }
span { border-color: rgb(155,124,218); }
td.TdClassName
{
border-color: #9B7CDA;
}
.TagClassName
{
border-color: #9B7CDA;
}
</style>