Shades of Medium Purple #914FED
Tints of Medium Purple #914FED
RGB
CMYK
RGB Variations
Color information
#914FED (or 0x914FED) is known color: Medium Purple. HEX triplet: 91, 4F and ED. RGB value is (145,79,237). Sum of RGB (Red+Green+Blue) = 145+79+237=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #914FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FED is #6EB012. Grayscale: #747474. Windows color (decimal): -7254035 or 15552401. OLE color: 15552401.
HSL color Cylindrical-coordinate representation of color #914FED: hue angle of 265.06º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914FED is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 79 | 237 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.07 |
| HSL | 265.06º | 0.81% | 0.62% | - |
| HSV(B) | 265.06º | 0.67% | 0.93% | - |
| XYZ | 29.76 | 17.73 | 81.97 | - |
| YUV | 116.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 237 | 0.39 | 0.67 | 0 | 0.07 | 265.06 | 0.81 | 0.62 |
| Hex | 91 | 4F | ED | 27 | 43 | 0 | 7 | 109 | 51 | 3E |
| Octal | 221 | 117 | 355 | 47 | 103 | 0 | 7 | 411 | 121 | 76 |
| Binary | 10010001 | 1001111 | 11101101 | 100111 | 1000011 | 0 | 111 | 100001001 | 1010001 | 111110 |
Color Harmonies of #914FED
Complementary color
Monochromatic Colors of #914FED
Black with #914FED
Text Example
Text Example
White with #914FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FED; }
p { color: rgb(145,79,237); }
H1.HeaderClassName
{
color: #914FED;
}
.AnyTagClassName
{
color: #914FED;
}
</style>
background-color css
<style>
a { background-color: #914FED; }
a { background-color: rgb(145,79,237); }
div.DivClassName
{
background-color: #914FED;
}
.BgClassName
{
background-color: #914FED;
}
</style>
border-color css
<style>
span { border-color: #914FED; }
span { border-color: rgb(145,79,237); }
td.TdClassName
{
border-color: #914FED;
}
.TagClassName
{
border-color: #914FED;
}
</style>