Shades of Medium Purple #9B7DDA
Tints of Medium Purple #9B7DDA
RGB
CMYK
RGB Variations
Color information
#9B7DDA (or 0x9B7DDA) is known color: Medium Purple. HEX triplet: 9B, 7D and DA. RGB value is (155,125,218). Sum of RGB (Red+Green+Blue) = 155+125+218=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B7DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DDA is #648225. Grayscale: #909090. Windows color (decimal): -6586918 or 14319003. OLE color: 14319003.
HSL color Cylindrical-coordinate representation of color #9B7DDA: hue angle of 259.35º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B7DDA is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 125 | 218 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.15 |
| HSL | 259.35º | 0.56% | 0.67% | - |
| HSV(B) | 259.35º | 0.43% | 0.85% | - |
| XYZ | 33.51 | 26.7 | 69.72 | - |
| YUV | 144.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 218 | 0.29 | 0.43 | 0 | 0.15 | 259.35 | 0.56 | 0.67 |
| Hex | 9B | 7D | DA | 1D | 2B | 0 | F | 103 | 38 | 43 |
| Octal | 233 | 175 | 332 | 35 | 53 | 0 | 17 | 403 | 70 | 103 |
| Binary | 10011011 | 1111101 | 11011010 | 11101 | 101011 | 0 | 1111 | 100000011 | 111000 | 1000011 |
Color Harmonies of #9B7DDA
Complementary color
Monochromatic Colors of #9B7DDA
Black with #9B7DDA
Text Example
Text Example
White with #9B7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7DDA; }
p { color: rgb(155,125,218); }
H1.HeaderClassName
{
color: #9B7DDA;
}
.AnyTagClassName
{
color: #9B7DDA;
}
</style>
background-color css
<style>
a { background-color: #9B7DDA; }
a { background-color: rgb(155,125,218); }
div.DivClassName
{
background-color: #9B7DDA;
}
.BgClassName
{
background-color: #9B7DDA;
}
</style>
border-color css
<style>
span { border-color: #9B7DDA; }
span { border-color: rgb(155,125,218); }
td.TdClassName
{
border-color: #9B7DDA;
}
.TagClassName
{
border-color: #9B7DDA;
}
</style>