Shades of Medium Purple #914FE9
Tints of Medium Purple #914FE9
RGB
CMYK
RGB Variations
Color information
#914FE9 (or 0x914FE9) is known color: Medium Purple. HEX triplet: 91, 4F and E9. RGB value is (145,79,233). Sum of RGB (Red+Green+Blue) = 145+79+233=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #914FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FE9 is #6EB016. Grayscale: #737373. Windows color (decimal): -7254039 or 15290257. OLE color: 15290257.
HSL color Cylindrical-coordinate representation of color #914FE9: hue angle of 265.71º degrees, saturation: 0.78, 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 #914FE9 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 79 | 233 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.09 |
| HSL | 265.71º | 0.78% | 0.61% | - |
| HSV(B) | 265.71º | 0.66% | 0.91% | - |
| XYZ | 29.18 | 17.49 | 78.93 | - |
| YUV | 116.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 233 | 0.38 | 0.66 | 0 | 0.09 | 265.71 | 0.78 | 0.61 |
| Hex | 91 | 4F | E9 | 26 | 42 | 0 | 9 | 10A | 4E | 3D |
| Octal | 221 | 117 | 351 | 46 | 102 | 0 | 11 | 412 | 116 | 75 |
| Binary | 10010001 | 1001111 | 11101001 | 100110 | 1000010 | 0 | 1001 | 100001010 | 1001110 | 111101 |
Color Harmonies of #914FE9
Complementary color
Monochromatic Colors of #914FE9
Black with #914FE9
Text Example
Text Example
White with #914FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FE9; }
p { color: rgb(145,79,233); }
H1.HeaderClassName
{
color: #914FE9;
}
.AnyTagClassName
{
color: #914FE9;
}
</style>
background-color css
<style>
a { background-color: #914FE9; }
a { background-color: rgb(145,79,233); }
div.DivClassName
{
background-color: #914FE9;
}
.BgClassName
{
background-color: #914FE9;
}
</style>
border-color css
<style>
span { border-color: #914FE9; }
span { border-color: rgb(145,79,233); }
td.TdClassName
{
border-color: #914FE9;
}
.TagClassName
{
border-color: #914FE9;
}
</style>