Shades of Medium Purple #9B73DD
Tints of Medium Purple #9B73DD
RGB
CMYK
RGB Variations
Color information
#9B73DD (or 0x9B73DD) is known color: Medium Purple. HEX triplet: 9B, 73 and DD. RGB value is (155,115,221). Sum of RGB (Red+Green+Blue) = 155+115+221=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B73DD is #648C22. Grayscale: #8A8A8A. Windows color (decimal): -6589475 or 14513051. OLE color: 14513051.
HSL color Cylindrical-coordinate representation of color #9B73DD: hue angle of 262.64º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B73DD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 115 | 221 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.13 |
| HSL | 262.64º | 0.61% | 0.66% | - |
| HSV(B) | 262.64º | 0.48% | 0.87% | - |
| XYZ | 32.7 | 24.45 | 71.4 | - |
| YUV | 139.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 221 | 0.30 | 0.48 | 0 | 0.13 | 262.64 | 0.61 | 0.66 |
| Hex | 9B | 73 | DD | 1E | 30 | 0 | D | 107 | 3D | 42 |
| Octal | 233 | 163 | 335 | 36 | 60 | 0 | 15 | 407 | 75 | 102 |
| Binary | 10011011 | 1110011 | 11011101 | 11110 | 110000 | 0 | 1101 | 100000111 | 111101 | 1000010 |
Color Harmonies of #9B73DD
Complementary color
Monochromatic Colors of #9B73DD
Black with #9B73DD
Text Example
Text Example
White with #9B73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B73DD; }
p { color: rgb(155,115,221); }
H1.HeaderClassName
{
color: #9B73DD;
}
.AnyTagClassName
{
color: #9B73DD;
}
</style>
background-color css
<style>
a { background-color: #9B73DD; }
a { background-color: rgb(155,115,221); }
div.DivClassName
{
background-color: #9B73DD;
}
.BgClassName
{
background-color: #9B73DD;
}
</style>
border-color css
<style>
span { border-color: #9B73DD; }
span { border-color: rgb(155,115,221); }
td.TdClassName
{
border-color: #9B73DD;
}
.TagClassName
{
border-color: #9B73DD;
}
</style>