Shades of Medium Purple #9151EA
Tints of Medium Purple #9151EA
RGB
CMYK
RGB Variations
Color information
#9151EA (or 0x9151EA) is known color: Medium Purple. HEX triplet: 91, 51 and EA. RGB value is (145,81,234). Sum of RGB (Red+Green+Blue) = 145+81+234=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #9151EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9151EA is #6EAE15. Grayscale: #757575. Windows color (decimal): -7253526 or 15356305. OLE color: 15356305.
HSL color Cylindrical-coordinate representation of color #9151EA: hue angle of 265.1º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9151EA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 81 | 234 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.08 |
| HSL | 265.1º | 0.78% | 0.62% | - |
| HSV(B) | 265.1º | 0.65% | 0.92% | - |
| XYZ | 29.47 | 17.85 | 79.73 | - |
| YUV | 117.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 234 | 0.38 | 0.65 | 0 | 0.08 | 265.1 | 0.78 | 0.62 |
| Hex | 91 | 51 | EA | 26 | 41 | 0 | 8 | 109 | 4E | 3E |
| Octal | 221 | 121 | 352 | 46 | 101 | 0 | 10 | 411 | 116 | 76 |
| Binary | 10010001 | 1010001 | 11101010 | 100110 | 1000001 | 0 | 1000 | 100001001 | 1001110 | 111110 |
Color Harmonies of #9151EA
Complementary color
Monochromatic Colors of #9151EA
Black with #9151EA
Text Example
Text Example
White with #9151EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151EA; }
p { color: rgb(145,81,234); }
H1.HeaderClassName
{
color: #9151EA;
}
.AnyTagClassName
{
color: #9151EA;
}
</style>
background-color css
<style>
a { background-color: #9151EA; }
a { background-color: rgb(145,81,234); }
div.DivClassName
{
background-color: #9151EA;
}
.BgClassName
{
background-color: #9151EA;
}
</style>
border-color css
<style>
span { border-color: #9151EA; }
span { border-color: rgb(145,81,234); }
td.TdClassName
{
border-color: #9151EA;
}
.TagClassName
{
border-color: #9151EA;
}
</style>