Shades of Medium Purple #9763E2
Tints of Medium Purple #9763E2
RGB
CMYK
RGB Variations
Color information
#9763E2 (or 0x9763E2) is known color: Medium Purple. HEX triplet: 97, 63 and E2. RGB value is (151,99,226). Sum of RGB (Red+Green+Blue) = 151+99+226=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #9763E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763E2 is #689C1D. Grayscale: #808080. Windows color (decimal): -6855710 or 14836631. OLE color: 14836631.
HSL color Cylindrical-coordinate representation of color #9763E2: hue angle of 264.57º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9763E2 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 99 | 226 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.11 |
| HSL | 264.57º | 0.69% | 0.64% | - |
| HSV(B) | 264.57º | 0.56% | 0.89% | - |
| XYZ | 30.95 | 20.99 | 74.37 | - |
| YUV | 129.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 226 | 0.33 | 0.56 | 0 | 0.11 | 264.57 | 0.69 | 0.64 |
| Hex | 97 | 63 | E2 | 21 | 38 | 0 | B | 109 | 45 | 40 |
| Octal | 227 | 143 | 342 | 41 | 70 | 0 | 13 | 411 | 105 | 100 |
| Binary | 10010111 | 1100011 | 11100010 | 100001 | 111000 | 0 | 1011 | 100001001 | 1000101 | 1000000 |
Color Harmonies of #9763E2
Complementary color
Monochromatic Colors of #9763E2
Black with #9763E2
Text Example
Text Example
White with #9763E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9763E2; }
p { color: rgb(151,99,226); }
H1.HeaderClassName
{
color: #9763E2;
}
.AnyTagClassName
{
color: #9763E2;
}
</style>
background-color css
<style>
a { background-color: #9763E2; }
a { background-color: rgb(151,99,226); }
div.DivClassName
{
background-color: #9763E2;
}
.BgClassName
{
background-color: #9763E2;
}
</style>
border-color css
<style>
span { border-color: #9763E2; }
span { border-color: rgb(151,99,226); }
td.TdClassName
{
border-color: #9763E2;
}
.TagClassName
{
border-color: #9763E2;
}
</style>