Shades of Medium Purple #9B7BDF
Tints of Medium Purple #9B7BDF
RGB
CMYK
RGB Variations
Color information
#9B7BDF (or 0x9B7BDF) is known color: Medium Purple. HEX triplet: 9B, 7B and DF. RGB value is (155,123,223). Sum of RGB (Red+Green+Blue) = 155+123+223=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BDF is #648420. Grayscale: #8F8F8F. Windows color (decimal): -6587425 or 14646171. OLE color: 14646171.
HSL color Cylindrical-coordinate representation of color #9B7BDF: hue angle of 259.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B7BDF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 123 | 223 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.13 |
| HSL | 259.2º | 0.61% | 0.68% | - |
| HSV(B) | 259.2º | 0.45% | 0.87% | - |
| XYZ | 33.92 | 26.46 | 73.13 | - |
| YUV | 143.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 223 | 0.30 | 0.45 | 0 | 0.13 | 259.2 | 0.61 | 0.68 |
| Hex | 9B | 7B | DF | 1E | 2D | 0 | D | 103 | 3D | 44 |
| Octal | 233 | 173 | 337 | 36 | 55 | 0 | 15 | 403 | 75 | 104 |
| Binary | 10011011 | 1111011 | 11011111 | 11110 | 101101 | 0 | 1101 | 100000011 | 111101 | 1000100 |
Color Harmonies of #9B7BDF
Complementary color
Monochromatic Colors of #9B7BDF
Black with #9B7BDF
Text Example
Text Example
White with #9B7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BDF; }
p { color: rgb(155,123,223); }
H1.HeaderClassName
{
color: #9B7BDF;
}
.AnyTagClassName
{
color: #9B7BDF;
}
</style>
background-color css
<style>
a { background-color: #9B7BDF; }
a { background-color: rgb(155,123,223); }
div.DivClassName
{
background-color: #9B7BDF;
}
.BgClassName
{
background-color: #9B7BDF;
}
</style>
border-color css
<style>
span { border-color: #9B7BDF; }
span { border-color: rgb(155,123,223); }
td.TdClassName
{
border-color: #9B7BDF;
}
.TagClassName
{
border-color: #9B7BDF;
}
</style>