Shades of Medium Purple #9764EF
Tints of Medium Purple #9764EF
RGB
CMYK
RGB Variations
Color information
#9764EF (or 0x9764EF) is known color: Medium Purple. HEX triplet: 97, 64 and EF. RGB value is (151,100,239). Sum of RGB (Red+Green+Blue) = 151+100+239=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #9764EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9764EF is #689B10. Grayscale: #828282. Windows color (decimal): -6855441 or 15688855. OLE color: 15688855.
HSL color Cylindrical-coordinate representation of color #9764EF: hue angle of 262.01º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9764EF is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 100 | 239 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.06 |
| HSL | 262.01º | 0.81% | 0.66% | - |
| HSV(B) | 262.01º | 0.58% | 0.94% | - |
| XYZ | 32.9 | 21.93 | 84.16 | - |
| YUV | 131.1 | 188.9 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 239 | 0.37 | 0.58 | 0 | 0.06 | 262.01 | 0.81 | 0.66 |
| Hex | 97 | 64 | EF | 25 | 3A | 0 | 6 | 106 | 51 | 42 |
| Octal | 227 | 144 | 357 | 45 | 72 | 0 | 6 | 406 | 121 | 102 |
| Binary | 10010111 | 1100100 | 11101111 | 100101 | 111010 | 0 | 110 | 100000110 | 1010001 | 1000010 |
Color Harmonies of #9764EF
Complementary color
Monochromatic Colors of #9764EF
Black with #9764EF
Text Example
Text Example
White with #9764EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764EF; }
p { color: rgb(151,100,239); }
H1.HeaderClassName
{
color: #9764EF;
}
.AnyTagClassName
{
color: #9764EF;
}
</style>
background-color css
<style>
a { background-color: #9764EF; }
a { background-color: rgb(151,100,239); }
div.DivClassName
{
background-color: #9764EF;
}
.BgClassName
{
background-color: #9764EF;
}
</style>
border-color css
<style>
span { border-color: #9764EF; }
span { border-color: rgb(151,100,239); }
td.TdClassName
{
border-color: #9764EF;
}
.TagClassName
{
border-color: #9764EF;
}
</style>