Shades of Medium Purple #9776DC
Tints of Medium Purple #9776DC
RGB
CMYK
RGB Variations
Color information
#9776DC (or 0x9776DC) is known color: Medium Purple. HEX triplet: 97, 76 and DC. RGB value is (151,118,220). Sum of RGB (Red+Green+Blue) = 151+118+220=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #9776DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776DC is #688923. Grayscale: #8B8B8B. Windows color (decimal): -6850852 or 14448279. OLE color: 14448279.
HSL color Cylindrical-coordinate representation of color #9776DC: hue angle of 259.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9776DC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 118 | 220 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.14 |
| HSL | 259.41º | 0.59% | 0.66% | - |
| HSV(B) | 259.41º | 0.46% | 0.86% | - |
| XYZ | 32.16 | 24.7 | 70.78 | - |
| YUV | 139.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 220 | 0.31 | 0.46 | 0 | 0.14 | 259.41 | 0.59 | 0.66 |
| Hex | 97 | 76 | DC | 1F | 2E | 0 | E | 103 | 3B | 42 |
| Octal | 227 | 166 | 334 | 37 | 56 | 0 | 16 | 403 | 73 | 102 |
| Binary | 10010111 | 1110110 | 11011100 | 11111 | 101110 | 0 | 1110 | 100000011 | 111011 | 1000010 |
Color Harmonies of #9776DC
Complementary color
Monochromatic Colors of #9776DC
Black with #9776DC
Text Example
Text Example
White with #9776DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9776DC; }
p { color: rgb(151,118,220); }
H1.HeaderClassName
{
color: #9776DC;
}
.AnyTagClassName
{
color: #9776DC;
}
</style>
background-color css
<style>
a { background-color: #9776DC; }
a { background-color: rgb(151,118,220); }
div.DivClassName
{
background-color: #9776DC;
}
.BgClassName
{
background-color: #9776DC;
}
</style>
border-color css
<style>
span { border-color: #9776DC; }
span { border-color: rgb(151,118,220); }
td.TdClassName
{
border-color: #9776DC;
}
.TagClassName
{
border-color: #9776DC;
}
</style>