Shades of Medium Purple #9769EE
Tints of Medium Purple #9769EE
RGB
CMYK
RGB Variations
Color information
#9769EE (or 0x9769EE) is known color: Medium Purple. HEX triplet: 97, 69 and EE. RGB value is (151,105,238). Sum of RGB (Red+Green+Blue) = 151+105+238=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #9769EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9769EE is #689611. Grayscale: #858585. Windows color (decimal): -6854162 or 15624599. OLE color: 15624599.
HSL color Cylindrical-coordinate representation of color #9769EE: hue angle of 260.75º 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 #9769EE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 105 | 238 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.07 |
| HSL | 260.75º | 0.8% | 0.67% | - |
| HSV(B) | 260.75º | 0.56% | 0.93% | - |
| XYZ | 33.25 | 22.86 | 83.55 | - |
| YUV | 133.92 | 186.74 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 238 | 0.37 | 0.56 | 0 | 0.07 | 260.75 | 0.8 | 0.67 |
| Hex | 97 | 69 | EE | 25 | 38 | 0 | 7 | 105 | 50 | 43 |
| Octal | 227 | 151 | 356 | 45 | 70 | 0 | 7 | 405 | 120 | 103 |
| Binary | 10010111 | 1101001 | 11101110 | 100101 | 111000 | 0 | 111 | 100000101 | 1010000 | 1000011 |
Color Harmonies of #9769EE
Complementary color
Monochromatic Colors of #9769EE
Black with #9769EE
Text Example
Text Example
White with #9769EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769EE; }
p { color: rgb(151,105,238); }
H1.HeaderClassName
{
color: #9769EE;
}
.AnyTagClassName
{
color: #9769EE;
}
</style>
background-color css
<style>
a { background-color: #9769EE; }
a { background-color: rgb(151,105,238); }
div.DivClassName
{
background-color: #9769EE;
}
.BgClassName
{
background-color: #9769EE;
}
</style>
border-color css
<style>
span { border-color: #9769EE; }
span { border-color: rgb(151,105,238); }
td.TdClassName
{
border-color: #9769EE;
}
.TagClassName
{
border-color: #9769EE;
}
</style>