Shades of Medium Purple #9670DC
Tints of Medium Purple #9670DC
RGB
CMYK
RGB Variations
Color information
#9670DC (or 0x9670DC) is known color: Medium Purple. HEX triplet: 96, 70 and DC. RGB value is (150,112,220). Sum of RGB (Red+Green+Blue) = 150+112+220=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9670DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670DC is #698F23. Grayscale: #878787. Windows color (decimal): -6917924 or 14446742. OLE color: 14446742.
HSL color Cylindrical-coordinate representation of color #9670DC: hue angle of 261.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9670DC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 112 | 220 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.14 |
| HSL | 261.11º | 0.61% | 0.65% | - |
| HSV(B) | 261.11º | 0.49% | 0.86% | - |
| XYZ | 31.29 | 23.24 | 70.55 | - |
| YUV | 135.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 220 | 0.32 | 0.49 | 0 | 0.14 | 261.11 | 0.61 | 0.65 |
| Hex | 96 | 70 | DC | 20 | 31 | 0 | E | 105 | 3D | 41 |
| Octal | 226 | 160 | 334 | 40 | 61 | 0 | 16 | 405 | 75 | 101 |
| Binary | 10010110 | 1110000 | 11011100 | 100000 | 110001 | 0 | 1110 | 100000101 | 111101 | 1000001 |
Color Harmonies of #9670DC
Complementary color
Monochromatic Colors of #9670DC
Black with #9670DC
Text Example
Text Example
White with #9670DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670DC; }
p { color: rgb(150,112,220); }
H1.HeaderClassName
{
color: #9670DC;
}
.AnyTagClassName
{
color: #9670DC;
}
</style>
background-color css
<style>
a { background-color: #9670DC; }
a { background-color: rgb(150,112,220); }
div.DivClassName
{
background-color: #9670DC;
}
.BgClassName
{
background-color: #9670DC;
}
</style>
border-color css
<style>
span { border-color: #9670DC; }
span { border-color: rgb(150,112,220); }
td.TdClassName
{
border-color: #9670DC;
}
.TagClassName
{
border-color: #9670DC;
}
</style>