Shades of Medium Purple #9670DF
Tints of Medium Purple #9670DF
RGB
CMYK
RGB Variations
Color information
#9670DF (or 0x9670DF) is known color: Medium Purple. HEX triplet: 96, 70 and DF. RGB value is (150,112,223). Sum of RGB (Red+Green+Blue) = 150+112+223=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #9670DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670DF is #698F20. Grayscale: #878787. Windows color (decimal): -6917921 or 14643350. OLE color: 14643350.
HSL color Cylindrical-coordinate representation of color #9670DF: hue angle of 260.54º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9670DF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 112 | 223 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.13 |
| HSL | 260.54º | 0.63% | 0.66% | - |
| HSV(B) | 260.54º | 0.5% | 0.87% | - |
| XYZ | 31.69 | 23.4 | 72.66 | - |
| YUV | 136.02 | 177.09 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 223 | 0.33 | 0.50 | 0 | 0.13 | 260.54 | 0.63 | 0.66 |
| Hex | 96 | 70 | DF | 21 | 32 | 0 | D | 105 | 3F | 42 |
| Octal | 226 | 160 | 337 | 41 | 62 | 0 | 15 | 405 | 77 | 102 |
| Binary | 10010110 | 1110000 | 11011111 | 100001 | 110010 | 0 | 1101 | 100000101 | 111111 | 1000010 |
Color Harmonies of #9670DF
Complementary color
Monochromatic Colors of #9670DF
Black with #9670DF
Text Example
Text Example
White with #9670DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670DF; }
p { color: rgb(150,112,223); }
H1.HeaderClassName
{
color: #9670DF;
}
.AnyTagClassName
{
color: #9670DF;
}
</style>
background-color css
<style>
a { background-color: #9670DF; }
a { background-color: rgb(150,112,223); }
div.DivClassName
{
background-color: #9670DF;
}
.BgClassName
{
background-color: #9670DF;
}
</style>
border-color css
<style>
span { border-color: #9670DF; }
span { border-color: rgb(150,112,223); }
td.TdClassName
{
border-color: #9670DF;
}
.TagClassName
{
border-color: #9670DF;
}
</style>