Shades of Medium Purple #9776DB
Tints of Medium Purple #9776DB
RGB
CMYK
RGB Variations
Color information
#9776DB (or 0x9776DB) is known color: Medium Purple. HEX triplet: 97, 76 and DB. RGB value is (151,118,219). Sum of RGB (Red+Green+Blue) = 151+118+219=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #9776DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776DB is #688924. Grayscale: #8B8B8B. Windows color (decimal): -6850853 or 14382743. OLE color: 14382743.
HSL color Cylindrical-coordinate representation of color #9776DB: hue angle of 259.6º 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 #9776DB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 118 | 219 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.14 |
| HSL | 259.6º | 0.58% | 0.66% | - |
| HSV(B) | 259.6º | 0.46% | 0.86% | - |
| XYZ | 32.03 | 24.65 | 70.09 | - |
| YUV | 139.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 219 | 0.31 | 0.46 | 0 | 0.14 | 259.6 | 0.58 | 0.66 |
| Hex | 97 | 76 | DB | 1F | 2E | 0 | E | 104 | 3A | 42 |
| Octal | 227 | 166 | 333 | 37 | 56 | 0 | 16 | 404 | 72 | 102 |
| Binary | 10010111 | 1110110 | 11011011 | 11111 | 101110 | 0 | 1110 | 100000100 | 111010 | 1000010 |
Color Harmonies of #9776DB
Complementary color
Monochromatic Colors of #9776DB
Black with #9776DB
Text Example
Text Example
White with #9776DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9776DB; }
p { color: rgb(151,118,219); }
H1.HeaderClassName
{
color: #9776DB;
}
.AnyTagClassName
{
color: #9776DB;
}
</style>
background-color css
<style>
a { background-color: #9776DB; }
a { background-color: rgb(151,118,219); }
div.DivClassName
{
background-color: #9776DB;
}
.BgClassName
{
background-color: #9776DB;
}
</style>
border-color css
<style>
span { border-color: #9776DB; }
span { border-color: rgb(151,118,219); }
td.TdClassName
{
border-color: #9776DB;
}
.TagClassName
{
border-color: #9776DB;
}
</style>