Shades of Medium Purple #9151EF
Tints of Medium Purple #9151EF
RGB
CMYK
RGB Variations
Color information
#9151EF (or 0x9151EF) is known color: Medium Purple. HEX triplet: 91, 51 and EF. RGB value is (145,81,239). Sum of RGB (Red+Green+Blue) = 145+81+239=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #9151EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9151EF is #6EAE10. Grayscale: #757575. Windows color (decimal): -7253521 or 15683985. OLE color: 15683985.
HSL color Cylindrical-coordinate representation of color #9151EF: hue angle of 264.3º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9151EF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 81 | 239 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.06 |
| HSL | 264.3º | 0.83% | 0.63% | - |
| HSV(B) | 264.3º | 0.66% | 0.94% | - |
| XYZ | 30.2 | 18.14 | 83.57 | - |
| YUV | 118.15 | 196.2 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 239 | 0.39 | 0.66 | 0 | 0.06 | 264.3 | 0.83 | 0.63 |
| Hex | 91 | 51 | EF | 27 | 42 | 0 | 6 | 108 | 53 | 3F |
| Octal | 221 | 121 | 357 | 47 | 102 | 0 | 6 | 410 | 123 | 77 |
| Binary | 10010001 | 1010001 | 11101111 | 100111 | 1000010 | 0 | 110 | 100001000 | 1010011 | 111111 |
Color Harmonies of #9151EF
Complementary color
Monochromatic Colors of #9151EF
Black with #9151EF
Text Example
Text Example
White with #9151EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151EF; }
p { color: rgb(145,81,239); }
H1.HeaderClassName
{
color: #9151EF;
}
.AnyTagClassName
{
color: #9151EF;
}
</style>
background-color css
<style>
a { background-color: #9151EF; }
a { background-color: rgb(145,81,239); }
div.DivClassName
{
background-color: #9151EF;
}
.BgClassName
{
background-color: #9151EF;
}
</style>
border-color css
<style>
span { border-color: #9151EF; }
span { border-color: rgb(145,81,239); }
td.TdClassName
{
border-color: #9151EF;
}
.TagClassName
{
border-color: #9151EF;
}
</style>