Shades of Medium Purple #9768EE
Tints of Medium Purple #9768EE
RGB
CMYK
RGB Variations
Color information
#9768EE (or 0x9768EE) is known color: Medium Purple. HEX triplet: 97, 68 and EE. RGB value is (151,104,238). Sum of RGB (Red+Green+Blue) = 151+104+238=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #9768EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9768EE is #689711. Grayscale: #848484. Windows color (decimal): -6854418 or 15624343. OLE color: 15624343.
HSL color Cylindrical-coordinate representation of color #9768EE: hue angle of 261.04º degrees, saturation: 0.8, 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 #9768EE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 104 | 238 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.07 |
| HSL | 261.04º | 0.8% | 0.67% | - |
| HSV(B) | 261.04º | 0.56% | 0.93% | - |
| XYZ | 33.15 | 22.65 | 83.51 | - |
| YUV | 133.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 238 | 0.37 | 0.56 | 0 | 0.07 | 261.04 | 0.8 | 0.67 |
| Hex | 97 | 68 | EE | 25 | 38 | 0 | 7 | 105 | 50 | 43 |
| Octal | 227 | 150 | 356 | 45 | 70 | 0 | 7 | 405 | 120 | 103 |
| Binary | 10010111 | 1101000 | 11101110 | 100101 | 111000 | 0 | 111 | 100000101 | 1010000 | 1000011 |
Color Harmonies of #9768EE
Complementary color
Monochromatic Colors of #9768EE
Black with #9768EE
Text Example
Text Example
White with #9768EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9768EE; }
p { color: rgb(151,104,238); }
H1.HeaderClassName
{
color: #9768EE;
}
.AnyTagClassName
{
color: #9768EE;
}
</style>
background-color css
<style>
a { background-color: #9768EE; }
a { background-color: rgb(151,104,238); }
div.DivClassName
{
background-color: #9768EE;
}
.BgClassName
{
background-color: #9768EE;
}
</style>
border-color css
<style>
span { border-color: #9768EE; }
span { border-color: rgb(151,104,238); }
td.TdClassName
{
border-color: #9768EE;
}
.TagClassName
{
border-color: #9768EE;
}
</style>