Shades of Medium Purple #9770DD
Tints of Medium Purple #9770DD
RGB
CMYK
RGB Variations
Color information
#9770DD (or 0x9770DD) is known color: Medium Purple. HEX triplet: 97, 70 and DD. RGB value is (151,112,221). Sum of RGB (Red+Green+Blue) = 151+112+221=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #9770DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770DD is #688F22. Grayscale: #878787. Windows color (decimal): -6852387 or 14512279. OLE color: 14512279.
HSL color Cylindrical-coordinate representation of color #9770DD: hue angle of 261.47º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9770DD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 112 | 221 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.13 |
| HSL | 261.47º | 0.62% | 0.65% | - |
| HSV(B) | 261.47º | 0.49% | 0.87% | - |
| XYZ | 31.61 | 23.39 | 71.26 | - |
| YUV | 136.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 221 | 0.32 | 0.49 | 0 | 0.13 | 261.47 | 0.62 | 0.65 |
| Hex | 97 | 70 | DD | 20 | 31 | 0 | D | 105 | 3E | 41 |
| Octal | 227 | 160 | 335 | 40 | 61 | 0 | 15 | 405 | 76 | 101 |
| Binary | 10010111 | 1110000 | 11011101 | 100000 | 110001 | 0 | 1101 | 100000101 | 111110 | 1000001 |
Color Harmonies of #9770DD
Complementary color
Monochromatic Colors of #9770DD
Black with #9770DD
Text Example
Text Example
White with #9770DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9770DD; }
p { color: rgb(151,112,221); }
H1.HeaderClassName
{
color: #9770DD;
}
.AnyTagClassName
{
color: #9770DD;
}
</style>
background-color css
<style>
a { background-color: #9770DD; }
a { background-color: rgb(151,112,221); }
div.DivClassName
{
background-color: #9770DD;
}
.BgClassName
{
background-color: #9770DD;
}
</style>
border-color css
<style>
span { border-color: #9770DD; }
span { border-color: rgb(151,112,221); }
td.TdClassName
{
border-color: #9770DD;
}
.TagClassName
{
border-color: #9770DD;
}
</style>