Shades of Medium Purple #9178EE
Tints of Medium Purple #9178EE
RGB
CMYK
RGB Variations
Color information
#9178EE (or 0x9178EE) is known color: Medium Purple. HEX triplet: 91, 78 and EE. RGB value is (145,120,238). Sum of RGB (Red+Green+Blue) = 145+120+238=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #9178EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9178EE is #6E8711. Grayscale: #8C8C8C. Windows color (decimal): -7243538 or 15628433. OLE color: 15628433.
HSL color Cylindrical-coordinate representation of color #9178EE: hue angle of 252.71º 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 #9178EE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 120 | 238 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.07 |
| HSL | 252.71º | 0.78% | 0.7% | - |
| HSV(B) | 252.71º | 0.5% | 0.93% | - |
| XYZ | 33.83 | 25.63 | 84.05 | - |
| YUV | 140.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 238 | 0.39 | 0.50 | 0 | 0.07 | 252.71 | 0.78 | 0.7 |
| Hex | 91 | 78 | EE | 27 | 32 | 0 | 7 | FD | 4E | 46 |
| Octal | 221 | 170 | 356 | 47 | 62 | 0 | 7 | 375 | 116 | 106 |
| Binary | 10010001 | 1111000 | 11101110 | 100111 | 110010 | 0 | 111 | 11111101 | 1001110 | 1000110 |
Color Harmonies of #9178EE
Complementary color
Monochromatic Colors of #9178EE
Black with #9178EE
Text Example
Text Example
White with #9178EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178EE; }
p { color: rgb(145,120,238); }
H1.HeaderClassName
{
color: #9178EE;
}
.AnyTagClassName
{
color: #9178EE;
}
</style>
background-color css
<style>
a { background-color: #9178EE; }
a { background-color: rgb(145,120,238); }
div.DivClassName
{
background-color: #9178EE;
}
.BgClassName
{
background-color: #9178EE;
}
</style>
border-color css
<style>
span { border-color: #9178EE; }
span { border-color: rgb(145,120,238); }
td.TdClassName
{
border-color: #9178EE;
}
.TagClassName
{
border-color: #9178EE;
}
</style>