Shades of Medium Purple #9768EC
Tints of Medium Purple #9768EC
RGB
CMYK
RGB Variations
Color information
#9768EC (or 0x9768EC) is known color: Medium Purple. HEX triplet: 97, 68 and EC. RGB value is (151,104,236). Sum of RGB (Red+Green+Blue) = 151+104+236=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #9768EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9768EC is #689713. Grayscale: #848484. Windows color (decimal): -6854420 or 15493271. OLE color: 15493271.
HSL color Cylindrical-coordinate representation of color #9768EC: hue angle of 261.36º 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 #9768EC is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 104 | 236 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.07 |
| HSL | 261.36º | 0.78% | 0.67% | - |
| HSV(B) | 261.36º | 0.56% | 0.93% | - |
| XYZ | 32.85 | 22.54 | 81.98 | - |
| YUV | 133.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 236 | 0.36 | 0.56 | 0 | 0.07 | 261.36 | 0.78 | 0.67 |
| Hex | 97 | 68 | EC | 24 | 38 | 0 | 7 | 105 | 4E | 43 |
| Octal | 227 | 150 | 354 | 44 | 70 | 0 | 7 | 405 | 116 | 103 |
| Binary | 10010111 | 1101000 | 11101100 | 100100 | 111000 | 0 | 111 | 100000101 | 1001110 | 1000011 |
Color Harmonies of #9768EC
Complementary color
Monochromatic Colors of #9768EC
Black with #9768EC
Text Example
Text Example
White with #9768EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9768EC; }
p { color: rgb(151,104,236); }
H1.HeaderClassName
{
color: #9768EC;
}
.AnyTagClassName
{
color: #9768EC;
}
</style>
background-color css
<style>
a { background-color: #9768EC; }
a { background-color: rgb(151,104,236); }
div.DivClassName
{
background-color: #9768EC;
}
.BgClassName
{
background-color: #9768EC;
}
</style>
border-color css
<style>
span { border-color: #9768EC; }
span { border-color: rgb(151,104,236); }
td.TdClassName
{
border-color: #9768EC;
}
.TagClassName
{
border-color: #9768EC;
}
</style>