Shades of Medium Purple #9764DF
Tints of Medium Purple #9764DF
RGB
CMYK
RGB Variations
Color information
#9764DF (or 0x9764DF) is known color: Medium Purple. HEX triplet: 97, 64 and DF. RGB value is (151,100,223). Sum of RGB (Red+Green+Blue) = 151+100+223=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9764DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764DF is #689B20. Grayscale: #808080. Windows color (decimal): -6855457 or 14640279. OLE color: 14640279.
HSL color Cylindrical-coordinate representation of color #9764DF: hue angle of 264.88º 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 #9764DF is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 100 | 223 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.13 |
| HSL | 264.88º | 0.66% | 0.63% | - |
| HSV(B) | 264.88º | 0.55% | 0.87% | - |
| XYZ | 30.64 | 21.02 | 72.25 | - |
| YUV | 129.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 223 | 0.32 | 0.55 | 0 | 0.13 | 264.88 | 0.66 | 0.63 |
| Hex | 97 | 64 | DF | 20 | 37 | 0 | D | 109 | 42 | 3F |
| Octal | 227 | 144 | 337 | 40 | 67 | 0 | 15 | 411 | 102 | 77 |
| Binary | 10010111 | 1100100 | 11011111 | 100000 | 110111 | 0 | 1101 | 100001001 | 1000010 | 111111 |
Color Harmonies of #9764DF
Complementary color
Monochromatic Colors of #9764DF
Black with #9764DF
Text Example
Text Example
White with #9764DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764DF; }
p { color: rgb(151,100,223); }
H1.HeaderClassName
{
color: #9764DF;
}
.AnyTagClassName
{
color: #9764DF;
}
</style>
background-color css
<style>
a { background-color: #9764DF; }
a { background-color: rgb(151,100,223); }
div.DivClassName
{
background-color: #9764DF;
}
.BgClassName
{
background-color: #9764DF;
}
</style>
border-color css
<style>
span { border-color: #9764DF; }
span { border-color: rgb(151,100,223); }
td.TdClassName
{
border-color: #9764DF;
}
.TagClassName
{
border-color: #9764DF;
}
</style>