Shades of Medium Purple #976ADC
Tints of Medium Purple #976ADC
RGB
CMYK
RGB Variations
Color information
#976ADC (or 0x976ADC) is known color: Medium Purple. HEX triplet: 97, 6A and DC. RGB value is (151,106,220). Sum of RGB (Red+Green+Blue) = 151+106+220=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #976ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ADC is #689523. Grayscale: #848484. Windows color (decimal): -6853924 or 14445207. OLE color: 14445207.
HSL color Cylindrical-coordinate representation of color #976ADC: hue angle of 263.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976ADC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 106 | 220 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.14 |
| HSL | 263.68º | 0.62% | 0.64% | - |
| HSV(B) | 263.68º | 0.52% | 0.86% | - |
| XYZ | 30.83 | 22.05 | 70.34 | - |
| YUV | 132.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 220 | 0.31 | 0.52 | 0 | 0.14 | 263.68 | 0.62 | 0.64 |
| Hex | 97 | 6A | DC | 1F | 34 | 0 | E | 108 | 3E | 40 |
| Octal | 227 | 152 | 334 | 37 | 64 | 0 | 16 | 410 | 76 | 100 |
| Binary | 10010111 | 1101010 | 11011100 | 11111 | 110100 | 0 | 1110 | 100001000 | 111110 | 1000000 |
Color Harmonies of #976ADC
Complementary color
Monochromatic Colors of #976ADC
Black with #976ADC
Text Example
Text Example
White with #976ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976ADC; }
p { color: rgb(151,106,220); }
H1.HeaderClassName
{
color: #976ADC;
}
.AnyTagClassName
{
color: #976ADC;
}
</style>
background-color css
<style>
a { background-color: #976ADC; }
a { background-color: rgb(151,106,220); }
div.DivClassName
{
background-color: #976ADC;
}
.BgClassName
{
background-color: #976ADC;
}
</style>
border-color css
<style>
span { border-color: #976ADC; }
span { border-color: rgb(151,106,220); }
td.TdClassName
{
border-color: #976ADC;
}
.TagClassName
{
border-color: #976ADC;
}
</style>