Shades of Medium Purple #9B7BDA
Tints of Medium Purple #9B7BDA
RGB
CMYK
RGB Variations
Color information
#9B7BDA (or 0x9B7BDA) is known color: Medium Purple. HEX triplet: 9B, 7B and DA. RGB value is (155,123,218). Sum of RGB (Red+Green+Blue) = 155+123+218=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BDA is #648425. Grayscale: #8F8F8F. Windows color (decimal): -6587430 or 14318491. OLE color: 14318491.
HSL color Cylindrical-coordinate representation of color #9B7BDA: hue angle of 260.21º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B7BDA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 123 | 218 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.15 |
| HSL | 260.21º | 0.56% | 0.67% | - |
| HSV(B) | 260.21º | 0.44% | 0.85% | - |
| XYZ | 33.26 | 26.2 | 69.63 | - |
| YUV | 143.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 218 | 0.29 | 0.44 | 0 | 0.15 | 260.21 | 0.56 | 0.67 |
| Hex | 9B | 7B | DA | 1D | 2C | 0 | F | 104 | 38 | 43 |
| Octal | 233 | 173 | 332 | 35 | 54 | 0 | 17 | 404 | 70 | 103 |
| Binary | 10011011 | 1111011 | 11011010 | 11101 | 101100 | 0 | 1111 | 100000100 | 111000 | 1000011 |
Color Harmonies of #9B7BDA
Complementary color
Monochromatic Colors of #9B7BDA
Black with #9B7BDA
Text Example
Text Example
White with #9B7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BDA; }
p { color: rgb(155,123,218); }
H1.HeaderClassName
{
color: #9B7BDA;
}
.AnyTagClassName
{
color: #9B7BDA;
}
</style>
background-color css
<style>
a { background-color: #9B7BDA; }
a { background-color: rgb(155,123,218); }
div.DivClassName
{
background-color: #9B7BDA;
}
.BgClassName
{
background-color: #9B7BDA;
}
</style>
border-color css
<style>
span { border-color: #9B7BDA; }
span { border-color: rgb(155,123,218); }
td.TdClassName
{
border-color: #9B7BDA;
}
.TagClassName
{
border-color: #9B7BDA;
}
</style>