Shades of Medium Purple #9664E3
Tints of Medium Purple #9664E3
RGB
CMYK
RGB Variations
Color information
#9664E3 (or 0x9664E3) is known color: Medium Purple. HEX triplet: 96, 64 and E3. RGB value is (150,100,227). Sum of RGB (Red+Green+Blue) = 150+100+227=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #9664E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664E3 is #699B1C. Grayscale: #808080. Windows color (decimal): -6920989 or 14902422. OLE color: 14902422.
HSL color Cylindrical-coordinate representation of color #9664E3: hue angle of 263.62º 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 #9664E3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 100 | 227 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.11 |
| HSL | 263.62º | 0.69% | 0.64% | - |
| HSV(B) | 263.62º | 0.56% | 0.89% | - |
| XYZ | 31 | 21.14 | 75.12 | - |
| YUV | 129.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 227 | 0.34 | 0.56 | 0 | 0.11 | 263.62 | 0.69 | 0.64 |
| Hex | 96 | 64 | E3 | 22 | 38 | 0 | B | 108 | 45 | 40 |
| Octal | 226 | 144 | 343 | 42 | 70 | 0 | 13 | 410 | 105 | 100 |
| Binary | 10010110 | 1100100 | 11100011 | 100010 | 111000 | 0 | 1011 | 100001000 | 1000101 | 1000000 |
Color Harmonies of #9664E3
Complementary color
Monochromatic Colors of #9664E3
Black with #9664E3
Text Example
Text Example
White with #9664E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664E3; }
p { color: rgb(150,100,227); }
H1.HeaderClassName
{
color: #9664E3;
}
.AnyTagClassName
{
color: #9664E3;
}
</style>
background-color css
<style>
a { background-color: #9664E3; }
a { background-color: rgb(150,100,227); }
div.DivClassName
{
background-color: #9664E3;
}
.BgClassName
{
background-color: #9664E3;
}
</style>
border-color css
<style>
span { border-color: #9664E3; }
span { border-color: rgb(150,100,227); }
td.TdClassName
{
border-color: #9664E3;
}
.TagClassName
{
border-color: #9664E3;
}
</style>