Shades of Medium Purple #9671DC
Tints of Medium Purple #9671DC
RGB
CMYK
RGB Variations
Color information
#9671DC (or 0x9671DC) is known color: Medium Purple. HEX triplet: 96, 71 and DC. RGB value is (150,113,220). Sum of RGB (Red+Green+Blue) = 150+113+220=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9671DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671DC is #698E23. Grayscale: #878787. Windows color (decimal): -6917668 or 14446998. OLE color: 14446998.
HSL color Cylindrical-coordinate representation of color #9671DC: hue angle of 260.75º degrees, saturation: 0.6, 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 #9671DC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 113 | 220 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.14 |
| HSL | 260.75º | 0.6% | 0.65% | - |
| HSV(B) | 260.75º | 0.49% | 0.86% | - |
| XYZ | 31.4 | 23.46 | 70.58 | - |
| YUV | 136.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 220 | 0.32 | 0.49 | 0 | 0.14 | 260.75 | 0.6 | 0.65 |
| Hex | 96 | 71 | DC | 20 | 31 | 0 | E | 105 | 3C | 41 |
| Octal | 226 | 161 | 334 | 40 | 61 | 0 | 16 | 405 | 74 | 101 |
| Binary | 10010110 | 1110001 | 11011100 | 100000 | 110001 | 0 | 1110 | 100000101 | 111100 | 1000001 |
Color Harmonies of #9671DC
Complementary color
Monochromatic Colors of #9671DC
Black with #9671DC
Text Example
Text Example
White with #9671DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9671DC; }
p { color: rgb(150,113,220); }
H1.HeaderClassName
{
color: #9671DC;
}
.AnyTagClassName
{
color: #9671DC;
}
</style>
background-color css
<style>
a { background-color: #9671DC; }
a { background-color: rgb(150,113,220); }
div.DivClassName
{
background-color: #9671DC;
}
.BgClassName
{
background-color: #9671DC;
}
</style>
border-color css
<style>
span { border-color: #9671DC; }
span { border-color: rgb(150,113,220); }
td.TdClassName
{
border-color: #9671DC;
}
.TagClassName
{
border-color: #9671DC;
}
</style>