Shades of Medium Purple #914FEE
Tints of Medium Purple #914FEE
RGB
CMYK
RGB Variations
Color information
#914FEE (or 0x914FEE) is known color: Medium Purple. HEX triplet: 91, 4F and EE. RGB value is (145,79,238). Sum of RGB (Red+Green+Blue) = 145+79+238=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #914FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FEE is #6EB011. Grayscale: #747474. Windows color (decimal): -7254034 or 15617937. OLE color: 15617937.
HSL color Cylindrical-coordinate representation of color #914FEE: hue angle of 264.91º degrees, saturation: 0.82, 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 #914FEE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 79 | 238 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.07 |
| HSL | 264.91º | 0.82% | 0.62% | - |
| HSV(B) | 264.91º | 0.67% | 0.93% | - |
| XYZ | 29.91 | 17.78 | 82.75 | - |
| YUV | 116.86 | 196.37 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 238 | 0.39 | 0.67 | 0 | 0.07 | 264.91 | 0.82 | 0.62 |
| Hex | 91 | 4F | EE | 27 | 43 | 0 | 7 | 109 | 52 | 3E |
| Octal | 221 | 117 | 356 | 47 | 103 | 0 | 7 | 411 | 122 | 76 |
| Binary | 10010001 | 1001111 | 11101110 | 100111 | 1000011 | 0 | 111 | 100001001 | 1010010 | 111110 |
Color Harmonies of #914FEE
Complementary color
Monochromatic Colors of #914FEE
Black with #914FEE
Text Example
Text Example
White with #914FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FEE; }
p { color: rgb(145,79,238); }
H1.HeaderClassName
{
color: #914FEE;
}
.AnyTagClassName
{
color: #914FEE;
}
</style>
background-color css
<style>
a { background-color: #914FEE; }
a { background-color: rgb(145,79,238); }
div.DivClassName
{
background-color: #914FEE;
}
.BgClassName
{
background-color: #914FEE;
}
</style>
border-color css
<style>
span { border-color: #914FEE; }
span { border-color: rgb(145,79,238); }
td.TdClassName
{
border-color: #914FEE;
}
.TagClassName
{
border-color: #914FEE;
}
</style>