Shades of Medium Purple #916FEE
Tints of Medium Purple #916FEE
RGB
CMYK
RGB Variations
Color information
#916FEE (or 0x916FEE) is known color: Medium Purple. HEX triplet: 91, 6F and EE. RGB value is (145,111,238). Sum of RGB (Red+Green+Blue) = 145+111+238=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #916FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916FEE is #6E9011. Grayscale: #878787. Windows color (decimal): -7245842 or 15626129. OLE color: 15626129.
HSL color Cylindrical-coordinate representation of color #916FEE: hue angle of 256.06º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #916FEE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 111 | 238 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.07 |
| HSL | 256.06º | 0.79% | 0.68% | - |
| HSV(B) | 256.06º | 0.53% | 0.93% | - |
| XYZ | 32.79 | 23.56 | 83.71 | - |
| YUV | 135.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 238 | 0.39 | 0.53 | 0 | 0.07 | 256.06 | 0.79 | 0.68 |
| Hex | 91 | 6F | EE | 27 | 35 | 0 | 7 | 100 | 4F | 44 |
| Octal | 221 | 157 | 356 | 47 | 65 | 0 | 7 | 400 | 117 | 104 |
| Binary | 10010001 | 1101111 | 11101110 | 100111 | 110101 | 0 | 111 | 100000000 | 1001111 | 1000100 |
Color Harmonies of #916FEE
Complementary color
Monochromatic Colors of #916FEE
Black with #916FEE
Text Example
Text Example
White with #916FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916FEE; }
p { color: rgb(145,111,238); }
H1.HeaderClassName
{
color: #916FEE;
}
.AnyTagClassName
{
color: #916FEE;
}
</style>
background-color css
<style>
a { background-color: #916FEE; }
a { background-color: rgb(145,111,238); }
div.DivClassName
{
background-color: #916FEE;
}
.BgClassName
{
background-color: #916FEE;
}
</style>
border-color css
<style>
span { border-color: #916FEE; }
span { border-color: rgb(145,111,238); }
td.TdClassName
{
border-color: #916FEE;
}
.TagClassName
{
border-color: #916FEE;
}
</style>