Shades of Medium Purple #9B7CDC
Tints of Medium Purple #9B7CDC
RGB
CMYK
RGB Variations
Color information
#9B7CDC (or 0x9B7CDC) is known color: Medium Purple. HEX triplet: 9B, 7C and DC. RGB value is (155,124,220). Sum of RGB (Red+Green+Blue) = 155+124+220=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CDC is #648323. Grayscale: #8F8F8F. Windows color (decimal): -6587172 or 14449819. OLE color: 14449819.
HSL color Cylindrical-coordinate representation of color #9B7CDC: hue angle of 259.38º degrees, saturation: 0.58, 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 #9B7CDC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 124 | 220 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.14 |
| HSL | 259.38º | 0.58% | 0.67% | - |
| HSV(B) | 259.38º | 0.44% | 0.86% | - |
| XYZ | 33.64 | 26.55 | 71.06 | - |
| YUV | 144.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 220 | 0.30 | 0.44 | 0 | 0.14 | 259.38 | 0.58 | 0.67 |
| Hex | 9B | 7C | DC | 1E | 2C | 0 | E | 103 | 3A | 43 |
| Octal | 233 | 174 | 334 | 36 | 54 | 0 | 16 | 403 | 72 | 103 |
| Binary | 10011011 | 1111100 | 11011100 | 11110 | 101100 | 0 | 1110 | 100000011 | 111010 | 1000011 |
Color Harmonies of #9B7CDC
Complementary color
Monochromatic Colors of #9B7CDC
Black with #9B7CDC
Text Example
Text Example
White with #9B7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7CDC; }
p { color: rgb(155,124,220); }
H1.HeaderClassName
{
color: #9B7CDC;
}
.AnyTagClassName
{
color: #9B7CDC;
}
</style>
background-color css
<style>
a { background-color: #9B7CDC; }
a { background-color: rgb(155,124,220); }
div.DivClassName
{
background-color: #9B7CDC;
}
.BgClassName
{
background-color: #9B7CDC;
}
</style>
border-color css
<style>
span { border-color: #9B7CDC; }
span { border-color: rgb(155,124,220); }
td.TdClassName
{
border-color: #9B7CDC;
}
.TagClassName
{
border-color: #9B7CDC;
}
</style>