Shades of Medium Purple #9766ED
Tints of Medium Purple #9766ED
RGB
CMYK
RGB Variations
Color information
#9766ED (or 0x9766ED) is known color: Medium Purple. HEX triplet: 97, 66 and ED. RGB value is (151,102,237). Sum of RGB (Red+Green+Blue) = 151+102+237=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #9766ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766ED is #689912. Grayscale: #838383. Windows color (decimal): -6854931 or 15558295. OLE color: 15558295.
HSL color Cylindrical-coordinate representation of color #9766ED: hue angle of 261.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9766ED is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 102 | 237 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.07 |
| HSL | 261.78º | 0.79% | 0.66% | - |
| HSV(B) | 261.78º | 0.57% | 0.93% | - |
| XYZ | 32.8 | 22.2 | 82.68 | - |
| YUV | 132.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 237 | 0.36 | 0.57 | 0 | 0.07 | 261.78 | 0.79 | 0.66 |
| Hex | 97 | 66 | ED | 24 | 39 | 0 | 7 | 106 | 4F | 42 |
| Octal | 227 | 146 | 355 | 44 | 71 | 0 | 7 | 406 | 117 | 102 |
| Binary | 10010111 | 1100110 | 11101101 | 100100 | 111001 | 0 | 111 | 100000110 | 1001111 | 1000010 |
Color Harmonies of #9766ED
Complementary color
Monochromatic Colors of #9766ED
Black with #9766ED
Text Example
Text Example
White with #9766ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766ED; }
p { color: rgb(151,102,237); }
H1.HeaderClassName
{
color: #9766ED;
}
.AnyTagClassName
{
color: #9766ED;
}
</style>
background-color css
<style>
a { background-color: #9766ED; }
a { background-color: rgb(151,102,237); }
div.DivClassName
{
background-color: #9766ED;
}
.BgClassName
{
background-color: #9766ED;
}
</style>
border-color css
<style>
span { border-color: #9766ED; }
span { border-color: rgb(151,102,237); }
td.TdClassName
{
border-color: #9766ED;
}
.TagClassName
{
border-color: #9766ED;
}
</style>