Shades of Medium Purple #9758EE
Tints of Medium Purple #9758EE
RGB
CMYK
RGB Variations
Color information
#9758EE (or 0x9758EE) is known color: Medium Purple. HEX triplet: 97, 58 and EE. RGB value is (151,88,238). Sum of RGB (Red+Green+Blue) = 151+88+238=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #9758EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9758EE is #68A711. Grayscale: #7B7B7B. Windows color (decimal): -6858514 or 15620247. OLE color: 15620247.
HSL color Cylindrical-coordinate representation of color #9758EE: hue angle of 265.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9758EE is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 88 | 238 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.07 |
| HSL | 265.2º | 0.82% | 0.64% | - |
| HSV(B) | 265.2º | 0.63% | 0.93% | - |
| XYZ | 31.68 | 19.73 | 83.03 | - |
| YUV | 123.94 | 192.37 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 88 | 238 | 0.37 | 0.63 | 0 | 0.07 | 265.2 | 0.82 | 0.64 |
| Hex | 97 | 58 | EE | 25 | 3F | 0 | 7 | 109 | 52 | 40 |
| Octal | 227 | 130 | 356 | 45 | 77 | 0 | 7 | 411 | 122 | 100 |
| Binary | 10010111 | 1011000 | 11101110 | 100101 | 111111 | 0 | 111 | 100001001 | 1010010 | 1000000 |
Color Harmonies of #9758EE
Complementary color
Monochromatic Colors of #9758EE
Black with #9758EE
Text Example
Text Example
White with #9758EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9758EE; }
p { color: rgb(151,88,238); }
H1.HeaderClassName
{
color: #9758EE;
}
.AnyTagClassName
{
color: #9758EE;
}
</style>
background-color css
<style>
a { background-color: #9758EE; }
a { background-color: rgb(151,88,238); }
div.DivClassName
{
background-color: #9758EE;
}
.BgClassName
{
background-color: #9758EE;
}
</style>
border-color css
<style>
span { border-color: #9758EE; }
span { border-color: rgb(151,88,238); }
td.TdClassName
{
border-color: #9758EE;
}
.TagClassName
{
border-color: #9758EE;
}
</style>