Shades of Medium Purple #9754F5
Tints of Medium Purple #9754F5
RGB
CMYK
RGB Variations
Color information
#9754F5 (or 0x9754F5) is known color: Medium Purple. HEX triplet: 97, 54 and F5. RGB value is (151,84,245). Sum of RGB (Red+Green+Blue) = 151+84+245=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #9754F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754F5 is #68AB0A. Grayscale: #797979. Windows color (decimal): -6859531 or 16077975. OLE color: 16077975.
HSL color Cylindrical-coordinate representation of color #9754F5: hue angle of 264.97º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9754F5 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 84 | 245 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.04 |
| HSL | 264.97º | 0.89% | 0.65% | - |
| HSV(B) | 264.97º | 0.66% | 0.96% | - |
| XYZ | 32.41 | 19.51 | 88.44 | - |
| YUV | 122.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 245 | 0.38 | 0.66 | 0 | 0.04 | 264.97 | 0.89 | 0.65 |
| Hex | 97 | 54 | F5 | 26 | 42 | 0 | 4 | 109 | 59 | 41 |
| Octal | 227 | 124 | 365 | 46 | 102 | 0 | 4 | 411 | 131 | 101 |
| Binary | 10010111 | 1010100 | 11110101 | 100110 | 1000010 | 0 | 100 | 100001001 | 1011001 | 1000001 |
Color Harmonies of #9754F5
Complementary color
Monochromatic Colors of #9754F5
Black with #9754F5
Text Example
Text Example
White with #9754F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754F5; }
p { color: rgb(151,84,245); }
H1.HeaderClassName
{
color: #9754F5;
}
.AnyTagClassName
{
color: #9754F5;
}
</style>
background-color css
<style>
a { background-color: #9754F5; }
a { background-color: rgb(151,84,245); }
div.DivClassName
{
background-color: #9754F5;
}
.BgClassName
{
background-color: #9754F5;
}
</style>
border-color css
<style>
span { border-color: #9754F5; }
span { border-color: rgb(151,84,245); }
td.TdClassName
{
border-color: #9754F5;
}
.TagClassName
{
border-color: #9754F5;
}
</style>