Shades of Medium Purple #9766EF
Tints of Medium Purple #9766EF
RGB
CMYK
RGB Variations
Color information
#9766EF (or 0x9766EF) is known color: Medium Purple. HEX triplet: 97, 66 and EF. RGB value is (151,102,239). Sum of RGB (Red+Green+Blue) = 151+102+239=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #9766EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766EF is #689910. Grayscale: #838383. Windows color (decimal): -6854929 or 15689367. OLE color: 15689367.
HSL color Cylindrical-coordinate representation of color #9766EF: hue angle of 261.46º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9766EF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 102 | 239 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.06 |
| HSL | 261.46º | 0.81% | 0.67% | - |
| HSV(B) | 261.46º | 0.57% | 0.94% | - |
| XYZ | 33.09 | 22.31 | 84.22 | - |
| YUV | 132.27 | 188.23 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 239 | 0.37 | 0.57 | 0 | 0.06 | 261.46 | 0.81 | 0.67 |
| Hex | 97 | 66 | EF | 25 | 39 | 0 | 6 | 105 | 51 | 43 |
| Octal | 227 | 146 | 357 | 45 | 71 | 0 | 6 | 405 | 121 | 103 |
| Binary | 10010111 | 1100110 | 11101111 | 100101 | 111001 | 0 | 110 | 100000101 | 1010001 | 1000011 |
Color Harmonies of #9766EF
Complementary color
Monochromatic Colors of #9766EF
Black with #9766EF
Text Example
Text Example
White with #9766EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766EF; }
p { color: rgb(151,102,239); }
H1.HeaderClassName
{
color: #9766EF;
}
.AnyTagClassName
{
color: #9766EF;
}
</style>
background-color css
<style>
a { background-color: #9766EF; }
a { background-color: rgb(151,102,239); }
div.DivClassName
{
background-color: #9766EF;
}
.BgClassName
{
background-color: #9766EF;
}
</style>
border-color css
<style>
span { border-color: #9766EF; }
span { border-color: rgb(151,102,239); }
td.TdClassName
{
border-color: #9766EF;
}
.TagClassName
{
border-color: #9766EF;
}
</style>