Shades of Medium Purple #9771E0
Tints of Medium Purple #9771E0
RGB
CMYK
RGB Variations
Color information
#9771E0 (or 0x9771E0) is known color: Medium Purple. HEX triplet: 97, 71 and E0. RGB value is (151,113,224). Sum of RGB (Red+Green+Blue) = 151+113+224=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #9771E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771E0 is #688E1F. Grayscale: #888888. Windows color (decimal): -6852128 or 14709143. OLE color: 14709143.
HSL color Cylindrical-coordinate representation of color #9771E0: hue angle of 260.54º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9771E0 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 113 | 224 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.12 |
| HSL | 260.54º | 0.64% | 0.66% | - |
| HSV(B) | 260.54º | 0.5% | 0.88% | - |
| XYZ | 32.12 | 23.77 | 73.42 | - |
| YUV | 137.02 | 177.09 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 224 | 0.33 | 0.50 | 0 | 0.12 | 260.54 | 0.64 | 0.66 |
| Hex | 97 | 71 | E0 | 21 | 32 | 0 | C | 105 | 40 | 42 |
| Octal | 227 | 161 | 340 | 41 | 62 | 0 | 14 | 405 | 100 | 102 |
| Binary | 10010111 | 1110001 | 11100000 | 100001 | 110010 | 0 | 1100 | 100000101 | 1000000 | 1000010 |
Color Harmonies of #9771E0
Complementary color
Monochromatic Colors of #9771E0
Black with #9771E0
Text Example
Text Example
White with #9771E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771E0; }
p { color: rgb(151,113,224); }
H1.HeaderClassName
{
color: #9771E0;
}
.AnyTagClassName
{
color: #9771E0;
}
</style>
background-color css
<style>
a { background-color: #9771E0; }
a { background-color: rgb(151,113,224); }
div.DivClassName
{
background-color: #9771E0;
}
.BgClassName
{
background-color: #9771E0;
}
</style>
border-color css
<style>
span { border-color: #9771E0; }
span { border-color: rgb(151,113,224); }
td.TdClassName
{
border-color: #9771E0;
}
.TagClassName
{
border-color: #9771E0;
}
</style>