Shades of Medium Purple #947BEE
Tints of Medium Purple #947BEE
RGB
CMYK
RGB Variations
Color information
#947BEE (or 0x947BEE) is known color: Medium Purple. HEX triplet: 94, 7B and EE. RGB value is (148,123,238). Sum of RGB (Red+Green+Blue) = 148+123+238=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #947BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BEE is #6B8411. Grayscale: #8F8F8F. Windows color (decimal): -7046162 or 15629204. OLE color: 15629204.
HSL color Cylindrical-coordinate representation of color #947BEE: hue angle of 253.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #947BEE is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 123 | 238 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.07 |
| HSL | 253.04º | 0.77% | 0.71% | - |
| HSV(B) | 253.04º | 0.48% | 0.93% | - |
| XYZ | 34.73 | 26.63 | 84.2 | - |
| YUV | 143.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 238 | 0.38 | 0.48 | 0 | 0.07 | 253.04 | 0.77 | 0.71 |
| Hex | 94 | 7B | EE | 26 | 30 | 0 | 7 | FD | 4D | 47 |
| Octal | 224 | 173 | 356 | 46 | 60 | 0 | 7 | 375 | 115 | 107 |
| Binary | 10010100 | 1111011 | 11101110 | 100110 | 110000 | 0 | 111 | 11111101 | 1001101 | 1000111 |
Color Harmonies of #947BEE
Complementary color
Monochromatic Colors of #947BEE
Black with #947BEE
Text Example
Text Example
White with #947BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BEE; }
p { color: rgb(148,123,238); }
H1.HeaderClassName
{
color: #947BEE;
}
.AnyTagClassName
{
color: #947BEE;
}
</style>
background-color css
<style>
a { background-color: #947BEE; }
a { background-color: rgb(148,123,238); }
div.DivClassName
{
background-color: #947BEE;
}
.BgClassName
{
background-color: #947BEE;
}
</style>
border-color css
<style>
span { border-color: #947BEE; }
span { border-color: rgb(148,123,238); }
td.TdClassName
{
border-color: #947BEE;
}
.TagClassName
{
border-color: #947BEE;
}
</style>