Shades of Medium Purple #9153EE
Tints of Medium Purple #9153EE
RGB
CMYK
RGB Variations
Color information
#9153EE (or 0x9153EE) is known color: Medium Purple. HEX triplet: 91, 53 and EE. RGB value is (145,83,238). Sum of RGB (Red+Green+Blue) = 145+83+238=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #9153EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9153EE is #6EAC11. Grayscale: #767676. Windows color (decimal): -7253010 or 15618961. OLE color: 15618961.
HSL color Cylindrical-coordinate representation of color #9153EE: hue angle of 264º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9153EE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 83 | 238 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.07 |
| HSL | 264º | 0.82% | 0.63% | - |
| HSV(B) | 264º | 0.65% | 0.93% | - |
| XYZ | 30.2 | 18.38 | 82.84 | - |
| YUV | 119.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 238 | 0.39 | 0.65 | 0 | 0.07 | 264 | 0.82 | 0.63 |
| Hex | 91 | 53 | EE | 27 | 41 | 0 | 7 | 108 | 52 | 3F |
| Octal | 221 | 123 | 356 | 47 | 101 | 0 | 7 | 410 | 122 | 77 |
| Binary | 10010001 | 1010011 | 11101110 | 100111 | 1000001 | 0 | 111 | 100001000 | 1010010 | 111111 |
Color Harmonies of #9153EE
Complementary color
Monochromatic Colors of #9153EE
Black with #9153EE
Text Example
Text Example
White with #9153EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153EE; }
p { color: rgb(145,83,238); }
H1.HeaderClassName
{
color: #9153EE;
}
.AnyTagClassName
{
color: #9153EE;
}
</style>
background-color css
<style>
a { background-color: #9153EE; }
a { background-color: rgb(145,83,238); }
div.DivClassName
{
background-color: #9153EE;
}
.BgClassName
{
background-color: #9153EE;
}
</style>
border-color css
<style>
span { border-color: #9153EE; }
span { border-color: rgb(145,83,238); }
td.TdClassName
{
border-color: #9153EE;
}
.TagClassName
{
border-color: #9153EE;
}
</style>