Shades of Medium Purple #976BDA
Tints of Medium Purple #976BDA
RGB
CMYK
RGB Variations
Color information
#976BDA (or 0x976BDA) is known color: Medium Purple. HEX triplet: 97, 6B and DA. RGB value is (151,107,218). Sum of RGB (Red+Green+Blue) = 151+107+218=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #976BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BDA is #689425. Grayscale: #848484. Windows color (decimal): -6853670 or 14314391. OLE color: 14314391.
HSL color Cylindrical-coordinate representation of color #976BDA: hue angle of 263.78º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #976BDA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 107 | 218 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.15 |
| HSL | 263.78º | 0.6% | 0.64% | - |
| HSV(B) | 263.78º | 0.51% | 0.85% | - |
| XYZ | 30.68 | 22.16 | 68.99 | - |
| YUV | 132.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 218 | 0.31 | 0.51 | 0 | 0.15 | 263.78 | 0.6 | 0.64 |
| Hex | 97 | 6B | DA | 1F | 33 | 0 | F | 108 | 3C | 40 |
| Octal | 227 | 153 | 332 | 37 | 63 | 0 | 17 | 410 | 74 | 100 |
| Binary | 10010111 | 1101011 | 11011010 | 11111 | 110011 | 0 | 1111 | 100001000 | 111100 | 1000000 |
Color Harmonies of #976BDA
Complementary color
Monochromatic Colors of #976BDA
Black with #976BDA
Text Example
Text Example
White with #976BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BDA; }
p { color: rgb(151,107,218); }
H1.HeaderClassName
{
color: #976BDA;
}
.AnyTagClassName
{
color: #976BDA;
}
</style>
background-color css
<style>
a { background-color: #976BDA; }
a { background-color: rgb(151,107,218); }
div.DivClassName
{
background-color: #976BDA;
}
.BgClassName
{
background-color: #976BDA;
}
</style>
border-color css
<style>
span { border-color: #976BDA; }
span { border-color: rgb(151,107,218); }
td.TdClassName
{
border-color: #976BDA;
}
.TagClassName
{
border-color: #976BDA;
}
</style>