Shades of Medium Purple #947BDE
Tints of Medium Purple #947BDE
RGB
CMYK
RGB Variations
Color information
#947BDE (or 0x947BDE) is known color: Medium Purple. HEX triplet: 94, 7B and DE. RGB value is (148,123,222). Sum of RGB (Red+Green+Blue) = 148+123+222=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #947BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BDE is #6B8421. Grayscale: #8D8D8D. Windows color (decimal): -7046178 or 14580628. OLE color: 14580628.
HSL color Cylindrical-coordinate representation of color #947BDE: hue angle of 255.15º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947BDE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 123 | 222 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.13 |
| HSL | 255.15º | 0.6% | 0.68% | - |
| HSV(B) | 255.15º | 0.45% | 0.87% | - |
| XYZ | 32.48 | 25.74 | 72.36 | - |
| YUV | 141.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 222 | 0.33 | 0.45 | 0 | 0.13 | 255.15 | 0.6 | 0.68 |
| Hex | 94 | 7B | DE | 21 | 2D | 0 | D | FF | 3C | 44 |
| Octal | 224 | 173 | 336 | 41 | 55 | 0 | 15 | 377 | 74 | 104 |
| Binary | 10010100 | 1111011 | 11011110 | 100001 | 101101 | 0 | 1101 | 11111111 | 111100 | 1000100 |
Color Harmonies of #947BDE
Complementary color
Monochromatic Colors of #947BDE
Black with #947BDE
Text Example
Text Example
White with #947BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BDE; }
p { color: rgb(148,123,222); }
H1.HeaderClassName
{
color: #947BDE;
}
.AnyTagClassName
{
color: #947BDE;
}
</style>
background-color css
<style>
a { background-color: #947BDE; }
a { background-color: rgb(148,123,222); }
div.DivClassName
{
background-color: #947BDE;
}
.BgClassName
{
background-color: #947BDE;
}
</style>
border-color css
<style>
span { border-color: #947BDE; }
span { border-color: rgb(148,123,222); }
td.TdClassName
{
border-color: #947BDE;
}
.TagClassName
{
border-color: #947BDE;
}
</style>