Shades of Medium Purple #9766EE
Tints of Medium Purple #9766EE
RGB
CMYK
RGB Variations
Color information
#9766EE (or 0x9766EE) is known color: Medium Purple. HEX triplet: 97, 66 and EE. RGB value is (151,102,238). Sum of RGB (Red+Green+Blue) = 151+102+238=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #9766EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766EE is #689911. Grayscale: #838383. Windows color (decimal): -6854930 or 15623831. OLE color: 15623831.
HSL color Cylindrical-coordinate representation of color #9766EE: hue angle of 261.62º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9766EE is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 102 | 238 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.07 |
| HSL | 261.62º | 0.8% | 0.67% | - |
| HSV(B) | 261.62º | 0.57% | 0.93% | - |
| XYZ | 32.95 | 22.26 | 83.45 | - |
| YUV | 132.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 238 | 0.37 | 0.57 | 0 | 0.07 | 261.62 | 0.8 | 0.67 |
| Hex | 97 | 66 | EE | 25 | 39 | 0 | 7 | 106 | 50 | 43 |
| Octal | 227 | 146 | 356 | 45 | 71 | 0 | 7 | 406 | 120 | 103 |
| Binary | 10010111 | 1100110 | 11101110 | 100101 | 111001 | 0 | 111 | 100000110 | 1010000 | 1000011 |
Color Harmonies of #9766EE
Complementary color
Monochromatic Colors of #9766EE
Black with #9766EE
Text Example
Text Example
White with #9766EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766EE; }
p { color: rgb(151,102,238); }
H1.HeaderClassName
{
color: #9766EE;
}
.AnyTagClassName
{
color: #9766EE;
}
</style>
background-color css
<style>
a { background-color: #9766EE; }
a { background-color: rgb(151,102,238); }
div.DivClassName
{
background-color: #9766EE;
}
.BgClassName
{
background-color: #9766EE;
}
</style>
border-color css
<style>
span { border-color: #9766EE; }
span { border-color: rgb(151,102,238); }
td.TdClassName
{
border-color: #9766EE;
}
.TagClassName
{
border-color: #9766EE;
}
</style>