Shades of Medium Purple #9153EB
Tints of Medium Purple #9153EB
RGB
CMYK
RGB Variations
Color information
#9153EB (or 0x9153EB) is known color: Medium Purple. HEX triplet: 91, 53 and EB. RGB value is (145,83,235). Sum of RGB (Red+Green+Blue) = 145+83+235=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #9153EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9153EB is #6EAC14. Grayscale: #767676. Windows color (decimal): -7253013 or 15422353. OLE color: 15422353.
HSL color Cylindrical-coordinate representation of color #9153EB: hue angle of 264.47º degrees, saturation: 0.79, 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 #9153EB is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 83 | 235 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.08 |
| HSL | 264.47º | 0.79% | 0.62% | - |
| HSV(B) | 264.47º | 0.65% | 0.92% | - |
| XYZ | 29.77 | 18.2 | 80.54 | - |
| YUV | 118.87 | 193.54 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 235 | 0.38 | 0.65 | 0 | 0.08 | 264.47 | 0.79 | 0.62 |
| Hex | 91 | 53 | EB | 26 | 41 | 0 | 8 | 108 | 4F | 3E |
| Octal | 221 | 123 | 353 | 46 | 101 | 0 | 10 | 410 | 117 | 76 |
| Binary | 10010001 | 1010011 | 11101011 | 100110 | 1000001 | 0 | 1000 | 100001000 | 1001111 | 111110 |
Color Harmonies of #9153EB
Complementary color
Monochromatic Colors of #9153EB
Black with #9153EB
Text Example
Text Example
White with #9153EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153EB; }
p { color: rgb(145,83,235); }
H1.HeaderClassName
{
color: #9153EB;
}
.AnyTagClassName
{
color: #9153EB;
}
</style>
background-color css
<style>
a { background-color: #9153EB; }
a { background-color: rgb(145,83,235); }
div.DivClassName
{
background-color: #9153EB;
}
.BgClassName
{
background-color: #9153EB;
}
</style>
border-color css
<style>
span { border-color: #9153EB; }
span { border-color: rgb(145,83,235); }
td.TdClassName
{
border-color: #9153EB;
}
.TagClassName
{
border-color: #9153EB;
}
</style>