Shades of Medium Purple #9176EE
Tints of Medium Purple #9176EE
RGB
CMYK
RGB Variations
Color information
#9176EE (or 0x9176EE) is known color: Medium Purple. HEX triplet: 91, 76 and EE. RGB value is (145,118,238). Sum of RGB (Red+Green+Blue) = 145+118+238=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #9176EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9176EE is #6E8911. Grayscale: #8B8B8B. Windows color (decimal): -7244050 or 15627921. OLE color: 15627921.
HSL color Cylindrical-coordinate representation of color #9176EE: hue angle of 253.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9176EE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 118 | 238 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.07 |
| HSL | 253.5º | 0.78% | 0.7% | - |
| HSV(B) | 253.5º | 0.5% | 0.93% | - |
| XYZ | 33.59 | 25.15 | 83.97 | - |
| YUV | 139.75 | 183.45 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 238 | 0.39 | 0.50 | 0 | 0.07 | 253.5 | 0.78 | 0.7 |
| Hex | 91 | 76 | EE | 27 | 32 | 0 | 7 | FE | 4E | 46 |
| Octal | 221 | 166 | 356 | 47 | 62 | 0 | 7 | 376 | 116 | 106 |
| Binary | 10010001 | 1110110 | 11101110 | 100111 | 110010 | 0 | 111 | 11111110 | 1001110 | 1000110 |
Color Harmonies of #9176EE
Complementary color
Monochromatic Colors of #9176EE
Black with #9176EE
Text Example
Text Example
White with #9176EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176EE; }
p { color: rgb(145,118,238); }
H1.HeaderClassName
{
color: #9176EE;
}
.AnyTagClassName
{
color: #9176EE;
}
</style>
background-color css
<style>
a { background-color: #9176EE; }
a { background-color: rgb(145,118,238); }
div.DivClassName
{
background-color: #9176EE;
}
.BgClassName
{
background-color: #9176EE;
}
</style>
border-color css
<style>
span { border-color: #9176EE; }
span { border-color: rgb(145,118,238); }
td.TdClassName
{
border-color: #9176EE;
}
.TagClassName
{
border-color: #9176EE;
}
</style>