Shades of Medium Purple #9769E2
Tints of Medium Purple #9769E2
RGB
CMYK
RGB Variations
Color information
#9769E2 (or 0x9769E2) is known color: Medium Purple. HEX triplet: 97, 69 and E2. RGB value is (151,105,226). Sum of RGB (Red+Green+Blue) = 151+105+226=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #9769E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769E2 is #68961D. Grayscale: #848484. Windows color (decimal): -6854174 or 14838167. OLE color: 14838167.
HSL color Cylindrical-coordinate representation of color #9769E2: hue angle of 262.81º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9769E2 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 105 | 226 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.11 |
| HSL | 262.81º | 0.68% | 0.65% | - |
| HSV(B) | 262.81º | 0.54% | 0.89% | - |
| XYZ | 31.54 | 22.17 | 74.57 | - |
| YUV | 132.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 226 | 0.33 | 0.54 | 0 | 0.11 | 262.81 | 0.68 | 0.65 |
| Hex | 97 | 69 | E2 | 21 | 36 | 0 | B | 107 | 44 | 41 |
| Octal | 227 | 151 | 342 | 41 | 66 | 0 | 13 | 407 | 104 | 101 |
| Binary | 10010111 | 1101001 | 11100010 | 100001 | 110110 | 0 | 1011 | 100000111 | 1000100 | 1000001 |
Color Harmonies of #9769E2
Complementary color
Monochromatic Colors of #9769E2
Black with #9769E2
Text Example
Text Example
White with #9769E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769E2; }
p { color: rgb(151,105,226); }
H1.HeaderClassName
{
color: #9769E2;
}
.AnyTagClassName
{
color: #9769E2;
}
</style>
background-color css
<style>
a { background-color: #9769E2; }
a { background-color: rgb(151,105,226); }
div.DivClassName
{
background-color: #9769E2;
}
.BgClassName
{
background-color: #9769E2;
}
</style>
border-color css
<style>
span { border-color: #9769E2; }
span { border-color: rgb(151,105,226); }
td.TdClassName
{
border-color: #9769E2;
}
.TagClassName
{
border-color: #9769E2;
}
</style>