Shades of Medium Purple #976ADF
Tints of Medium Purple #976ADF
RGB
CMYK
RGB Variations
Color information
#976ADF (or 0x976ADF) is known color: Medium Purple. HEX triplet: 97, 6A and DF. RGB value is (151,106,223). Sum of RGB (Red+Green+Blue) = 151+106+223=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #976ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ADF is #689520. Grayscale: #848484. Windows color (decimal): -6853921 or 14641815. OLE color: 14641815.
HSL color Cylindrical-coordinate representation of color #976ADF: hue angle of 263.08º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976ADF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 106 | 223 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.13 |
| HSL | 263.08º | 0.65% | 0.65% | - |
| HSV(B) | 263.08º | 0.52% | 0.87% | - |
| XYZ | 31.24 | 22.22 | 72.45 | - |
| YUV | 132.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 223 | 0.32 | 0.52 | 0 | 0.13 | 263.08 | 0.65 | 0.65 |
| Hex | 97 | 6A | DF | 20 | 34 | 0 | D | 107 | 41 | 41 |
| Octal | 227 | 152 | 337 | 40 | 64 | 0 | 15 | 407 | 101 | 101 |
| Binary | 10010111 | 1101010 | 11011111 | 100000 | 110100 | 0 | 1101 | 100000111 | 1000001 | 1000001 |
Color Harmonies of #976ADF
Complementary color
Monochromatic Colors of #976ADF
Black with #976ADF
Text Example
Text Example
White with #976ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976ADF; }
p { color: rgb(151,106,223); }
H1.HeaderClassName
{
color: #976ADF;
}
.AnyTagClassName
{
color: #976ADF;
}
</style>
background-color css
<style>
a { background-color: #976ADF; }
a { background-color: rgb(151,106,223); }
div.DivClassName
{
background-color: #976ADF;
}
.BgClassName
{
background-color: #976ADF;
}
</style>
border-color css
<style>
span { border-color: #976ADF; }
span { border-color: rgb(151,106,223); }
td.TdClassName
{
border-color: #976ADF;
}
.TagClassName
{
border-color: #976ADF;
}
</style>