Shades of Medium Purple #9769EC
Tints of Medium Purple #9769EC
RGB
CMYK
RGB Variations
Color information
#9769EC (or 0x9769EC) is known color: Medium Purple. HEX triplet: 97, 69 and EC. RGB value is (151,105,236). Sum of RGB (Red+Green+Blue) = 151+105+236=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #9769EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9769EC is #689613. Grayscale: #858585. Windows color (decimal): -6854164 or 15493527. OLE color: 15493527.
HSL color Cylindrical-coordinate representation of color #9769EC: hue angle of 261.07º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9769EC is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 105 | 236 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.07 |
| HSL | 261.07º | 0.78% | 0.67% | - |
| HSV(B) | 261.07º | 0.56% | 0.93% | - |
| XYZ | 32.95 | 22.74 | 82.01 | - |
| YUV | 133.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 236 | 0.36 | 0.56 | 0 | 0.07 | 261.07 | 0.78 | 0.67 |
| Hex | 97 | 69 | EC | 24 | 38 | 0 | 7 | 105 | 4E | 43 |
| Octal | 227 | 151 | 354 | 44 | 70 | 0 | 7 | 405 | 116 | 103 |
| Binary | 10010111 | 1101001 | 11101100 | 100100 | 111000 | 0 | 111 | 100000101 | 1001110 | 1000011 |
Color Harmonies of #9769EC
Complementary color
Monochromatic Colors of #9769EC
Black with #9769EC
Text Example
Text Example
White with #9769EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769EC; }
p { color: rgb(151,105,236); }
H1.HeaderClassName
{
color: #9769EC;
}
.AnyTagClassName
{
color: #9769EC;
}
</style>
background-color css
<style>
a { background-color: #9769EC; }
a { background-color: rgb(151,105,236); }
div.DivClassName
{
background-color: #9769EC;
}
.BgClassName
{
background-color: #9769EC;
}
</style>
border-color css
<style>
span { border-color: #9769EC; }
span { border-color: rgb(151,105,236); }
td.TdClassName
{
border-color: #9769EC;
}
.TagClassName
{
border-color: #9769EC;
}
</style>