Shades of Medium Purple #976AF1
Tints of Medium Purple #976AF1
RGB
CMYK
RGB Variations
Color information
#976AF1 (or 0x976AF1) is known color: Medium Purple. HEX triplet: 97, 6A and F1. RGB value is (151,106,241). Sum of RGB (Red+Green+Blue) = 151+106+241=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #976AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AF1 is #68950E. Grayscale: #868686. Windows color (decimal): -6853903 or 15821463. OLE color: 15821463.
HSL color Cylindrical-coordinate representation of color #976AF1: hue angle of 260º degrees, saturation: 0.83, 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 #976AF1 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 106 | 241 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.05 |
| HSL | 260º | 0.83% | 0.68% | - |
| HSV(B) | 260º | 0.56% | 0.95% | - |
| XYZ | 33.79 | 23.24 | 85.92 | - |
| YUV | 134.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 241 | 0.37 | 0.56 | 0 | 0.05 | 260 | 0.83 | 0.68 |
| Hex | 97 | 6A | F1 | 25 | 38 | 0 | 5 | 104 | 53 | 44 |
| Octal | 227 | 152 | 361 | 45 | 70 | 0 | 5 | 404 | 123 | 104 |
| Binary | 10010111 | 1101010 | 11110001 | 100101 | 111000 | 0 | 101 | 100000100 | 1010011 | 1000100 |
Color Harmonies of #976AF1
Complementary color
Monochromatic Colors of #976AF1
Black with #976AF1
Text Example
Text Example
White with #976AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976AF1; }
p { color: rgb(151,106,241); }
H1.HeaderClassName
{
color: #976AF1;
}
.AnyTagClassName
{
color: #976AF1;
}
</style>
background-color css
<style>
a { background-color: #976AF1; }
a { background-color: rgb(151,106,241); }
div.DivClassName
{
background-color: #976AF1;
}
.BgClassName
{
background-color: #976AF1;
}
</style>
border-color css
<style>
span { border-color: #976AF1; }
span { border-color: rgb(151,106,241); }
td.TdClassName
{
border-color: #976AF1;
}
.TagClassName
{
border-color: #976AF1;
}
</style>