Shades of Medium Purple #976ADB
Tints of Medium Purple #976ADB
RGB
CMYK
RGB Variations
Color information
#976ADB (or 0x976ADB) is known color: Medium Purple. HEX triplet: 97, 6A and DB. RGB value is (151,106,219). Sum of RGB (Red+Green+Blue) = 151+106+219=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #976ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ADB is #689524. Grayscale: #838383. Windows color (decimal): -6853925 or 14379671. OLE color: 14379671.
HSL color Cylindrical-coordinate representation of color #976ADB: hue angle of 263.89º degrees, saturation: 0.61, 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 #976ADB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 106 | 219 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.14 |
| HSL | 263.89º | 0.61% | 0.64% | - |
| HSV(B) | 263.89º | 0.52% | 0.86% | - |
| XYZ | 30.7 | 22 | 69.65 | - |
| YUV | 132.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 219 | 0.31 | 0.52 | 0 | 0.14 | 263.89 | 0.61 | 0.64 |
| Hex | 97 | 6A | DB | 1F | 34 | 0 | E | 108 | 3D | 40 |
| Octal | 227 | 152 | 333 | 37 | 64 | 0 | 16 | 410 | 75 | 100 |
| Binary | 10010111 | 1101010 | 11011011 | 11111 | 110100 | 0 | 1110 | 100001000 | 111101 | 1000000 |
Color Harmonies of #976ADB
Complementary color
Monochromatic Colors of #976ADB
Black with #976ADB
Text Example
Text Example
White with #976ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976ADB; }
p { color: rgb(151,106,219); }
H1.HeaderClassName
{
color: #976ADB;
}
.AnyTagClassName
{
color: #976ADB;
}
</style>
background-color css
<style>
a { background-color: #976ADB; }
a { background-color: rgb(151,106,219); }
div.DivClassName
{
background-color: #976ADB;
}
.BgClassName
{
background-color: #976ADB;
}
</style>
border-color css
<style>
span { border-color: #976ADB; }
span { border-color: rgb(151,106,219); }
td.TdClassName
{
border-color: #976ADB;
}
.TagClassName
{
border-color: #976ADB;
}
</style>