Shades of Medium Purple #916EF0
Tints of Medium Purple #916EF0
RGB
CMYK
RGB Variations
Color information
#916EF0 (or 0x916EF0) is known color: Medium Purple. HEX triplet: 91, 6E and F0. RGB value is (145,110,240). Sum of RGB (Red+Green+Blue) = 145+110+240=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #916EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EF0 is #6E910F. Grayscale: #868686. Windows color (decimal): -7246096 or 15756945. OLE color: 15756945.
HSL color Cylindrical-coordinate representation of color #916EF0: hue angle of 256.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916EF0 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 110 | 240 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.06 |
| HSL | 256.15º | 0.81% | 0.69% | - |
| HSV(B) | 256.15º | 0.54% | 0.94% | - |
| XYZ | 32.98 | 23.46 | 85.23 | - |
| YUV | 135.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 240 | 0.40 | 0.54 | 0 | 0.06 | 256.15 | 0.81 | 0.69 |
| Hex | 91 | 6E | F0 | 28 | 36 | 0 | 6 | 100 | 51 | 45 |
| Octal | 221 | 156 | 360 | 50 | 66 | 0 | 6 | 400 | 121 | 105 |
| Binary | 10010001 | 1101110 | 11110000 | 101000 | 110110 | 0 | 110 | 100000000 | 1010001 | 1000101 |
Color Harmonies of #916EF0
Complementary color
Monochromatic Colors of #916EF0
Black with #916EF0
Text Example
Text Example
White with #916EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EF0; }
p { color: rgb(145,110,240); }
H1.HeaderClassName
{
color: #916EF0;
}
.AnyTagClassName
{
color: #916EF0;
}
</style>
background-color css
<style>
a { background-color: #916EF0; }
a { background-color: rgb(145,110,240); }
div.DivClassName
{
background-color: #916EF0;
}
.BgClassName
{
background-color: #916EF0;
}
</style>
border-color css
<style>
span { border-color: #916EF0; }
span { border-color: rgb(145,110,240); }
td.TdClassName
{
border-color: #916EF0;
}
.TagClassName
{
border-color: #916EF0;
}
</style>