Shades of Medium Purple #975AED
Tints of Medium Purple #975AED
RGB
CMYK
RGB Variations
Color information
#975AED (or 0x975AED) is known color: Medium Purple. HEX triplet: 97, 5A and ED. RGB value is (151,90,237). Sum of RGB (Red+Green+Blue) = 151+90+237=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #975AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975AED is #68A512. Grayscale: #7C7C7C. Windows color (decimal): -6858003 or 15555223. OLE color: 15555223.
HSL color Cylindrical-coordinate representation of color #975AED: hue angle of 264.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975AED is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 90 | 237 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.07 |
| HSL | 264.9º | 0.8% | 0.64% | - |
| HSV(B) | 264.9º | 0.62% | 0.93% | - |
| XYZ | 31.7 | 20.01 | 82.31 | - |
| YUV | 125 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 237 | 0.36 | 0.62 | 0 | 0.07 | 264.9 | 0.8 | 0.64 |
| Hex | 97 | 5A | ED | 24 | 3E | 0 | 7 | 109 | 50 | 40 |
| Octal | 227 | 132 | 355 | 44 | 76 | 0 | 7 | 411 | 120 | 100 |
| Binary | 10010111 | 1011010 | 11101101 | 100100 | 111110 | 0 | 111 | 100001001 | 1010000 | 1000000 |
Color Harmonies of #975AED
Complementary color
Monochromatic Colors of #975AED
Black with #975AED
Text Example
Text Example
White with #975AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975AED; }
p { color: rgb(151,90,237); }
H1.HeaderClassName
{
color: #975AED;
}
.AnyTagClassName
{
color: #975AED;
}
</style>
background-color css
<style>
a { background-color: #975AED; }
a { background-color: rgb(151,90,237); }
div.DivClassName
{
background-color: #975AED;
}
.BgClassName
{
background-color: #975AED;
}
</style>
border-color css
<style>
span { border-color: #975AED; }
span { border-color: rgb(151,90,237); }
td.TdClassName
{
border-color: #975AED;
}
.TagClassName
{
border-color: #975AED;
}
</style>