Shades of Medium Purple #947BEF
Tints of Medium Purple #947BEF
RGB
CMYK
RGB Variations
Color information
#947BEF (or 0x947BEF) is known color: Medium Purple. HEX triplet: 94, 7B and EF. RGB value is (148,123,239). Sum of RGB (Red+Green+Blue) = 148+123+239=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #947BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BEF is #6B8410. Grayscale: #8F8F8F. Windows color (decimal): -7046161 or 15694740. OLE color: 15694740.
HSL color Cylindrical-coordinate representation of color #947BEF: hue angle of 252.93º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #947BEF is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 123 | 239 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.06 |
| HSL | 252.93º | 0.78% | 0.71% | - |
| HSV(B) | 252.93º | 0.49% | 0.94% | - |
| XYZ | 34.88 | 26.69 | 84.98 | - |
| YUV | 143.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 239 | 0.38 | 0.49 | 0 | 0.06 | 252.93 | 0.78 | 0.71 |
| Hex | 94 | 7B | EF | 26 | 31 | 0 | 6 | FD | 4E | 47 |
| Octal | 224 | 173 | 357 | 46 | 61 | 0 | 6 | 375 | 116 | 107 |
| Binary | 10010100 | 1111011 | 11101111 | 100110 | 110001 | 0 | 110 | 11111101 | 1001110 | 1000111 |
Color Harmonies of #947BEF
Complementary color
Monochromatic Colors of #947BEF
Black with #947BEF
Text Example
Text Example
White with #947BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BEF; }
p { color: rgb(148,123,239); }
H1.HeaderClassName
{
color: #947BEF;
}
.AnyTagClassName
{
color: #947BEF;
}
</style>
background-color css
<style>
a { background-color: #947BEF; }
a { background-color: rgb(148,123,239); }
div.DivClassName
{
background-color: #947BEF;
}
.BgClassName
{
background-color: #947BEF;
}
</style>
border-color css
<style>
span { border-color: #947BEF; }
span { border-color: rgb(148,123,239); }
td.TdClassName
{
border-color: #947BEF;
}
.TagClassName
{
border-color: #947BEF;
}
</style>