Shades of Medium Purple #947FE3
Tints of Medium Purple #947FE3
RGB
CMYK
RGB Variations
Color information
#947FE3 (or 0x947FE3) is known color: Medium Purple. HEX triplet: 94, 7F and E3. RGB value is (148,127,227). Sum of RGB (Red+Green+Blue) = 148+127+227=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #947FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FE3 is #6B801C. Grayscale: #909090. Windows color (decimal): -7045149 or 14909332. OLE color: 14909332.
HSL color Cylindrical-coordinate representation of color #947FE3: hue angle of 252.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947FE3 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 127 | 227 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.11 |
| HSL | 252.6º | 0.64% | 0.69% | - |
| HSV(B) | 252.6º | 0.44% | 0.89% | - |
| XYZ | 33.67 | 27.02 | 76.11 | - |
| YUV | 144.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 227 | 0.35 | 0.44 | 0 | 0.11 | 252.6 | 0.64 | 0.69 |
| Hex | 94 | 7F | E3 | 23 | 2C | 0 | B | FD | 40 | 45 |
| Octal | 224 | 177 | 343 | 43 | 54 | 0 | 13 | 375 | 100 | 105 |
| Binary | 10010100 | 1111111 | 11100011 | 100011 | 101100 | 0 | 1011 | 11111101 | 1000000 | 1000101 |
Color Harmonies of #947FE3
Complementary color
Monochromatic Colors of #947FE3
Black with #947FE3
Text Example
Text Example
White with #947FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FE3; }
p { color: rgb(148,127,227); }
H1.HeaderClassName
{
color: #947FE3;
}
.AnyTagClassName
{
color: #947FE3;
}
</style>
background-color css
<style>
a { background-color: #947FE3; }
a { background-color: rgb(148,127,227); }
div.DivClassName
{
background-color: #947FE3;
}
.BgClassName
{
background-color: #947FE3;
}
</style>
border-color css
<style>
span { border-color: #947FE3; }
span { border-color: rgb(148,127,227); }
td.TdClassName
{
border-color: #947FE3;
}
.TagClassName
{
border-color: #947FE3;
}
</style>