Shades of Medium Purple #9B71DF
Tints of Medium Purple #9B71DF
RGB
CMYK
RGB Variations
Color information
#9B71DF (or 0x9B71DF) is known color: Medium Purple. HEX triplet: 9B, 71 and DF. RGB value is (155,113,223). Sum of RGB (Red+Green+Blue) = 155+113+223=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71DF is #648E20. Grayscale: #898989. Windows color (decimal): -6589985 or 14643611. OLE color: 14643611.
HSL color Cylindrical-coordinate representation of color #9B71DF: hue angle of 262.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B71DF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 113 | 223 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.13 |
| HSL | 262.91º | 0.63% | 0.66% | - |
| HSV(B) | 262.91º | 0.49% | 0.87% | - |
| XYZ | 32.74 | 24.11 | 72.74 | - |
| YUV | 138.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 223 | 0.30 | 0.49 | 0 | 0.13 | 262.91 | 0.63 | 0.66 |
| Hex | 9B | 71 | DF | 1E | 31 | 0 | D | 107 | 3F | 42 |
| Octal | 233 | 161 | 337 | 36 | 61 | 0 | 15 | 407 | 77 | 102 |
| Binary | 10011011 | 1110001 | 11011111 | 11110 | 110001 | 0 | 1101 | 100000111 | 111111 | 1000010 |
Color Harmonies of #9B71DF
Complementary color
Monochromatic Colors of #9B71DF
Black with #9B71DF
Text Example
Text Example
White with #9B71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B71DF; }
p { color: rgb(155,113,223); }
H1.HeaderClassName
{
color: #9B71DF;
}
.AnyTagClassName
{
color: #9B71DF;
}
</style>
background-color css
<style>
a { background-color: #9B71DF; }
a { background-color: rgb(155,113,223); }
div.DivClassName
{
background-color: #9B71DF;
}
.BgClassName
{
background-color: #9B71DF;
}
</style>
border-color css
<style>
span { border-color: #9B71DF; }
span { border-color: rgb(155,113,223); }
td.TdClassName
{
border-color: #9B71DF;
}
.TagClassName
{
border-color: #9B71DF;
}
</style>