Shades of Medium Purple #9751EE
Tints of Medium Purple #9751EE
RGB
CMYK
RGB Variations
Color information
#9751EE (or 0x9751EE) is known color: Medium Purple. HEX triplet: 97, 51 and EE. RGB value is (151,81,238). Sum of RGB (Red+Green+Blue) = 151+81+238=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #9751EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9751EE is #68AE11. Grayscale: #777777. Windows color (decimal): -6860306 or 15618455. OLE color: 15618455.
HSL color Cylindrical-coordinate representation of color #9751EE: hue angle of 266.75º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9751EE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 81 | 238 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.07 |
| HSL | 266.75º | 0.82% | 0.63% | - |
| HSV(B) | 266.75º | 0.66% | 0.93% | - |
| XYZ | 31.14 | 18.64 | 82.85 | - |
| YUV | 119.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 238 | 0.37 | 0.66 | 0 | 0.07 | 266.75 | 0.82 | 0.63 |
| Hex | 97 | 51 | EE | 25 | 42 | 0 | 7 | 10B | 52 | 3F |
| Octal | 227 | 121 | 356 | 45 | 102 | 0 | 7 | 413 | 122 | 77 |
| Binary | 10010111 | 1010001 | 11101110 | 100101 | 1000010 | 0 | 111 | 100001011 | 1010010 | 111111 |
Color Harmonies of #9751EE
Complementary color
Monochromatic Colors of #9751EE
Black with #9751EE
Text Example
Text Example
White with #9751EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9751EE; }
p { color: rgb(151,81,238); }
H1.HeaderClassName
{
color: #9751EE;
}
.AnyTagClassName
{
color: #9751EE;
}
</style>
background-color css
<style>
a { background-color: #9751EE; }
a { background-color: rgb(151,81,238); }
div.DivClassName
{
background-color: #9751EE;
}
.BgClassName
{
background-color: #9751EE;
}
</style>
border-color css
<style>
span { border-color: #9751EE; }
span { border-color: rgb(151,81,238); }
td.TdClassName
{
border-color: #9751EE;
}
.TagClassName
{
border-color: #9751EE;
}
</style>