Shades of Medium Purple #9766DC
Tints of Medium Purple #9766DC
RGB
CMYK
RGB Variations
Color information
#9766DC (or 0x9766DC) is known color: Medium Purple. HEX triplet: 97, 66 and DC. RGB value is (151,102,220). Sum of RGB (Red+Green+Blue) = 151+102+220=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #9766DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766DC is #689923. Grayscale: #818181. Windows color (decimal): -6854948 or 14444183. OLE color: 14444183.
HSL color Cylindrical-coordinate representation of color #9766DC: hue angle of 264.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9766DC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 102 | 220 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.14 |
| HSL | 264.92º | 0.63% | 0.63% | - |
| HSV(B) | 264.92º | 0.54% | 0.86% | - |
| XYZ | 30.43 | 21.25 | 70.21 | - |
| YUV | 130.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 220 | 0.31 | 0.54 | 0 | 0.14 | 264.92 | 0.63 | 0.63 |
| Hex | 97 | 66 | DC | 1F | 36 | 0 | E | 109 | 3F | 3F |
| Octal | 227 | 146 | 334 | 37 | 66 | 0 | 16 | 411 | 77 | 77 |
| Binary | 10010111 | 1100110 | 11011100 | 11111 | 110110 | 0 | 1110 | 100001001 | 111111 | 111111 |
Color Harmonies of #9766DC
Complementary color
Monochromatic Colors of #9766DC
Black with #9766DC
Text Example
Text Example
White with #9766DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766DC; }
p { color: rgb(151,102,220); }
H1.HeaderClassName
{
color: #9766DC;
}
.AnyTagClassName
{
color: #9766DC;
}
</style>
background-color css
<style>
a { background-color: #9766DC; }
a { background-color: rgb(151,102,220); }
div.DivClassName
{
background-color: #9766DC;
}
.BgClassName
{
background-color: #9766DC;
}
</style>
border-color css
<style>
span { border-color: #9766DC; }
span { border-color: rgb(151,102,220); }
td.TdClassName
{
border-color: #9766DC;
}
.TagClassName
{
border-color: #9766DC;
}
</style>