Shades of Medium Purple #916DEF
Tints of Medium Purple #916DEF
RGB
CMYK
RGB Variations
Color information
#916DEF (or 0x916DEF) is known color: Medium Purple. HEX triplet: 91, 6D and EF. RGB value is (145,109,239). Sum of RGB (Red+Green+Blue) = 145+109+239=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #916DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DEF is #6E9210. Grayscale: #868686. Windows color (decimal): -7246353 or 15691153. OLE color: 15691153.
HSL color Cylindrical-coordinate representation of color #916DEF: hue angle of 256.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916DEF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 109 | 239 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.06 |
| HSL | 256.62º | 0.8% | 0.68% | - |
| HSV(B) | 256.62º | 0.54% | 0.94% | - |
| XYZ | 32.73 | 23.19 | 84.41 | - |
| YUV | 134.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 239 | 0.39 | 0.54 | 0 | 0.06 | 256.62 | 0.8 | 0.68 |
| Hex | 91 | 6D | EF | 27 | 36 | 0 | 6 | 101 | 50 | 44 |
| Octal | 221 | 155 | 357 | 47 | 66 | 0 | 6 | 401 | 120 | 104 |
| Binary | 10010001 | 1101101 | 11101111 | 100111 | 110110 | 0 | 110 | 100000001 | 1010000 | 1000100 |
Color Harmonies of #916DEF
Complementary color
Monochromatic Colors of #916DEF
Black with #916DEF
Text Example
Text Example
White with #916DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DEF; }
p { color: rgb(145,109,239); }
H1.HeaderClassName
{
color: #916DEF;
}
.AnyTagClassName
{
color: #916DEF;
}
</style>
background-color css
<style>
a { background-color: #916DEF; }
a { background-color: rgb(145,109,239); }
div.DivClassName
{
background-color: #916DEF;
}
.BgClassName
{
background-color: #916DEF;
}
</style>
border-color css
<style>
span { border-color: #916DEF; }
span { border-color: rgb(145,109,239); }
td.TdClassName
{
border-color: #916DEF;
}
.TagClassName
{
border-color: #916DEF;
}
</style>