Shades of Medium Purple #9664E0
Tints of Medium Purple #9664E0
RGB
CMYK
RGB Variations
Color information
#9664E0 (or 0x9664E0) is known color: Medium Purple. HEX triplet: 96, 64 and E0. RGB value is (150,100,224). Sum of RGB (Red+Green+Blue) = 150+100+224=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #9664E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664E0 is #699B1F. Grayscale: #808080. Windows color (decimal): -6920992 or 14705814. OLE color: 14705814.
HSL color Cylindrical-coordinate representation of color #9664E0: hue angle of 264.19º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9664E0 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 100 | 224 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.12 |
| HSL | 264.19º | 0.67% | 0.64% | - |
| HSV(B) | 264.19º | 0.55% | 0.88% | - |
| XYZ | 30.59 | 20.98 | 72.96 | - |
| YUV | 129.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 224 | 0.33 | 0.55 | 0 | 0.12 | 264.19 | 0.67 | 0.64 |
| Hex | 96 | 64 | E0 | 21 | 37 | 0 | C | 108 | 43 | 40 |
| Octal | 226 | 144 | 340 | 41 | 67 | 0 | 14 | 410 | 103 | 100 |
| Binary | 10010110 | 1100100 | 11100000 | 100001 | 110111 | 0 | 1100 | 100001000 | 1000011 | 1000000 |
Color Harmonies of #9664E0
Complementary color
Monochromatic Colors of #9664E0
Black with #9664E0
Text Example
Text Example
White with #9664E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664E0; }
p { color: rgb(150,100,224); }
H1.HeaderClassName
{
color: #9664E0;
}
.AnyTagClassName
{
color: #9664E0;
}
</style>
background-color css
<style>
a { background-color: #9664E0; }
a { background-color: rgb(150,100,224); }
div.DivClassName
{
background-color: #9664E0;
}
.BgClassName
{
background-color: #9664E0;
}
</style>
border-color css
<style>
span { border-color: #9664E0; }
span { border-color: rgb(150,100,224); }
td.TdClassName
{
border-color: #9664E0;
}
.TagClassName
{
border-color: #9664E0;
}
</style>