Shades of Medium Purple #9150EE
Tints of Medium Purple #9150EE
RGB
CMYK
RGB Variations
Color information
#9150EE (or 0x9150EE) is known color: Medium Purple. HEX triplet: 91, 50 and EE. RGB value is (145,80,238). Sum of RGB (Red+Green+Blue) = 145+80+238=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #9150EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150EE is #6EAF11. Grayscale: #747474. Windows color (decimal): -7253778 or 15618193. OLE color: 15618193.
HSL color Cylindrical-coordinate representation of color #9150EE: hue angle of 264.68º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9150EE is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 80 | 238 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.07 |
| HSL | 264.68º | 0.82% | 0.62% | - |
| HSV(B) | 264.68º | 0.66% | 0.93% | - |
| XYZ | 29.98 | 17.93 | 82.77 | - |
| YUV | 117.45 | 196.03 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 238 | 0.39 | 0.66 | 0 | 0.07 | 264.68 | 0.82 | 0.62 |
| Hex | 91 | 50 | EE | 27 | 42 | 0 | 7 | 109 | 52 | 3E |
| Octal | 221 | 120 | 356 | 47 | 102 | 0 | 7 | 411 | 122 | 76 |
| Binary | 10010001 | 1010000 | 11101110 | 100111 | 1000010 | 0 | 111 | 100001001 | 1010010 | 111110 |
Color Harmonies of #9150EE
Complementary color
Monochromatic Colors of #9150EE
Black with #9150EE
Text Example
Text Example
White with #9150EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150EE; }
p { color: rgb(145,80,238); }
H1.HeaderClassName
{
color: #9150EE;
}
.AnyTagClassName
{
color: #9150EE;
}
</style>
background-color css
<style>
a { background-color: #9150EE; }
a { background-color: rgb(145,80,238); }
div.DivClassName
{
background-color: #9150EE;
}
.BgClassName
{
background-color: #9150EE;
}
</style>
border-color css
<style>
span { border-color: #9150EE; }
span { border-color: rgb(145,80,238); }
td.TdClassName
{
border-color: #9150EE;
}
.TagClassName
{
border-color: #9150EE;
}
</style>