Shades of Medium Purple #9766DD
Tints of Medium Purple #9766DD
RGB
CMYK
RGB Variations
Color information
#9766DD (or 0x9766DD) is known color: Medium Purple. HEX triplet: 97, 66 and DD. RGB value is (151,102,221). Sum of RGB (Red+Green+Blue) = 151+102+221=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #9766DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766DD is #689922. Grayscale: #818181. Windows color (decimal): -6854947 or 14509719. OLE color: 14509719.
HSL color Cylindrical-coordinate representation of color #9766DD: hue angle of 264.71º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9766DD is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 102 | 221 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.13 |
| HSL | 264.71º | 0.64% | 0.63% | - |
| HSV(B) | 264.71º | 0.54% | 0.87% | - |
| XYZ | 30.57 | 21.3 | 70.91 | - |
| YUV | 130.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 221 | 0.32 | 0.54 | 0 | 0.13 | 264.71 | 0.64 | 0.63 |
| Hex | 97 | 66 | DD | 20 | 36 | 0 | D | 109 | 40 | 3F |
| Octal | 227 | 146 | 335 | 40 | 66 | 0 | 15 | 411 | 100 | 77 |
| Binary | 10010111 | 1100110 | 11011101 | 100000 | 110110 | 0 | 1101 | 100001001 | 1000000 | 111111 |
Color Harmonies of #9766DD
Complementary color
Monochromatic Colors of #9766DD
Black with #9766DD
Text Example
Text Example
White with #9766DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766DD; }
p { color: rgb(151,102,221); }
H1.HeaderClassName
{
color: #9766DD;
}
.AnyTagClassName
{
color: #9766DD;
}
</style>
background-color css
<style>
a { background-color: #9766DD; }
a { background-color: rgb(151,102,221); }
div.DivClassName
{
background-color: #9766DD;
}
.BgClassName
{
background-color: #9766DD;
}
</style>
border-color css
<style>
span { border-color: #9766DD; }
span { border-color: rgb(151,102,221); }
td.TdClassName
{
border-color: #9766DD;
}
.TagClassName
{
border-color: #9766DD;
}
</style>