Shades of Medium Purple #947BEA
Tints of Medium Purple #947BEA
RGB
CMYK
RGB Variations
Color information
#947BEA (or 0x947BEA) is known color: Medium Purple. HEX triplet: 94, 7B and EA. RGB value is (148,123,234). Sum of RGB (Red+Green+Blue) = 148+123+234=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #947BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BEA is #6B8415. Grayscale: #8E8E8E. Windows color (decimal): -7046166 or 15367060. OLE color: 15367060.
HSL color Cylindrical-coordinate representation of color #947BEA: hue angle of 253.51º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947BEA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 123 | 234 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.08 |
| HSL | 253.51º | 0.73% | 0.7% | - |
| HSV(B) | 253.51º | 0.47% | 0.92% | - |
| XYZ | 34.15 | 26.4 | 81.14 | - |
| YUV | 143.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 234 | 0.37 | 0.47 | 0 | 0.08 | 253.51 | 0.73 | 0.7 |
| Hex | 94 | 7B | EA | 25 | 2F | 0 | 8 | FE | 49 | 46 |
| Octal | 224 | 173 | 352 | 45 | 57 | 0 | 10 | 376 | 111 | 106 |
| Binary | 10010100 | 1111011 | 11101010 | 100101 | 101111 | 0 | 1000 | 11111110 | 1001001 | 1000110 |
Color Harmonies of #947BEA
Complementary color
Monochromatic Colors of #947BEA
Black with #947BEA
Text Example
Text Example
White with #947BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BEA; }
p { color: rgb(148,123,234); }
H1.HeaderClassName
{
color: #947BEA;
}
.AnyTagClassName
{
color: #947BEA;
}
</style>
background-color css
<style>
a { background-color: #947BEA; }
a { background-color: rgb(148,123,234); }
div.DivClassName
{
background-color: #947BEA;
}
.BgClassName
{
background-color: #947BEA;
}
</style>
border-color css
<style>
span { border-color: #947BEA; }
span { border-color: rgb(148,123,234); }
td.TdClassName
{
border-color: #947BEA;
}
.TagClassName
{
border-color: #947BEA;
}
</style>