Shades of Medium Purple #947FDE
Tints of Medium Purple #947FDE
RGB
CMYK
RGB Variations
Color information
#947FDE (or 0x947FDE) is known color: Medium Purple. HEX triplet: 94, 7F and DE. RGB value is (148,127,222). Sum of RGB (Red+Green+Blue) = 148+127+222=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #947FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FDE is #6B8021. Grayscale: #8F8F8F. Windows color (decimal): -7045154 or 14581652. OLE color: 14581652.
HSL color Cylindrical-coordinate representation of color #947FDE: hue angle of 253.26º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947FDE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 127 | 222 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.13 |
| HSL | 253.26º | 0.59% | 0.68% | - |
| HSV(B) | 253.26º | 0.43% | 0.87% | - |
| XYZ | 32.99 | 26.75 | 72.53 | - |
| YUV | 144.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 222 | 0.33 | 0.43 | 0 | 0.13 | 253.26 | 0.59 | 0.68 |
| Hex | 94 | 7F | DE | 21 | 2B | 0 | D | FD | 3B | 44 |
| Octal | 224 | 177 | 336 | 41 | 53 | 0 | 15 | 375 | 73 | 104 |
| Binary | 10010100 | 1111111 | 11011110 | 100001 | 101011 | 0 | 1101 | 11111101 | 111011 | 1000100 |
Color Harmonies of #947FDE
Complementary color
Monochromatic Colors of #947FDE
Black with #947FDE
Text Example
Text Example
White with #947FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FDE; }
p { color: rgb(148,127,222); }
H1.HeaderClassName
{
color: #947FDE;
}
.AnyTagClassName
{
color: #947FDE;
}
</style>
background-color css
<style>
a { background-color: #947FDE; }
a { background-color: rgb(148,127,222); }
div.DivClassName
{
background-color: #947FDE;
}
.BgClassName
{
background-color: #947FDE;
}
</style>
border-color css
<style>
span { border-color: #947FDE; }
span { border-color: rgb(148,127,222); }
td.TdClassName
{
border-color: #947FDE;
}
.TagClassName
{
border-color: #947FDE;
}
</style>