Shades of Medium Purple #947FEE
Tints of Medium Purple #947FEE
RGB
CMYK
RGB Variations
Color information
#947FEE (or 0x947FEE) is known color: Medium Purple. HEX triplet: 94, 7F and EE. RGB value is (148,127,238). Sum of RGB (Red+Green+Blue) = 148+127+238=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #947FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FEE is #6B8011. Grayscale: #919191. Windows color (decimal): -7045138 or 15630228. OLE color: 15630228.
HSL color Cylindrical-coordinate representation of color #947FEE: hue angle of 251.35º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947FEE is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 127 | 238 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.07 |
| HSL | 251.35º | 0.77% | 0.72% | - |
| HSV(B) | 251.35º | 0.47% | 0.93% | - |
| XYZ | 35.23 | 27.65 | 84.37 | - |
| YUV | 145.93 | 179.96 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 238 | 0.38 | 0.47 | 0 | 0.07 | 251.35 | 0.77 | 0.72 |
| Hex | 94 | 7F | EE | 26 | 2F | 0 | 7 | FB | 4D | 48 |
| Octal | 224 | 177 | 356 | 46 | 57 | 0 | 7 | 373 | 115 | 110 |
| Binary | 10010100 | 1111111 | 11101110 | 100110 | 101111 | 0 | 111 | 11111011 | 1001101 | 1001000 |
Color Harmonies of #947FEE
Complementary color
Monochromatic Colors of #947FEE
Black with #947FEE
Text Example
Text Example
White with #947FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FEE; }
p { color: rgb(148,127,238); }
H1.HeaderClassName
{
color: #947FEE;
}
.AnyTagClassName
{
color: #947FEE;
}
</style>
background-color css
<style>
a { background-color: #947FEE; }
a { background-color: rgb(148,127,238); }
div.DivClassName
{
background-color: #947FEE;
}
.BgClassName
{
background-color: #947FEE;
}
</style>
border-color css
<style>
span { border-color: #947FEE; }
span { border-color: rgb(148,127,238); }
td.TdClassName
{
border-color: #947FEE;
}
.TagClassName
{
border-color: #947FEE;
}
</style>