Shades of Medium Purple #976FDC
Tints of Medium Purple #976FDC
RGB
CMYK
RGB Variations
Color information
#976FDC (or 0x976FDC) is known color: Medium Purple. HEX triplet: 97, 6F and DC. RGB value is (151,111,220). Sum of RGB (Red+Green+Blue) = 151+111+220=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #976FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FDC is #689023. Grayscale: #868686. Windows color (decimal): -6852644 or 14446487. OLE color: 14446487.
HSL color Cylindrical-coordinate representation of color #976FDC: hue angle of 262.02º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976FDC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 111 | 220 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.14 |
| HSL | 262.02º | 0.61% | 0.65% | - |
| HSV(B) | 262.02º | 0.5% | 0.86% | - |
| XYZ | 31.37 | 23.12 | 70.52 | - |
| YUV | 135.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 220 | 0.31 | 0.50 | 0 | 0.14 | 262.02 | 0.61 | 0.65 |
| Hex | 97 | 6F | DC | 1F | 32 | 0 | E | 106 | 3D | 41 |
| Octal | 227 | 157 | 334 | 37 | 62 | 0 | 16 | 406 | 75 | 101 |
| Binary | 10010111 | 1101111 | 11011100 | 11111 | 110010 | 0 | 1110 | 100000110 | 111101 | 1000001 |
Color Harmonies of #976FDC
Complementary color
Monochromatic Colors of #976FDC
Black with #976FDC
Text Example
Text Example
White with #976FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FDC; }
p { color: rgb(151,111,220); }
H1.HeaderClassName
{
color: #976FDC;
}
.AnyTagClassName
{
color: #976FDC;
}
</style>
background-color css
<style>
a { background-color: #976FDC; }
a { background-color: rgb(151,111,220); }
div.DivClassName
{
background-color: #976FDC;
}
.BgClassName
{
background-color: #976FDC;
}
</style>
border-color css
<style>
span { border-color: #976FDC; }
span { border-color: rgb(151,111,220); }
td.TdClassName
{
border-color: #976FDC;
}
.TagClassName
{
border-color: #976FDC;
}
</style>