Shades of Medium Purple #914FEF
Tints of Medium Purple #914FEF
RGB
CMYK
RGB Variations
Color information
#914FEF (or 0x914FEF) is known color: Medium Purple. HEX triplet: 91, 4F and EF. RGB value is (145,79,239). Sum of RGB (Red+Green+Blue) = 145+79+239=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #914FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FEF is #6EB010. Grayscale: #747474. Windows color (decimal): -7254033 or 15683473. OLE color: 15683473.
HSL color Cylindrical-coordinate representation of color #914FEF: hue angle of 264.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914FEF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 79 | 239 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.06 |
| HSL | 264.75º | 0.83% | 0.62% | - |
| HSV(B) | 264.75º | 0.67% | 0.94% | - |
| XYZ | 30.05 | 17.84 | 83.52 | - |
| YUV | 116.97 | 196.87 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 239 | 0.39 | 0.67 | 0 | 0.06 | 264.75 | 0.83 | 0.62 |
| Hex | 91 | 4F | EF | 27 | 43 | 0 | 6 | 109 | 53 | 3E |
| Octal | 221 | 117 | 357 | 47 | 103 | 0 | 6 | 411 | 123 | 76 |
| Binary | 10010001 | 1001111 | 11101111 | 100111 | 1000011 | 0 | 110 | 100001001 | 1010011 | 111110 |
Color Harmonies of #914FEF
Complementary color
Monochromatic Colors of #914FEF
Black with #914FEF
Text Example
Text Example
White with #914FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FEF; }
p { color: rgb(145,79,239); }
H1.HeaderClassName
{
color: #914FEF;
}
.AnyTagClassName
{
color: #914FEF;
}
</style>
background-color css
<style>
a { background-color: #914FEF; }
a { background-color: rgb(145,79,239); }
div.DivClassName
{
background-color: #914FEF;
}
.BgClassName
{
background-color: #914FEF;
}
</style>
border-color css
<style>
span { border-color: #914FEF; }
span { border-color: rgb(145,79,239); }
td.TdClassName
{
border-color: #914FEF;
}
.TagClassName
{
border-color: #914FEF;
}
</style>