Shades of Medium Purple #947CE7
Tints of Medium Purple #947CE7
RGB
CMYK
RGB Variations
Color information
#947CE7 (or 0x947CE7) is known color: Medium Purple. HEX triplet: 94, 7C and E7. RGB value is (148,124,231). Sum of RGB (Red+Green+Blue) = 148+124+231=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #947CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CE7 is #6B8318. Grayscale: #8E8E8E. Windows color (decimal): -7045913 or 15170708. OLE color: 15170708.
HSL color Cylindrical-coordinate representation of color #947CE7: hue angle of 253.46º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #947CE7 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 124 | 231 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.09 |
| HSL | 253.46º | 0.69% | 0.7% | - |
| HSV(B) | 253.46º | 0.46% | 0.91% | - |
| XYZ | 33.84 | 26.48 | 78.93 | - |
| YUV | 143.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 231 | 0.36 | 0.46 | 0 | 0.09 | 253.46 | 0.69 | 0.7 |
| Hex | 94 | 7C | E7 | 24 | 2E | 0 | 9 | FD | 45 | 46 |
| Octal | 224 | 174 | 347 | 44 | 56 | 0 | 11 | 375 | 105 | 106 |
| Binary | 10010100 | 1111100 | 11100111 | 100100 | 101110 | 0 | 1001 | 11111101 | 1000101 | 1000110 |
Color Harmonies of #947CE7
Complementary color
Monochromatic Colors of #947CE7
Black with #947CE7
Text Example
Text Example
White with #947CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CE7; }
p { color: rgb(148,124,231); }
H1.HeaderClassName
{
color: #947CE7;
}
.AnyTagClassName
{
color: #947CE7;
}
</style>
background-color css
<style>
a { background-color: #947CE7; }
a { background-color: rgb(148,124,231); }
div.DivClassName
{
background-color: #947CE7;
}
.BgClassName
{
background-color: #947CE7;
}
</style>
border-color css
<style>
span { border-color: #947CE7; }
span { border-color: rgb(148,124,231); }
td.TdClassName
{
border-color: #947CE7;
}
.TagClassName
{
border-color: #947CE7;
}
</style>