Shades of Medium Purple #9771DA
Tints of Medium Purple #9771DA
RGB
CMYK
RGB Variations
Color information
#9771DA (or 0x9771DA) is known color: Medium Purple. HEX triplet: 97, 71 and DA. RGB value is (151,113,218). Sum of RGB (Red+Green+Blue) = 151+113+218=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #9771DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771DA is #688E25. Grayscale: #878787. Windows color (decimal): -6852134 or 14315927. OLE color: 14315927.
HSL color Cylindrical-coordinate representation of color #9771DA: hue angle of 261.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9771DA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 113 | 218 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.15 |
| HSL | 261.71º | 0.59% | 0.65% | - |
| HSV(B) | 261.71º | 0.48% | 0.85% | - |
| XYZ | 31.32 | 23.45 | 69.21 | - |
| YUV | 136.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 218 | 0.31 | 0.48 | 0 | 0.15 | 261.71 | 0.59 | 0.65 |
| Hex | 97 | 71 | DA | 1F | 30 | 0 | F | 106 | 3B | 41 |
| Octal | 227 | 161 | 332 | 37 | 60 | 0 | 17 | 406 | 73 | 101 |
| Binary | 10010111 | 1110001 | 11011010 | 11111 | 110000 | 0 | 1111 | 100000110 | 111011 | 1000001 |
Color Harmonies of #9771DA
Complementary color
Monochromatic Colors of #9771DA
Black with #9771DA
Text Example
Text Example
White with #9771DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771DA; }
p { color: rgb(151,113,218); }
H1.HeaderClassName
{
color: #9771DA;
}
.AnyTagClassName
{
color: #9771DA;
}
</style>
background-color css
<style>
a { background-color: #9771DA; }
a { background-color: rgb(151,113,218); }
div.DivClassName
{
background-color: #9771DA;
}
.BgClassName
{
background-color: #9771DA;
}
</style>
border-color css
<style>
span { border-color: #9771DA; }
span { border-color: rgb(151,113,218); }
td.TdClassName
{
border-color: #9771DA;
}
.TagClassName
{
border-color: #9771DA;
}
</style>