Shades of Medium Purple #916EEE
Tints of Medium Purple #916EEE
RGB
CMYK
RGB Variations
Color information
#916EEE (or 0x916EEE) is known color: Medium Purple. HEX triplet: 91, 6E and EE. RGB value is (145,110,238). Sum of RGB (Red+Green+Blue) = 145+110+238=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #916EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EEE is #6E9111. Grayscale: #868686. Windows color (decimal): -7246098 or 15625873. OLE color: 15625873.
HSL color Cylindrical-coordinate representation of color #916EEE: hue angle of 256.41º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916EEE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 110 | 238 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.07 |
| HSL | 256.41º | 0.79% | 0.68% | - |
| HSV(B) | 256.41º | 0.54% | 0.93% | - |
| XYZ | 32.69 | 23.34 | 83.67 | - |
| YUV | 135.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 238 | 0.39 | 0.54 | 0 | 0.07 | 256.41 | 0.79 | 0.68 |
| Hex | 91 | 6E | EE | 27 | 36 | 0 | 7 | 100 | 4F | 44 |
| Octal | 221 | 156 | 356 | 47 | 66 | 0 | 7 | 400 | 117 | 104 |
| Binary | 10010001 | 1101110 | 11101110 | 100111 | 110110 | 0 | 111 | 100000000 | 1001111 | 1000100 |
Color Harmonies of #916EEE
Complementary color
Monochromatic Colors of #916EEE
Black with #916EEE
Text Example
Text Example
White with #916EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EEE; }
p { color: rgb(145,110,238); }
H1.HeaderClassName
{
color: #916EEE;
}
.AnyTagClassName
{
color: #916EEE;
}
</style>
background-color css
<style>
a { background-color: #916EEE; }
a { background-color: rgb(145,110,238); }
div.DivClassName
{
background-color: #916EEE;
}
.BgClassName
{
background-color: #916EEE;
}
</style>
border-color css
<style>
span { border-color: #916EEE; }
span { border-color: rgb(145,110,238); }
td.TdClassName
{
border-color: #916EEE;
}
.TagClassName
{
border-color: #916EEE;
}
</style>