Shades of Medium Purple #9754F7
Tints of Medium Purple #9754F7
RGB
CMYK
RGB Variations
Color information
#9754F7 (or 0x9754F7) is known color: Medium Purple. HEX triplet: 97, 54 and F7. RGB value is (151,84,247). Sum of RGB (Red+Green+Blue) = 151+84+247=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #9754F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754F7 is #68AB08. Grayscale: #7A7A7A. Windows color (decimal): -6859529 or 16209047. OLE color: 16209047.
HSL color Cylindrical-coordinate representation of color #9754F7: hue angle of 264.66º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9754F7 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 84 | 247 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.03 |
| HSL | 264.66º | 0.91% | 0.65% | - |
| HSV(B) | 264.66º | 0.66% | 0.97% | - |
| XYZ | 32.72 | 19.64 | 90.06 | - |
| YUV | 122.62 | 198.2 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 247 | 0.39 | 0.66 | 0 | 0.03 | 264.66 | 0.91 | 0.65 |
| Hex | 97 | 54 | F7 | 27 | 42 | 0 | 3 | 109 | 5B | 41 |
| Octal | 227 | 124 | 367 | 47 | 102 | 0 | 3 | 411 | 133 | 101 |
| Binary | 10010111 | 1010100 | 11110111 | 100111 | 1000010 | 0 | 11 | 100001001 | 1011011 | 1000001 |
Color Harmonies of #9754F7
Complementary color
Monochromatic Colors of #9754F7
Black with #9754F7
Text Example
Text Example
White with #9754F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754F7; }
p { color: rgb(151,84,247); }
H1.HeaderClassName
{
color: #9754F7;
}
.AnyTagClassName
{
color: #9754F7;
}
</style>
background-color css
<style>
a { background-color: #9754F7; }
a { background-color: rgb(151,84,247); }
div.DivClassName
{
background-color: #9754F7;
}
.BgClassName
{
background-color: #9754F7;
}
</style>
border-color css
<style>
span { border-color: #9754F7; }
span { border-color: rgb(151,84,247); }
td.TdClassName
{
border-color: #9754F7;
}
.TagClassName
{
border-color: #9754F7;
}
</style>