Shades of Medium Purple #947DEC
Tints of Medium Purple #947DEC
RGB
CMYK
RGB Variations
Color information
#947DEC (or 0x947DEC) is known color: Medium Purple. HEX triplet: 94, 7D and EC. RGB value is (148,125,236). Sum of RGB (Red+Green+Blue) = 148+125+236=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #947DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DEC is #6B8213. Grayscale: #909090. Windows color (decimal): -7045652 or 15498644. OLE color: 15498644.
HSL color Cylindrical-coordinate representation of color #947DEC: hue angle of 252.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947DEC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 125 | 236 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.07 |
| HSL | 252.43º | 0.74% | 0.71% | - |
| HSV(B) | 252.43º | 0.47% | 0.93% | - |
| XYZ | 34.69 | 27.02 | 82.74 | - |
| YUV | 144.53 | 179.62 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 236 | 0.37 | 0.47 | 0 | 0.07 | 252.43 | 0.74 | 0.71 |
| Hex | 94 | 7D | EC | 25 | 2F | 0 | 7 | FC | 4A | 47 |
| Octal | 224 | 175 | 354 | 45 | 57 | 0 | 7 | 374 | 112 | 107 |
| Binary | 10010100 | 1111101 | 11101100 | 100101 | 101111 | 0 | 111 | 11111100 | 1001010 | 1000111 |
Color Harmonies of #947DEC
Complementary color
Monochromatic Colors of #947DEC
Black with #947DEC
Text Example
Text Example
White with #947DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947DEC; }
p { color: rgb(148,125,236); }
H1.HeaderClassName
{
color: #947DEC;
}
.AnyTagClassName
{
color: #947DEC;
}
</style>
background-color css
<style>
a { background-color: #947DEC; }
a { background-color: rgb(148,125,236); }
div.DivClassName
{
background-color: #947DEC;
}
.BgClassName
{
background-color: #947DEC;
}
</style>
border-color css
<style>
span { border-color: #947DEC; }
span { border-color: rgb(148,125,236); }
td.TdClassName
{
border-color: #947DEC;
}
.TagClassName
{
border-color: #947DEC;
}
</style>