Shades of Medium Purple #916EEF
Tints of Medium Purple #916EEF
RGB
CMYK
RGB Variations
Color information
#916EEF (or 0x916EEF) is known color: Medium Purple. HEX triplet: 91, 6E and EF. RGB value is (145,110,239). Sum of RGB (Red+Green+Blue) = 145+110+239=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #916EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EEF is #6E9110. Grayscale: #868686. Windows color (decimal): -7246097 or 15691409. OLE color: 15691409.
HSL color Cylindrical-coordinate representation of color #916EEF: hue angle of 256.28º 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 #916EEF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 110 | 239 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.06 |
| HSL | 256.28º | 0.8% | 0.68% | - |
| HSV(B) | 256.28º | 0.54% | 0.94% | - |
| XYZ | 32.83 | 23.4 | 84.45 | - |
| YUV | 135.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 239 | 0.39 | 0.54 | 0 | 0.06 | 256.28 | 0.8 | 0.68 |
| Hex | 91 | 6E | EF | 27 | 36 | 0 | 6 | 100 | 50 | 44 |
| Octal | 221 | 156 | 357 | 47 | 66 | 0 | 6 | 400 | 120 | 104 |
| Binary | 10010001 | 1101110 | 11101111 | 100111 | 110110 | 0 | 110 | 100000000 | 1010000 | 1000100 |
Color Harmonies of #916EEF
Complementary color
Monochromatic Colors of #916EEF
Black with #916EEF
Text Example
Text Example
White with #916EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EEF; }
p { color: rgb(145,110,239); }
H1.HeaderClassName
{
color: #916EEF;
}
.AnyTagClassName
{
color: #916EEF;
}
</style>
background-color css
<style>
a { background-color: #916EEF; }
a { background-color: rgb(145,110,239); }
div.DivClassName
{
background-color: #916EEF;
}
.BgClassName
{
background-color: #916EEF;
}
</style>
border-color css
<style>
span { border-color: #916EEF; }
span { border-color: rgb(145,110,239); }
td.TdClassName
{
border-color: #916EEF;
}
.TagClassName
{
border-color: #916EEF;
}
</style>