Shades of Medium Purple #9B76DB
Tints of Medium Purple #9B76DB
RGB
CMYK
RGB Variations
Color information
#9B76DB (or 0x9B76DB) is known color: Medium Purple. HEX triplet: 9B, 76 and DB. RGB value is (155,118,219). Sum of RGB (Red+Green+Blue) = 155+118+219=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76DB is #648924. Grayscale: #8C8C8C. Windows color (decimal): -6588709 or 14382747. OLE color: 14382747.
HSL color Cylindrical-coordinate representation of color #9B76DB: hue angle of 261.98º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B76DB is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 118 | 219 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.14 |
| HSL | 261.98º | 0.58% | 0.66% | - |
| HSV(B) | 261.98º | 0.46% | 0.86% | - |
| XYZ | 32.78 | 25.04 | 70.12 | - |
| YUV | 140.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 219 | 0.29 | 0.46 | 0 | 0.14 | 261.98 | 0.58 | 0.66 |
| Hex | 9B | 76 | DB | 1D | 2E | 0 | E | 106 | 3A | 42 |
| Octal | 233 | 166 | 333 | 35 | 56 | 0 | 16 | 406 | 72 | 102 |
| Binary | 10011011 | 1110110 | 11011011 | 11101 | 101110 | 0 | 1110 | 100000110 | 111010 | 1000010 |
Color Harmonies of #9B76DB
Complementary color
Monochromatic Colors of #9B76DB
Black with #9B76DB
Text Example
Text Example
White with #9B76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B76DB; }
p { color: rgb(155,118,219); }
H1.HeaderClassName
{
color: #9B76DB;
}
.AnyTagClassName
{
color: #9B76DB;
}
</style>
background-color css
<style>
a { background-color: #9B76DB; }
a { background-color: rgb(155,118,219); }
div.DivClassName
{
background-color: #9B76DB;
}
.BgClassName
{
background-color: #9B76DB;
}
</style>
border-color css
<style>
span { border-color: #9B76DB; }
span { border-color: rgb(155,118,219); }
td.TdClassName
{
border-color: #9B76DB;
}
.TagClassName
{
border-color: #9B76DB;
}
</style>