Shades of Medium Purple #976BF2
Tints of Medium Purple #976BF2
RGB
CMYK
RGB Variations
Color information
#976BF2 (or 0x976BF2) is known color: Medium Purple. HEX triplet: 97, 6B and F2. RGB value is (151,107,242). Sum of RGB (Red+Green+Blue) = 151+107+242=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #976BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976BF2 is #68940D. Grayscale: #878787. Windows color (decimal): -6853646 or 15887255. OLE color: 15887255.
HSL color Cylindrical-coordinate representation of color #976BF2: hue angle of 259.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #976BF2 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 107 | 242 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.05 |
| HSL | 259.56º | 0.84% | 0.68% | - |
| HSV(B) | 259.56º | 0.56% | 0.95% | - |
| XYZ | 34.05 | 23.51 | 86.75 | - |
| YUV | 135.55 | 188.08 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 242 | 0.38 | 0.56 | 0 | 0.05 | 259.56 | 0.84 | 0.68 |
| Hex | 97 | 6B | F2 | 26 | 38 | 0 | 5 | 104 | 54 | 44 |
| Octal | 227 | 153 | 362 | 46 | 70 | 0 | 5 | 404 | 124 | 104 |
| Binary | 10010111 | 1101011 | 11110010 | 100110 | 111000 | 0 | 101 | 100000100 | 1010100 | 1000100 |
Color Harmonies of #976BF2
Complementary color
Monochromatic Colors of #976BF2
Black with #976BF2
Text Example
Text Example
White with #976BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BF2; }
p { color: rgb(151,107,242); }
H1.HeaderClassName
{
color: #976BF2;
}
.AnyTagClassName
{
color: #976BF2;
}
</style>
background-color css
<style>
a { background-color: #976BF2; }
a { background-color: rgb(151,107,242); }
div.DivClassName
{
background-color: #976BF2;
}
.BgClassName
{
background-color: #976BF2;
}
</style>
border-color css
<style>
span { border-color: #976BF2; }
span { border-color: rgb(151,107,242); }
td.TdClassName
{
border-color: #976BF2;
}
.TagClassName
{
border-color: #976BF2;
}
</style>