Shades of Medium Purple #946BD6
Tints of Medium Purple #946BD6
RGB
CMYK
RGB Variations
Color information
#946BD6 (or 0x946BD6) is known color: Medium Purple. HEX triplet: 94, 6B and D6. RGB value is (148,107,214). Sum of RGB (Red+Green+Blue) = 148+107+214=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #946BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BD6 is #6B9429. Grayscale: #838383. Windows color (decimal): -7050282 or 14052244. OLE color: 14052244.
HSL color Cylindrical-coordinate representation of color #946BD6: hue angle of 262.99º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946BD6 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 107 | 214 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.16 |
| HSL | 262.99º | 0.57% | 0.63% | - |
| HSV(B) | 262.99º | 0.5% | 0.84% | - |
| XYZ | 29.61 | 21.67 | 66.24 | - |
| YUV | 131.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 214 | 0.31 | 0.50 | 0 | 0.16 | 262.99 | 0.57 | 0.63 |
| Hex | 94 | 6B | D6 | 1F | 32 | 0 | 10 | 107 | 39 | 3F |
| Octal | 224 | 153 | 326 | 37 | 62 | 0 | 20 | 407 | 71 | 77 |
| Binary | 10010100 | 1101011 | 11010110 | 11111 | 110010 | 0 | 10000 | 100000111 | 111001 | 111111 |
Color Harmonies of #946BD6
Complementary color
Monochromatic Colors of #946BD6
Black with #946BD6
Text Example
Text Example
White with #946BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BD6; }
p { color: rgb(148,107,214); }
H1.HeaderClassName
{
color: #946BD6;
}
.AnyTagClassName
{
color: #946BD6;
}
</style>
background-color css
<style>
a { background-color: #946BD6; }
a { background-color: rgb(148,107,214); }
div.DivClassName
{
background-color: #946BD6;
}
.BgClassName
{
background-color: #946BD6;
}
</style>
border-color css
<style>
span { border-color: #946BD6; }
span { border-color: rgb(148,107,214); }
td.TdClassName
{
border-color: #946BD6;
}
.TagClassName
{
border-color: #946BD6;
}
</style>