Shades of Medium Purple #9151EE
Tints of Medium Purple #9151EE
RGB
CMYK
RGB Variations
Color information
#9151EE (or 0x9151EE) is known color: Medium Purple. HEX triplet: 91, 51 and EE. RGB value is (145,81,238). Sum of RGB (Red+Green+Blue) = 145+81+238=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #9151EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9151EE is #6EAE11. Grayscale: #757575. Windows color (decimal): -7253522 or 15618449. OLE color: 15618449.
HSL color Cylindrical-coordinate representation of color #9151EE: hue angle of 264.46º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9151EE is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 81 | 238 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.07 |
| HSL | 264.46º | 0.82% | 0.63% | - |
| HSV(B) | 264.46º | 0.66% | 0.93% | - |
| XYZ | 30.05 | 18.08 | 82.79 | - |
| YUV | 118.03 | 195.7 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 238 | 0.39 | 0.66 | 0 | 0.07 | 264.46 | 0.82 | 0.63 |
| Hex | 91 | 51 | EE | 27 | 42 | 0 | 7 | 108 | 52 | 3F |
| Octal | 221 | 121 | 356 | 47 | 102 | 0 | 7 | 410 | 122 | 77 |
| Binary | 10010001 | 1010001 | 11101110 | 100111 | 1000010 | 0 | 111 | 100001000 | 1010010 | 111111 |
Color Harmonies of #9151EE
Complementary color
Monochromatic Colors of #9151EE
Black with #9151EE
Text Example
Text Example
White with #9151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151EE; }
p { color: rgb(145,81,238); }
H1.HeaderClassName
{
color: #9151EE;
}
.AnyTagClassName
{
color: #9151EE;
}
</style>
background-color css
<style>
a { background-color: #9151EE; }
a { background-color: rgb(145,81,238); }
div.DivClassName
{
background-color: #9151EE;
}
.BgClassName
{
background-color: #9151EE;
}
</style>
border-color css
<style>
span { border-color: #9151EE; }
span { border-color: rgb(145,81,238); }
td.TdClassName
{
border-color: #9151EE;
}
.TagClassName
{
border-color: #9151EE;
}
</style>