Shades of Medium Purple #975DF7
Tints of Medium Purple #975DF7
RGB
CMYK
RGB Variations
Color information
#975DF7 (or 0x975DF7) is known color: Medium Purple. HEX triplet: 97, 5D and F7. RGB value is (151,93,247). Sum of RGB (Red+Green+Blue) = 151+93+247=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #975DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DF7 is #68A208. Grayscale: #7F7F7F. Windows color (decimal): -6857225 or 16211351. OLE color: 16211351.
HSL color Cylindrical-coordinate representation of color #975DF7: hue angle of 262.6º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975DF7 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 93 | 247 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.03 |
| HSL | 262.6º | 0.91% | 0.67% | - |
| HSV(B) | 262.6º | 0.62% | 0.97% | - |
| XYZ | 33.47 | 21.12 | 90.31 | - |
| YUV | 127.9 | 195.22 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 247 | 0.39 | 0.62 | 0 | 0.03 | 262.6 | 0.91 | 0.67 |
| Hex | 97 | 5D | F7 | 27 | 3E | 0 | 3 | 107 | 5B | 43 |
| Octal | 227 | 135 | 367 | 47 | 76 | 0 | 3 | 407 | 133 | 103 |
| Binary | 10010111 | 1011101 | 11110111 | 100111 | 111110 | 0 | 11 | 100000111 | 1011011 | 1000011 |
Color Harmonies of #975DF7
Complementary color
Monochromatic Colors of #975DF7
Black with #975DF7
Text Example
Text Example
White with #975DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DF7; }
p { color: rgb(151,93,247); }
H1.HeaderClassName
{
color: #975DF7;
}
.AnyTagClassName
{
color: #975DF7;
}
</style>
background-color css
<style>
a { background-color: #975DF7; }
a { background-color: rgb(151,93,247); }
div.DivClassName
{
background-color: #975DF7;
}
.BgClassName
{
background-color: #975DF7;
}
</style>
border-color css
<style>
span { border-color: #975DF7; }
span { border-color: rgb(151,93,247); }
td.TdClassName
{
border-color: #975DF7;
}
.TagClassName
{
border-color: #975DF7;
}
</style>