Shades of Medium Purple #976FD4
Tints of Medium Purple #976FD4
RGB
CMYK
RGB Variations
Color information
#976FD4 (or 0x976FD4) is known color: Medium Purple. HEX triplet: 97, 6F and D4. RGB value is (151,111,212). Sum of RGB (Red+Green+Blue) = 151+111+212=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #976FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FD4 is #68902B. Grayscale: #868686. Windows color (decimal): -6852652 or 13922199. OLE color: 13922199.
HSL color Cylindrical-coordinate representation of color #976FD4: hue angle of 263.76º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #976FD4 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 111 | 212 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.17 |
| HSL | 263.76º | 0.54% | 0.63% | - |
| HSV(B) | 263.76º | 0.48% | 0.83% | - |
| XYZ | 30.33 | 22.7 | 65.07 | - |
| YUV | 134.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 212 | 0.29 | 0.48 | 0 | 0.17 | 263.76 | 0.54 | 0.63 |
| Hex | 97 | 6F | D4 | 1D | 30 | 0 | 11 | 108 | 36 | 3F |
| Octal | 227 | 157 | 324 | 35 | 60 | 0 | 21 | 410 | 66 | 77 |
| Binary | 10010111 | 1101111 | 11010100 | 11101 | 110000 | 0 | 10001 | 100001000 | 110110 | 111111 |
Color Harmonies of #976FD4
Complementary color
Monochromatic Colors of #976FD4
Black with #976FD4
Text Example
Text Example
White with #976FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FD4; }
p { color: rgb(151,111,212); }
H1.HeaderClassName
{
color: #976FD4;
}
.AnyTagClassName
{
color: #976FD4;
}
</style>
background-color css
<style>
a { background-color: #976FD4; }
a { background-color: rgb(151,111,212); }
div.DivClassName
{
background-color: #976FD4;
}
.BgClassName
{
background-color: #976FD4;
}
</style>
border-color css
<style>
span { border-color: #976FD4; }
span { border-color: rgb(151,111,212); }
td.TdClassName
{
border-color: #976FD4;
}
.TagClassName
{
border-color: #976FD4;
}
</style>