Shades of Medium Purple #947BEB
Tints of Medium Purple #947BEB
RGB
CMYK
RGB Variations
Color information
#947BEB (or 0x947BEB) is known color: Medium Purple. HEX triplet: 94, 7B and EB. RGB value is (148,123,235). Sum of RGB (Red+Green+Blue) = 148+123+235=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #947BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BEB is #6B8414. Grayscale: #8E8E8E. Windows color (decimal): -7046165 or 15432596. OLE color: 15432596.
HSL color Cylindrical-coordinate representation of color #947BEB: hue angle of 253.39º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #947BEB is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 123 | 235 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.08 |
| HSL | 253.39º | 0.74% | 0.7% | - |
| HSV(B) | 253.39º | 0.48% | 0.92% | - |
| XYZ | 34.29 | 26.46 | 81.9 | - |
| YUV | 143.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 235 | 0.37 | 0.48 | 0 | 0.08 | 253.39 | 0.74 | 0.7 |
| Hex | 94 | 7B | EB | 25 | 30 | 0 | 8 | FD | 4A | 46 |
| Octal | 224 | 173 | 353 | 45 | 60 | 0 | 10 | 375 | 112 | 106 |
| Binary | 10010100 | 1111011 | 11101011 | 100101 | 110000 | 0 | 1000 | 11111101 | 1001010 | 1000110 |
Color Harmonies of #947BEB
Complementary color
Monochromatic Colors of #947BEB
Black with #947BEB
Text Example
Text Example
White with #947BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BEB; }
p { color: rgb(148,123,235); }
H1.HeaderClassName
{
color: #947BEB;
}
.AnyTagClassName
{
color: #947BEB;
}
</style>
background-color css
<style>
a { background-color: #947BEB; }
a { background-color: rgb(148,123,235); }
div.DivClassName
{
background-color: #947BEB;
}
.BgClassName
{
background-color: #947BEB;
}
</style>
border-color css
<style>
span { border-color: #947BEB; }
span { border-color: rgb(148,123,235); }
td.TdClassName
{
border-color: #947BEB;
}
.TagClassName
{
border-color: #947BEB;
}
</style>