Shades of Medium Purple #9750EF
Tints of Medium Purple #9750EF
RGB
CMYK
RGB Variations
Color information
#9750EF (or 0x9750EF) is known color: Medium Purple. HEX triplet: 97, 50 and EF. RGB value is (151,80,239). Sum of RGB (Red+Green+Blue) = 151+80+239=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #9750EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9750EF is #68AF10. Grayscale: #767676. Windows color (decimal): -6860561 or 15683735. OLE color: 15683735.
HSL color Cylindrical-coordinate representation of color #9750EF: hue angle of 266.79º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9750EF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 80 | 239 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.06 |
| HSL | 266.79º | 0.83% | 0.63% | - |
| HSV(B) | 266.79º | 0.67% | 0.94% | - |
| XYZ | 31.21 | 18.55 | 83.6 | - |
| YUV | 119.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 239 | 0.37 | 0.67 | 0 | 0.06 | 266.79 | 0.83 | 0.63 |
| Hex | 97 | 50 | EF | 25 | 43 | 0 | 6 | 10B | 53 | 3F |
| Octal | 227 | 120 | 357 | 45 | 103 | 0 | 6 | 413 | 123 | 77 |
| Binary | 10010111 | 1010000 | 11101111 | 100101 | 1000011 | 0 | 110 | 100001011 | 1010011 | 111111 |
Color Harmonies of #9750EF
Complementary color
Monochromatic Colors of #9750EF
Black with #9750EF
Text Example
Text Example
White with #9750EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9750EF; }
p { color: rgb(151,80,239); }
H1.HeaderClassName
{
color: #9750EF;
}
.AnyTagClassName
{
color: #9750EF;
}
</style>
background-color css
<style>
a { background-color: #9750EF; }
a { background-color: rgb(151,80,239); }
div.DivClassName
{
background-color: #9750EF;
}
.BgClassName
{
background-color: #9750EF;
}
</style>
border-color css
<style>
span { border-color: #9750EF; }
span { border-color: rgb(151,80,239); }
td.TdClassName
{
border-color: #9750EF;
}
.TagClassName
{
border-color: #9750EF;
}
</style>