Shades of Medium Purple #975EF6
Tints of Medium Purple #975EF6
RGB
CMYK
RGB Variations
Color information
#975EF6 (or 0x975EF6) is known color: Medium Purple. HEX triplet: 97, 5E and F6. RGB value is (151,94,246). Sum of RGB (Red+Green+Blue) = 151+94+246=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #975EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975EF6 is #68A109. Grayscale: #7F7F7F. Windows color (decimal): -6856970 or 16146071. OLE color: 16146071.
HSL color Cylindrical-coordinate representation of color #975EF6: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975EF6 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 94 | 246 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.04 |
| HSL | 262.5º | 0.89% | 0.67% | - |
| HSV(B) | 262.5º | 0.62% | 0.96% | - |
| XYZ | 33.4 | 21.24 | 89.53 | - |
| YUV | 128.37 | 194.38 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 246 | 0.39 | 0.62 | 0 | 0.04 | 262.5 | 0.89 | 0.67 |
| Hex | 97 | 5E | F6 | 27 | 3E | 0 | 4 | 106 | 59 | 43 |
| Octal | 227 | 136 | 366 | 47 | 76 | 0 | 4 | 406 | 131 | 103 |
| Binary | 10010111 | 1011110 | 11110110 | 100111 | 111110 | 0 | 100 | 100000110 | 1011001 | 1000011 |
Color Harmonies of #975EF6
Complementary color
Monochromatic Colors of #975EF6
Black with #975EF6
Text Example
Text Example
White with #975EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975EF6; }
p { color: rgb(151,94,246); }
H1.HeaderClassName
{
color: #975EF6;
}
.AnyTagClassName
{
color: #975EF6;
}
</style>
background-color css
<style>
a { background-color: #975EF6; }
a { background-color: rgb(151,94,246); }
div.DivClassName
{
background-color: #975EF6;
}
.BgClassName
{
background-color: #975EF6;
}
</style>
border-color css
<style>
span { border-color: #975EF6; }
span { border-color: rgb(151,94,246); }
td.TdClassName
{
border-color: #975EF6;
}
.TagClassName
{
border-color: #975EF6;
}
</style>