Shades of Medium Purple #976FDD
Tints of Medium Purple #976FDD
RGB
CMYK
RGB Variations
Color information
#976FDD (or 0x976FDD) is known color: Medium Purple. HEX triplet: 97, 6F and DD. RGB value is (151,111,221). Sum of RGB (Red+Green+Blue) = 151+111+221=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #976FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FDD is #689022. Grayscale: #878787. Windows color (decimal): -6852643 or 14512023. OLE color: 14512023.
HSL color Cylindrical-coordinate representation of color #976FDD: hue angle of 261.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976FDD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 111 | 221 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.13 |
| HSL | 261.82º | 0.62% | 0.65% | - |
| HSV(B) | 261.82º | 0.5% | 0.87% | - |
| XYZ | 31.5 | 23.17 | 71.22 | - |
| YUV | 135.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 221 | 0.32 | 0.50 | 0 | 0.13 | 261.82 | 0.62 | 0.65 |
| Hex | 97 | 6F | DD | 20 | 32 | 0 | D | 106 | 3E | 41 |
| Octal | 227 | 157 | 335 | 40 | 62 | 0 | 15 | 406 | 76 | 101 |
| Binary | 10010111 | 1101111 | 11011101 | 100000 | 110010 | 0 | 1101 | 100000110 | 111110 | 1000001 |
Color Harmonies of #976FDD
Complementary color
Monochromatic Colors of #976FDD
Black with #976FDD
Text Example
Text Example
White with #976FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FDD; }
p { color: rgb(151,111,221); }
H1.HeaderClassName
{
color: #976FDD;
}
.AnyTagClassName
{
color: #976FDD;
}
</style>
background-color css
<style>
a { background-color: #976FDD; }
a { background-color: rgb(151,111,221); }
div.DivClassName
{
background-color: #976FDD;
}
.BgClassName
{
background-color: #976FDD;
}
</style>
border-color css
<style>
span { border-color: #976FDD; }
span { border-color: rgb(151,111,221); }
td.TdClassName
{
border-color: #976FDD;
}
.TagClassName
{
border-color: #976FDD;
}
</style>