Shades of Medium Purple #975DF4
Tints of Medium Purple #975DF4
RGB
CMYK
RGB Variations
Color information
#975DF4 (or 0x975DF4) is known color: Medium Purple. HEX triplet: 97, 5D and F4. RGB value is (151,93,244). Sum of RGB (Red+Green+Blue) = 151+93+244=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #975DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DF4 is #68A20B. Grayscale: #7F7F7F. Windows color (decimal): -6857228 or 16014743. OLE color: 16014743.
HSL color Cylindrical-coordinate representation of color #975DF4: hue angle of 263.05º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975DF4 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 93 | 244 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.04 |
| HSL | 263.05º | 0.87% | 0.66% | - |
| HSV(B) | 263.05º | 0.62% | 0.96% | - |
| XYZ | 33.01 | 20.94 | 87.89 | - |
| YUV | 127.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 244 | 0.38 | 0.62 | 0 | 0.04 | 263.05 | 0.87 | 0.66 |
| Hex | 97 | 5D | F4 | 26 | 3E | 0 | 4 | 107 | 57 | 42 |
| Octal | 227 | 135 | 364 | 46 | 76 | 0 | 4 | 407 | 127 | 102 |
| Binary | 10010111 | 1011101 | 11110100 | 100110 | 111110 | 0 | 100 | 100000111 | 1010111 | 1000010 |
Color Harmonies of #975DF4
Complementary color
Monochromatic Colors of #975DF4
Black with #975DF4
Text Example
Text Example
White with #975DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DF4; }
p { color: rgb(151,93,244); }
H1.HeaderClassName
{
color: #975DF4;
}
.AnyTagClassName
{
color: #975DF4;
}
</style>
background-color css
<style>
a { background-color: #975DF4; }
a { background-color: rgb(151,93,244); }
div.DivClassName
{
background-color: #975DF4;
}
.BgClassName
{
background-color: #975DF4;
}
</style>
border-color css
<style>
span { border-color: #975DF4; }
span { border-color: rgb(151,93,244); }
td.TdClassName
{
border-color: #975DF4;
}
.TagClassName
{
border-color: #975DF4;
}
</style>