Shades of Medium Purple #9150EA
Tints of Medium Purple #9150EA
RGB
CMYK
RGB Variations
Color information
#9150EA (or 0x9150EA) is known color: Medium Purple. HEX triplet: 91, 50 and EA. RGB value is (145,80,234). Sum of RGB (Red+Green+Blue) = 145+80+234=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #9150EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150EA is #6EAF15. Grayscale: #747474. Windows color (decimal): -7253782 or 15356049. OLE color: 15356049.
HSL color Cylindrical-coordinate representation of color #9150EA: hue angle of 265.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9150EA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 80 | 234 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.08 |
| HSL | 265.32º | 0.79% | 0.62% | - |
| HSV(B) | 265.32º | 0.66% | 0.92% | - |
| XYZ | 29.4 | 17.7 | 79.71 | - |
| YUV | 116.99 | 194.03 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 234 | 0.38 | 0.66 | 0 | 0.08 | 265.32 | 0.79 | 0.62 |
| Hex | 91 | 50 | EA | 26 | 42 | 0 | 8 | 109 | 4F | 3E |
| Octal | 221 | 120 | 352 | 46 | 102 | 0 | 10 | 411 | 117 | 76 |
| Binary | 10010001 | 1010000 | 11101010 | 100110 | 1000010 | 0 | 1000 | 100001001 | 1001111 | 111110 |
Color Harmonies of #9150EA
Complementary color
Monochromatic Colors of #9150EA
Black with #9150EA
Text Example
Text Example
White with #9150EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150EA; }
p { color: rgb(145,80,234); }
H1.HeaderClassName
{
color: #9150EA;
}
.AnyTagClassName
{
color: #9150EA;
}
</style>
background-color css
<style>
a { background-color: #9150EA; }
a { background-color: rgb(145,80,234); }
div.DivClassName
{
background-color: #9150EA;
}
.BgClassName
{
background-color: #9150EA;
}
</style>
border-color css
<style>
span { border-color: #9150EA; }
span { border-color: rgb(145,80,234); }
td.TdClassName
{
border-color: #9150EA;
}
.TagClassName
{
border-color: #9150EA;
}
</style>