Shades of Medium Purple #9664DF
Tints of Medium Purple #9664DF
RGB
CMYK
RGB Variations
Color information
#9664DF (or 0x9664DF) is known color: Medium Purple. HEX triplet: 96, 64 and DF. RGB value is (150,100,223). Sum of RGB (Red+Green+Blue) = 150+100+223=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9664DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664DF is #699B20. Grayscale: #808080. Windows color (decimal): -6920993 or 14640278. OLE color: 14640278.
HSL color Cylindrical-coordinate representation of color #9664DF: hue angle of 264.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9664DF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 100 | 223 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.13 |
| HSL | 264.39º | 0.66% | 0.63% | - |
| HSV(B) | 264.39º | 0.55% | 0.87% | - |
| XYZ | 30.45 | 20.93 | 72.25 | - |
| YUV | 128.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 223 | 0.33 | 0.55 | 0 | 0.13 | 264.39 | 0.66 | 0.63 |
| Hex | 96 | 64 | DF | 21 | 37 | 0 | D | 108 | 42 | 3F |
| Octal | 226 | 144 | 337 | 41 | 67 | 0 | 15 | 410 | 102 | 77 |
| Binary | 10010110 | 1100100 | 11011111 | 100001 | 110111 | 0 | 1101 | 100001000 | 1000010 | 111111 |
Color Harmonies of #9664DF
Complementary color
Monochromatic Colors of #9664DF
Black with #9664DF
Text Example
Text Example
White with #9664DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664DF; }
p { color: rgb(150,100,223); }
H1.HeaderClassName
{
color: #9664DF;
}
.AnyTagClassName
{
color: #9664DF;
}
</style>
background-color css
<style>
a { background-color: #9664DF; }
a { background-color: rgb(150,100,223); }
div.DivClassName
{
background-color: #9664DF;
}
.BgClassName
{
background-color: #9664DF;
}
</style>
border-color css
<style>
span { border-color: #9664DF; }
span { border-color: rgb(150,100,223); }
td.TdClassName
{
border-color: #9664DF;
}
.TagClassName
{
border-color: #9664DF;
}
</style>