Shades of Medium Purple #9753F1
Tints of Medium Purple #9753F1
RGB
CMYK
RGB Variations
Color information
#9753F1 (or 0x9753F1) is known color: Medium Purple. HEX triplet: 97, 53 and F1. RGB value is (151,83,241). Sum of RGB (Red+Green+Blue) = 151+83+241=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #9753F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9753F1 is #68AC0E. Grayscale: #787878. Windows color (decimal): -6859791 or 15815575. OLE color: 15815575.
HSL color Cylindrical-coordinate representation of color #9753F1: hue angle of 265.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9753F1 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 83 | 241 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.05 |
| HSL | 265.82º | 0.85% | 0.64% | - |
| HSV(B) | 265.82º | 0.66% | 0.95% | - |
| XYZ | 31.73 | 19.12 | 85.24 | - |
| YUV | 121.34 | 195.53 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 241 | 0.37 | 0.66 | 0 | 0.05 | 265.82 | 0.85 | 0.64 |
| Hex | 97 | 53 | F1 | 25 | 42 | 0 | 5 | 10A | 55 | 40 |
| Octal | 227 | 123 | 361 | 45 | 102 | 0 | 5 | 412 | 125 | 100 |
| Binary | 10010111 | 1010011 | 11110001 | 100101 | 1000010 | 0 | 101 | 100001010 | 1010101 | 1000000 |
Color Harmonies of #9753F1
Complementary color
Monochromatic Colors of #9753F1
Black with #9753F1
Text Example
Text Example
White with #9753F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9753F1; }
p { color: rgb(151,83,241); }
H1.HeaderClassName
{
color: #9753F1;
}
.AnyTagClassName
{
color: #9753F1;
}
</style>
background-color css
<style>
a { background-color: #9753F1; }
a { background-color: rgb(151,83,241); }
div.DivClassName
{
background-color: #9753F1;
}
.BgClassName
{
background-color: #9753F1;
}
</style>
border-color css
<style>
span { border-color: #9753F1; }
span { border-color: rgb(151,83,241); }
td.TdClassName
{
border-color: #9753F1;
}
.TagClassName
{
border-color: #9753F1;
}
</style>