Shades of Medium Purple #976CF2
Tints of Medium Purple #976CF2
RGB
CMYK
RGB Variations
Color information
#976CF2 (or 0x976CF2) is known color: Medium Purple. HEX triplet: 97, 6C and F2. RGB value is (151,108,242). Sum of RGB (Red+Green+Blue) = 151+108+242=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #976CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976CF2 is #68930D. Grayscale: #878787. Windows color (decimal): -6853390 or 15887511. OLE color: 15887511.
HSL color Cylindrical-coordinate representation of color #976CF2: hue angle of 259.25º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976CF2 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 108 | 242 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.05 |
| HSL | 259.25º | 0.84% | 0.69% | - |
| HSV(B) | 259.25º | 0.55% | 0.95% | - |
| XYZ | 34.15 | 23.72 | 86.78 | - |
| YUV | 136.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 242 | 0.38 | 0.55 | 0 | 0.05 | 259.25 | 0.84 | 0.69 |
| Hex | 97 | 6C | F2 | 26 | 37 | 0 | 5 | 103 | 54 | 45 |
| Octal | 227 | 154 | 362 | 46 | 67 | 0 | 5 | 403 | 124 | 105 |
| Binary | 10010111 | 1101100 | 11110010 | 100110 | 110111 | 0 | 101 | 100000011 | 1010100 | 1000101 |
Color Harmonies of #976CF2
Complementary color
Monochromatic Colors of #976CF2
Black with #976CF2
Text Example
Text Example
White with #976CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976CF2; }
p { color: rgb(151,108,242); }
H1.HeaderClassName
{
color: #976CF2;
}
.AnyTagClassName
{
color: #976CF2;
}
</style>
background-color css
<style>
a { background-color: #976CF2; }
a { background-color: rgb(151,108,242); }
div.DivClassName
{
background-color: #976CF2;
}
.BgClassName
{
background-color: #976CF2;
}
</style>
border-color css
<style>
span { border-color: #976CF2; }
span { border-color: rgb(151,108,242); }
td.TdClassName
{
border-color: #976CF2;
}
.TagClassName
{
border-color: #976CF2;
}
</style>