Shades of Medium Purple #976CDD
Tints of Medium Purple #976CDD
RGB
CMYK
RGB Variations
Color information
#976CDD (or 0x976CDD) is known color: Medium Purple. HEX triplet: 97, 6C and DD. RGB value is (151,108,221). Sum of RGB (Red+Green+Blue) = 151+108+221=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #976CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CDD is #689322. Grayscale: #858585. Windows color (decimal): -6853411 or 14511255. OLE color: 14511255.
HSL color Cylindrical-coordinate representation of color #976CDD: hue angle of 262.83º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #976CDD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 108 | 221 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.13 |
| HSL | 262.83º | 0.62% | 0.65% | - |
| HSV(B) | 262.83º | 0.51% | 0.87% | - |
| XYZ | 31.18 | 22.52 | 71.11 | - |
| YUV | 133.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 221 | 0.32 | 0.51 | 0 | 0.13 | 262.83 | 0.62 | 0.65 |
| Hex | 97 | 6C | DD | 20 | 33 | 0 | D | 107 | 3E | 41 |
| Octal | 227 | 154 | 335 | 40 | 63 | 0 | 15 | 407 | 76 | 101 |
| Binary | 10010111 | 1101100 | 11011101 | 100000 | 110011 | 0 | 1101 | 100000111 | 111110 | 1000001 |
Color Harmonies of #976CDD
Complementary color
Monochromatic Colors of #976CDD
Black with #976CDD
Text Example
Text Example
White with #976CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976CDD; }
p { color: rgb(151,108,221); }
H1.HeaderClassName
{
color: #976CDD;
}
.AnyTagClassName
{
color: #976CDD;
}
</style>
background-color css
<style>
a { background-color: #976CDD; }
a { background-color: rgb(151,108,221); }
div.DivClassName
{
background-color: #976CDD;
}
.BgClassName
{
background-color: #976CDD;
}
</style>
border-color css
<style>
span { border-color: #976CDD; }
span { border-color: rgb(151,108,221); }
td.TdClassName
{
border-color: #976CDD;
}
.TagClassName
{
border-color: #976CDD;
}
</style>