Shades of Medium Purple #914FE7
Tints of Medium Purple #914FE7
RGB
CMYK
RGB Variations
Color information
#914FE7 (or 0x914FE7) is known color: Medium Purple. HEX triplet: 91, 4F and E7. RGB value is (145,79,231). Sum of RGB (Red+Green+Blue) = 145+79+231=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #914FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FE7 is #6EB018. Grayscale: #737373. Windows color (decimal): -7254041 or 15159185. OLE color: 15159185.
HSL color Cylindrical-coordinate representation of color #914FE7: hue angle of 266.05º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914FE7 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 79 | 231 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.09 |
| HSL | 266.05º | 0.76% | 0.61% | - |
| HSV(B) | 266.05º | 0.66% | 0.91% | - |
| XYZ | 28.9 | 17.38 | 77.43 | - |
| YUV | 116.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 231 | 0.37 | 0.66 | 0 | 0.09 | 266.05 | 0.76 | 0.61 |
| Hex | 91 | 4F | E7 | 25 | 42 | 0 | 9 | 10A | 4C | 3D |
| Octal | 221 | 117 | 347 | 45 | 102 | 0 | 11 | 412 | 114 | 75 |
| Binary | 10010001 | 1001111 | 11100111 | 100101 | 1000010 | 0 | 1001 | 100001010 | 1001100 | 111101 |
Color Harmonies of #914FE7
Complementary color
Monochromatic Colors of #914FE7
Black with #914FE7
Text Example
Text Example
White with #914FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FE7; }
p { color: rgb(145,79,231); }
H1.HeaderClassName
{
color: #914FE7;
}
.AnyTagClassName
{
color: #914FE7;
}
</style>
background-color css
<style>
a { background-color: #914FE7; }
a { background-color: rgb(145,79,231); }
div.DivClassName
{
background-color: #914FE7;
}
.BgClassName
{
background-color: #914FE7;
}
</style>
border-color css
<style>
span { border-color: #914FE7; }
span { border-color: rgb(145,79,231); }
td.TdClassName
{
border-color: #914FE7;
}
.TagClassName
{
border-color: #914FE7;
}
</style>