Shades of Medium Purple #9776D4
Tints of Medium Purple #9776D4
RGB
CMYK
RGB Variations
Color information
#9776D4 (or 0x9776D4) is known color: Medium Purple. HEX triplet: 97, 76 and D4. RGB value is (151,118,212). Sum of RGB (Red+Green+Blue) = 151+118+212=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #9776D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776D4 is #68892B. Grayscale: #8A8A8A. Windows color (decimal): -6850860 or 13923991. OLE color: 13923991.
HSL color Cylindrical-coordinate representation of color #9776D4: hue angle of 261.06º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9776D4 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 118 | 212 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.17 |
| HSL | 261.06º | 0.52% | 0.65% | - |
| HSV(B) | 261.06º | 0.44% | 0.83% | - |
| XYZ | 31.12 | 24.29 | 65.34 | - |
| YUV | 138.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 212 | 0.29 | 0.44 | 0 | 0.17 | 261.06 | 0.52 | 0.65 |
| Hex | 97 | 76 | D4 | 1D | 2C | 0 | 11 | 105 | 34 | 41 |
| Octal | 227 | 166 | 324 | 35 | 54 | 0 | 21 | 405 | 64 | 101 |
| Binary | 10010111 | 1110110 | 11010100 | 11101 | 101100 | 0 | 10001 | 100000101 | 110100 | 1000001 |
Color Harmonies of #9776D4
Complementary color
Monochromatic Colors of #9776D4
Black with #9776D4
Text Example
Text Example
White with #9776D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9776D4; }
p { color: rgb(151,118,212); }
H1.HeaderClassName
{
color: #9776D4;
}
.AnyTagClassName
{
color: #9776D4;
}
</style>
background-color css
<style>
a { background-color: #9776D4; }
a { background-color: rgb(151,118,212); }
div.DivClassName
{
background-color: #9776D4;
}
.BgClassName
{
background-color: #9776D4;
}
</style>
border-color css
<style>
span { border-color: #9776D4; }
span { border-color: rgb(151,118,212); }
td.TdClassName
{
border-color: #9776D4;
}
.TagClassName
{
border-color: #9776D4;
}
</style>