Shades of Medium Purple #974FEE
Tints of Medium Purple #974FEE
RGB
CMYK
RGB Variations
Color information
#974FEE (or 0x974FEE) is known color: Medium Purple. HEX triplet: 97, 4F and EE. RGB value is (151,79,238). Sum of RGB (Red+Green+Blue) = 151+79+238=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #974FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FEE is #68B011. Grayscale: #767676. Windows color (decimal): -6860818 or 15617943. OLE color: 15617943.
HSL color Cylindrical-coordinate representation of color #974FEE: hue angle of 267.17º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974FEE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 79 | 238 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.07 |
| HSL | 267.17º | 0.82% | 0.62% | - |
| HSV(B) | 267.17º | 0.67% | 0.93% | - |
| XYZ | 30.99 | 18.34 | 82.8 | - |
| YUV | 118.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 238 | 0.37 | 0.67 | 0 | 0.07 | 267.17 | 0.82 | 0.62 |
| Hex | 97 | 4F | EE | 25 | 43 | 0 | 7 | 10B | 52 | 3E |
| Octal | 227 | 117 | 356 | 45 | 103 | 0 | 7 | 413 | 122 | 76 |
| Binary | 10010111 | 1001111 | 11101110 | 100101 | 1000011 | 0 | 111 | 100001011 | 1010010 | 111110 |
Color Harmonies of #974FEE
Complementary color
Monochromatic Colors of #974FEE
Black with #974FEE
Text Example
Text Example
White with #974FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FEE; }
p { color: rgb(151,79,238); }
H1.HeaderClassName
{
color: #974FEE;
}
.AnyTagClassName
{
color: #974FEE;
}
</style>
background-color css
<style>
a { background-color: #974FEE; }
a { background-color: rgb(151,79,238); }
div.DivClassName
{
background-color: #974FEE;
}
.BgClassName
{
background-color: #974FEE;
}
</style>
border-color css
<style>
span { border-color: #974FEE; }
span { border-color: rgb(151,79,238); }
td.TdClassName
{
border-color: #974FEE;
}
.TagClassName
{
border-color: #974FEE;
}
</style>