Shades of Medium Purple #976FDF
Tints of Medium Purple #976FDF
RGB
CMYK
RGB Variations
Color information
#976FDF (or 0x976FDF) is known color: Medium Purple. HEX triplet: 97, 6F and DF. RGB value is (151,111,223). Sum of RGB (Red+Green+Blue) = 151+111+223=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #976FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FDF is #689020. Grayscale: #878787. Windows color (decimal): -6852641 or 14643095. OLE color: 14643095.
HSL color Cylindrical-coordinate representation of color #976FDF: hue angle of 261.43º degrees, saturation: 0.64, 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 #976FDF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 111 | 223 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.13 |
| HSL | 261.43º | 0.64% | 0.65% | - |
| HSV(B) | 261.43º | 0.5% | 0.87% | - |
| XYZ | 31.77 | 23.28 | 72.63 | - |
| YUV | 135.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 223 | 0.32 | 0.50 | 0 | 0.13 | 261.43 | 0.64 | 0.65 |
| Hex | 97 | 6F | DF | 20 | 32 | 0 | D | 105 | 40 | 41 |
| Octal | 227 | 157 | 337 | 40 | 62 | 0 | 15 | 405 | 100 | 101 |
| Binary | 10010111 | 1101111 | 11011111 | 100000 | 110010 | 0 | 1101 | 100000101 | 1000000 | 1000001 |
Color Harmonies of #976FDF
Complementary color
Monochromatic Colors of #976FDF
Black with #976FDF
Text Example
Text Example
White with #976FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FDF; }
p { color: rgb(151,111,223); }
H1.HeaderClassName
{
color: #976FDF;
}
.AnyTagClassName
{
color: #976FDF;
}
</style>
background-color css
<style>
a { background-color: #976FDF; }
a { background-color: rgb(151,111,223); }
div.DivClassName
{
background-color: #976FDF;
}
.BgClassName
{
background-color: #976FDF;
}
</style>
border-color css
<style>
span { border-color: #976FDF; }
span { border-color: rgb(151,111,223); }
td.TdClassName
{
border-color: #976FDF;
}
.TagClassName
{
border-color: #976FDF;
}
</style>