Shades of Medium Purple #946DEB
Tints of Medium Purple #946DEB
RGB
CMYK
RGB Variations
Color information
#946DEB (or 0x946DEB) is known color: Medium Purple. HEX triplet: 94, 6D and EB. RGB value is (148,109,235). Sum of RGB (Red+Green+Blue) = 148+109+235=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #946DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DEB is #6B9214. Grayscale: #868686. Windows color (decimal): -7049749 or 15429012. OLE color: 15429012.
HSL color Cylindrical-coordinate representation of color #946DEB: hue angle of 258.57º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946DEB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 109 | 235 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.08 |
| HSL | 258.57º | 0.76% | 0.67% | - |
| HSV(B) | 258.57º | 0.54% | 0.92% | - |
| XYZ | 32.68 | 23.23 | 81.36 | - |
| YUV | 135.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 235 | 0.37 | 0.54 | 0 | 0.08 | 258.57 | 0.76 | 0.67 |
| Hex | 94 | 6D | EB | 25 | 36 | 0 | 8 | 103 | 4C | 43 |
| Octal | 224 | 155 | 353 | 45 | 66 | 0 | 10 | 403 | 114 | 103 |
| Binary | 10010100 | 1101101 | 11101011 | 100101 | 110110 | 0 | 1000 | 100000011 | 1001100 | 1000011 |
Color Harmonies of #946DEB
Complementary color
Monochromatic Colors of #946DEB
Black with #946DEB
Text Example
Text Example
White with #946DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946DEB; }
p { color: rgb(148,109,235); }
H1.HeaderClassName
{
color: #946DEB;
}
.AnyTagClassName
{
color: #946DEB;
}
</style>
background-color css
<style>
a { background-color: #946DEB; }
a { background-color: rgb(148,109,235); }
div.DivClassName
{
background-color: #946DEB;
}
.BgClassName
{
background-color: #946DEB;
}
</style>
border-color css
<style>
span { border-color: #946DEB; }
span { border-color: rgb(148,109,235); }
td.TdClassName
{
border-color: #946DEB;
}
.TagClassName
{
border-color: #946DEB;
}
</style>