Shades of Medium Purple #916CF0
Tints of Medium Purple #916CF0
RGB
CMYK
RGB Variations
Color information
#916CF0 (or 0x916CF0) is known color: Medium Purple. HEX triplet: 91, 6C and F0. RGB value is (145,108,240). Sum of RGB (Red+Green+Blue) = 145+108+240=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #916CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CF0 is #6E930F. Grayscale: #858585. Windows color (decimal): -7246608 or 15756433. OLE color: 15756433.
HSL color Cylindrical-coordinate representation of color #916CF0: hue angle of 256.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916CF0 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 108 | 240 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.06 |
| HSL | 256.82º | 0.81% | 0.68% | - |
| HSV(B) | 256.82º | 0.55% | 0.94% | - |
| XYZ | 32.77 | 23.04 | 85.16 | - |
| YUV | 134.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 240 | 0.40 | 0.55 | 0 | 0.06 | 256.82 | 0.81 | 0.68 |
| Hex | 91 | 6C | F0 | 28 | 37 | 0 | 6 | 101 | 51 | 44 |
| Octal | 221 | 154 | 360 | 50 | 67 | 0 | 6 | 401 | 121 | 104 |
| Binary | 10010001 | 1101100 | 11110000 | 101000 | 110111 | 0 | 110 | 100000001 | 1010001 | 1000100 |
Color Harmonies of #916CF0
Complementary color
Monochromatic Colors of #916CF0
Black with #916CF0
Text Example
Text Example
White with #916CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CF0; }
p { color: rgb(145,108,240); }
H1.HeaderClassName
{
color: #916CF0;
}
.AnyTagClassName
{
color: #916CF0;
}
</style>
background-color css
<style>
a { background-color: #916CF0; }
a { background-color: rgb(145,108,240); }
div.DivClassName
{
background-color: #916CF0;
}
.BgClassName
{
background-color: #916CF0;
}
</style>
border-color css
<style>
span { border-color: #916CF0; }
span { border-color: rgb(145,108,240); }
td.TdClassName
{
border-color: #916CF0;
}
.TagClassName
{
border-color: #916CF0;
}
</style>