Shades of Medium Purple #9B71D3
Tints of Medium Purple #9B71D3
RGB
CMYK
RGB Variations
Color information
#9B71D3 (or 0x9B71D3) is known color: Medium Purple. HEX triplet: 9B, 71 and D3. RGB value is (155,113,211). Sum of RGB (Red+Green+Blue) = 155+113+211=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #9B71D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71D3 is #648E2C. Grayscale: #888888. Windows color (decimal): -6589997 or 13857179. OLE color: 13857179.
HSL color Cylindrical-coordinate representation of color #9B71D3: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B71D3 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 113 | 211 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.17 |
| HSL | 265.71º | 0.53% | 0.64% | - |
| HSV(B) | 265.71º | 0.46% | 0.83% | - |
| XYZ | 31.18 | 23.48 | 64.52 | - |
| YUV | 136.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 211 | 0.27 | 0.46 | 0 | 0.17 | 265.71 | 0.53 | 0.64 |
| Hex | 9B | 71 | D3 | 1B | 2E | 0 | 11 | 10A | 35 | 40 |
| Octal | 233 | 161 | 323 | 33 | 56 | 0 | 21 | 412 | 65 | 100 |
| Binary | 10011011 | 1110001 | 11010011 | 11011 | 101110 | 0 | 10001 | 100001010 | 110101 | 1000000 |
Color Harmonies of #9B71D3
Complementary color
Monochromatic Colors of #9B71D3
Black with #9B71D3
Text Example
Text Example
White with #9B71D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B71D3; }
p { color: rgb(155,113,211); }
H1.HeaderClassName
{
color: #9B71D3;
}
.AnyTagClassName
{
color: #9B71D3;
}
</style>
background-color css
<style>
a { background-color: #9B71D3; }
a { background-color: rgb(155,113,211); }
div.DivClassName
{
background-color: #9B71D3;
}
.BgClassName
{
background-color: #9B71D3;
}
</style>
border-color css
<style>
span { border-color: #9B71D3; }
span { border-color: rgb(155,113,211); }
td.TdClassName
{
border-color: #9B71D3;
}
.TagClassName
{
border-color: #9B71D3;
}
</style>