Shades of Medium Purple #975FEF
Tints of Medium Purple #975FEF
RGB
CMYK
RGB Variations
Color information
#975FEF (or 0x975FEF) is known color: Medium Purple. HEX triplet: 97, 5F and EF. RGB value is (151,95,239). Sum of RGB (Red+Green+Blue) = 151+95+239=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #975FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975FEF is #68A010. Grayscale: #7F7F7F. Windows color (decimal): -6856721 or 15687575. OLE color: 15687575.
HSL color Cylindrical-coordinate representation of color #975FEF: hue angle of 263.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #975FEF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 95 | 239 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.06 |
| HSL | 263.33º | 0.82% | 0.65% | - |
| HSV(B) | 263.33º | 0.6% | 0.94% | - |
| XYZ | 32.43 | 21 | 84 | - |
| YUV | 128.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 239 | 0.37 | 0.60 | 0 | 0.06 | 263.33 | 0.82 | 0.65 |
| Hex | 97 | 5F | EF | 25 | 3C | 0 | 6 | 107 | 52 | 41 |
| Octal | 227 | 137 | 357 | 45 | 74 | 0 | 6 | 407 | 122 | 101 |
| Binary | 10010111 | 1011111 | 11101111 | 100101 | 111100 | 0 | 110 | 100000111 | 1010010 | 1000001 |
Color Harmonies of #975FEF
Complementary color
Monochromatic Colors of #975FEF
Black with #975FEF
Text Example
Text Example
White with #975FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975FEF; }
p { color: rgb(151,95,239); }
H1.HeaderClassName
{
color: #975FEF;
}
.AnyTagClassName
{
color: #975FEF;
}
</style>
background-color css
<style>
a { background-color: #975FEF; }
a { background-color: rgb(151,95,239); }
div.DivClassName
{
background-color: #975FEF;
}
.BgClassName
{
background-color: #975FEF;
}
</style>
border-color css
<style>
span { border-color: #975FEF; }
span { border-color: rgb(151,95,239); }
td.TdClassName
{
border-color: #975FEF;
}
.TagClassName
{
border-color: #975FEF;
}
</style>