Shades of Medium Purple #997FEA
Tints of Medium Purple #997FEA
RGB
CMYK
RGB Variations
Color information
#997FEA (or 0x997FEA) is known color: Medium Purple. HEX triplet: 99, 7F and EA. RGB value is (153,127,234). Sum of RGB (Red+Green+Blue) = 153+127+234=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #997FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997FEA is #668015. Grayscale: #929292. Windows color (decimal): -6717462 or 15368089. OLE color: 15368089.
HSL color Cylindrical-coordinate representation of color #997FEA: hue angle of 254.58º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997FEA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 127 | 234 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.08 |
| HSL | 254.58º | 0.72% | 0.71% | - |
| HSV(B) | 254.58º | 0.46% | 0.92% | - |
| XYZ | 35.58 | 27.89 | 81.35 | - |
| YUV | 146.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 234 | 0.35 | 0.46 | 0 | 0.08 | 254.58 | 0.72 | 0.71 |
| Hex | 99 | 7F | EA | 23 | 2E | 0 | 8 | FF | 48 | 47 |
| Octal | 231 | 177 | 352 | 43 | 56 | 0 | 10 | 377 | 110 | 107 |
| Binary | 10011001 | 1111111 | 11101010 | 100011 | 101110 | 0 | 1000 | 11111111 | 1001000 | 1000111 |
Color Harmonies of #997FEA
Complementary color
Monochromatic Colors of #997FEA
Black with #997FEA
Text Example
Text Example
White with #997FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FEA; }
p { color: rgb(153,127,234); }
H1.HeaderClassName
{
color: #997FEA;
}
.AnyTagClassName
{
color: #997FEA;
}
</style>
background-color css
<style>
a { background-color: #997FEA; }
a { background-color: rgb(153,127,234); }
div.DivClassName
{
background-color: #997FEA;
}
.BgClassName
{
background-color: #997FEA;
}
</style>
border-color css
<style>
span { border-color: #997FEA; }
span { border-color: rgb(153,127,234); }
td.TdClassName
{
border-color: #997FEA;
}
.TagClassName
{
border-color: #997FEA;
}
</style>