Shades of Medium Purple #947CD6
Tints of Medium Purple #947CD6
RGB
CMYK
RGB Variations
Color information
#947CD6 (or 0x947CD6) is known color: Medium Purple. HEX triplet: 94, 7C and D6. RGB value is (148,124,214). Sum of RGB (Red+Green+Blue) = 148+124+214=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #947CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CD6 is #6B8329. Grayscale: #8D8D8D. Windows color (decimal): -7045930 or 14056596. OLE color: 14056596.
HSL color Cylindrical-coordinate representation of color #947CD6: hue angle of 256º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947CD6 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 124 | 214 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.16 |
| HSL | 256º | 0.52% | 0.66% | - |
| HSV(B) | 256º | 0.42% | 0.84% | - |
| XYZ | 31.56 | 25.57 | 66.89 | - |
| YUV | 141.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 214 | 0.31 | 0.42 | 0 | 0.16 | 256 | 0.52 | 0.66 |
| Hex | 94 | 7C | D6 | 1F | 2A | 0 | 10 | 100 | 34 | 42 |
| Octal | 224 | 174 | 326 | 37 | 52 | 0 | 20 | 400 | 64 | 102 |
| Binary | 10010100 | 1111100 | 11010110 | 11111 | 101010 | 0 | 10000 | 100000000 | 110100 | 1000010 |
Color Harmonies of #947CD6
Complementary color
Monochromatic Colors of #947CD6
Black with #947CD6
Text Example
Text Example
White with #947CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CD6; }
p { color: rgb(148,124,214); }
H1.HeaderClassName
{
color: #947CD6;
}
.AnyTagClassName
{
color: #947CD6;
}
</style>
background-color css
<style>
a { background-color: #947CD6; }
a { background-color: rgb(148,124,214); }
div.DivClassName
{
background-color: #947CD6;
}
.BgClassName
{
background-color: #947CD6;
}
</style>
border-color css
<style>
span { border-color: #947CD6; }
span { border-color: rgb(148,124,214); }
td.TdClassName
{
border-color: #947CD6;
}
.TagClassName
{
border-color: #947CD6;
}
</style>