Shades of Medium Purple #975CEA
Tints of Medium Purple #975CEA
RGB
CMYK
RGB Variations
Color information
#975CEA (or 0x975CEA) is known color: Medium Purple. HEX triplet: 97, 5C and EA. RGB value is (151,92,234). Sum of RGB (Red+Green+Blue) = 151+92+234=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #975CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CEA is #68A315. Grayscale: #7D7D7D. Windows color (decimal): -6857494 or 15359127. OLE color: 15359127.
HSL color Cylindrical-coordinate representation of color #975CEA: hue angle of 264.93º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975CEA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 92 | 234 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.08 |
| HSL | 264.93º | 0.77% | 0.64% | - |
| HSV(B) | 264.93º | 0.61% | 0.92% | - |
| XYZ | 31.44 | 20.17 | 80.08 | - |
| YUV | 125.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 234 | 0.35 | 0.61 | 0 | 0.08 | 264.93 | 0.77 | 0.64 |
| Hex | 97 | 5C | EA | 23 | 3D | 0 | 8 | 109 | 4D | 40 |
| Octal | 227 | 134 | 352 | 43 | 75 | 0 | 10 | 411 | 115 | 100 |
| Binary | 10010111 | 1011100 | 11101010 | 100011 | 111101 | 0 | 1000 | 100001001 | 1001101 | 1000000 |
Color Harmonies of #975CEA
Complementary color
Monochromatic Colors of #975CEA
Black with #975CEA
Text Example
Text Example
White with #975CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CEA; }
p { color: rgb(151,92,234); }
H1.HeaderClassName
{
color: #975CEA;
}
.AnyTagClassName
{
color: #975CEA;
}
</style>
background-color css
<style>
a { background-color: #975CEA; }
a { background-color: rgb(151,92,234); }
div.DivClassName
{
background-color: #975CEA;
}
.BgClassName
{
background-color: #975CEA;
}
</style>
border-color css
<style>
span { border-color: #975CEA; }
span { border-color: rgb(151,92,234); }
td.TdClassName
{
border-color: #975CEA;
}
.TagClassName
{
border-color: #975CEA;
}
</style>