Shades of Medium Purple #9175EE
Tints of Medium Purple #9175EE
RGB
CMYK
RGB Variations
Color information
#9175EE (or 0x9175EE) is known color: Medium Purple. HEX triplet: 91, 75 and EE. RGB value is (145,117,238). Sum of RGB (Red+Green+Blue) = 145+117+238=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #9175EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175EE is #6E8A11. Grayscale: #8A8A8A. Windows color (decimal): -7244306 or 15627665. OLE color: 15627665.
HSL color Cylindrical-coordinate representation of color #9175EE: hue angle of 253.88º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9175EE is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 117 | 238 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.07 |
| HSL | 253.88º | 0.78% | 0.7% | - |
| HSV(B) | 253.88º | 0.51% | 0.93% | - |
| XYZ | 33.47 | 24.92 | 83.93 | - |
| YUV | 139.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 238 | 0.39 | 0.51 | 0 | 0.07 | 253.88 | 0.78 | 0.7 |
| Hex | 91 | 75 | EE | 27 | 33 | 0 | 7 | FE | 4E | 46 |
| Octal | 221 | 165 | 356 | 47 | 63 | 0 | 7 | 376 | 116 | 106 |
| Binary | 10010001 | 1110101 | 11101110 | 100111 | 110011 | 0 | 111 | 11111110 | 1001110 | 1000110 |
Color Harmonies of #9175EE
Complementary color
Monochromatic Colors of #9175EE
Black with #9175EE
Text Example
Text Example
White with #9175EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175EE; }
p { color: rgb(145,117,238); }
H1.HeaderClassName
{
color: #9175EE;
}
.AnyTagClassName
{
color: #9175EE;
}
</style>
background-color css
<style>
a { background-color: #9175EE; }
a { background-color: rgb(145,117,238); }
div.DivClassName
{
background-color: #9175EE;
}
.BgClassName
{
background-color: #9175EE;
}
</style>
border-color css
<style>
span { border-color: #9175EE; }
span { border-color: rgb(145,117,238); }
td.TdClassName
{
border-color: #9175EE;
}
.TagClassName
{
border-color: #9175EE;
}
</style>