Shades of Medium Purple #9752F1
Tints of Medium Purple #9752F1
RGB
CMYK
RGB Variations
Color information
#9752F1 (or 0x9752F1) is known color: Medium Purple. HEX triplet: 97, 52 and F1. RGB value is (151,82,241). Sum of RGB (Red+Green+Blue) = 151+82+241=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #9752F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9752F1 is #68AD0E. Grayscale: #787878. Windows color (decimal): -6860047 or 15815319. OLE color: 15815319.
HSL color Cylindrical-coordinate representation of color #9752F1: hue angle of 266.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9752F1 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 82 | 241 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.05 |
| HSL | 266.04º | 0.85% | 0.63% | - |
| HSV(B) | 266.04º | 0.66% | 0.95% | - |
| XYZ | 31.66 | 18.96 | 85.21 | - |
| YUV | 120.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 241 | 0.37 | 0.66 | 0 | 0.05 | 266.04 | 0.85 | 0.63 |
| Hex | 97 | 52 | F1 | 25 | 42 | 0 | 5 | 10A | 55 | 3F |
| Octal | 227 | 122 | 361 | 45 | 102 | 0 | 5 | 412 | 125 | 77 |
| Binary | 10010111 | 1010010 | 11110001 | 100101 | 1000010 | 0 | 101 | 100001010 | 1010101 | 111111 |
Color Harmonies of #9752F1
Complementary color
Monochromatic Colors of #9752F1
Black with #9752F1
Text Example
Text Example
White with #9752F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9752F1; }
p { color: rgb(151,82,241); }
H1.HeaderClassName
{
color: #9752F1;
}
.AnyTagClassName
{
color: #9752F1;
}
</style>
background-color css
<style>
a { background-color: #9752F1; }
a { background-color: rgb(151,82,241); }
div.DivClassName
{
background-color: #9752F1;
}
.BgClassName
{
background-color: #9752F1;
}
</style>
border-color css
<style>
span { border-color: #9752F1; }
span { border-color: rgb(151,82,241); }
td.TdClassName
{
border-color: #9752F1;
}
.TagClassName
{
border-color: #9752F1;
}
</style>