Shades of Medium Purple #9771F1
Tints of Medium Purple #9771F1
RGB
CMYK
RGB Variations
Color information
#9771F1 (or 0x9771F1) is known color: Medium Purple. HEX triplet: 97, 71 and F1. RGB value is (151,113,241). Sum of RGB (Red+Green+Blue) = 151+113+241=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #9771F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9771F1 is #688E0E. Grayscale: #8A8A8A. Windows color (decimal): -6852111 or 15823255. OLE color: 15823255.
HSL color Cylindrical-coordinate representation of color #9771F1: hue angle of 257.81º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9771F1 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 113 | 241 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.05 |
| HSL | 257.81º | 0.82% | 0.69% | - |
| HSV(B) | 257.81º | 0.53% | 0.95% | - |
| XYZ | 34.54 | 24.74 | 86.17 | - |
| YUV | 138.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 241 | 0.37 | 0.53 | 0 | 0.05 | 257.81 | 0.82 | 0.69 |
| Hex | 97 | 71 | F1 | 25 | 35 | 0 | 5 | 102 | 52 | 45 |
| Octal | 227 | 161 | 361 | 45 | 65 | 0 | 5 | 402 | 122 | 105 |
| Binary | 10010111 | 1110001 | 11110001 | 100101 | 110101 | 0 | 101 | 100000010 | 1010010 | 1000101 |
Color Harmonies of #9771F1
Complementary color
Monochromatic Colors of #9771F1
Black with #9771F1
Text Example
Text Example
White with #9771F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771F1; }
p { color: rgb(151,113,241); }
H1.HeaderClassName
{
color: #9771F1;
}
.AnyTagClassName
{
color: #9771F1;
}
</style>
background-color css
<style>
a { background-color: #9771F1; }
a { background-color: rgb(151,113,241); }
div.DivClassName
{
background-color: #9771F1;
}
.BgClassName
{
background-color: #9771F1;
}
</style>
border-color css
<style>
span { border-color: #9771F1; }
span { border-color: rgb(151,113,241); }
td.TdClassName
{
border-color: #9771F1;
}
.TagClassName
{
border-color: #9771F1;
}
</style>