Shades of Medium Purple #947DE9
Tints of Medium Purple #947DE9
RGB
CMYK
RGB Variations
Color information
#947DE9 (or 0x947DE9) is known color: Medium Purple. HEX triplet: 94, 7D and E9. RGB value is (148,125,233). Sum of RGB (Red+Green+Blue) = 148+125+233=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #947DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DE9 is #6B8216. Grayscale: #8F8F8F. Windows color (decimal): -7045655 or 15302036. OLE color: 15302036.
HSL color Cylindrical-coordinate representation of color #947DE9: hue angle of 252.78º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #947DE9 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 125 | 233 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.09 |
| HSL | 252.78º | 0.71% | 0.7% | - |
| HSV(B) | 252.78º | 0.46% | 0.91% | - |
| XYZ | 34.25 | 26.85 | 80.47 | - |
| YUV | 144.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 233 | 0.36 | 0.46 | 0 | 0.09 | 252.78 | 0.71 | 0.7 |
| Hex | 94 | 7D | E9 | 24 | 2E | 0 | 9 | FD | 47 | 46 |
| Octal | 224 | 175 | 351 | 44 | 56 | 0 | 11 | 375 | 107 | 106 |
| Binary | 10010100 | 1111101 | 11101001 | 100100 | 101110 | 0 | 1001 | 11111101 | 1000111 | 1000110 |
Color Harmonies of #947DE9
Complementary color
Monochromatic Colors of #947DE9
Black with #947DE9
Text Example
Text Example
White with #947DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947DE9; }
p { color: rgb(148,125,233); }
H1.HeaderClassName
{
color: #947DE9;
}
.AnyTagClassName
{
color: #947DE9;
}
</style>
background-color css
<style>
a { background-color: #947DE9; }
a { background-color: rgb(148,125,233); }
div.DivClassName
{
background-color: #947DE9;
}
.BgClassName
{
background-color: #947DE9;
}
</style>
border-color css
<style>
span { border-color: #947DE9; }
span { border-color: rgb(148,125,233); }
td.TdClassName
{
border-color: #947DE9;
}
.TagClassName
{
border-color: #947DE9;
}
</style>