Shades of Medium Purple #9153F1
Tints of Medium Purple #9153F1
RGB
CMYK
RGB Variations
Color information
#9153F1 (or 0x9153F1) is known color: Medium Purple. HEX triplet: 91, 53 and F1. RGB value is (145,83,241). Sum of RGB (Red+Green+Blue) = 145+83+241=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #9153F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9153F1 is #6EAC0E. Grayscale: #767676. Windows color (decimal): -7253007 or 15815569. OLE color: 15815569.
HSL color Cylindrical-coordinate representation of color #9153F1: hue angle of 263.54º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9153F1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 83 | 241 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.05 |
| HSL | 263.54º | 0.85% | 0.64% | - |
| HSV(B) | 263.54º | 0.66% | 0.95% | - |
| XYZ | 30.65 | 18.56 | 85.19 | - |
| YUV | 119.55 | 196.54 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 241 | 0.40 | 0.66 | 0 | 0.05 | 263.54 | 0.85 | 0.64 |
| Hex | 91 | 53 | F1 | 28 | 42 | 0 | 5 | 108 | 55 | 40 |
| Octal | 221 | 123 | 361 | 50 | 102 | 0 | 5 | 410 | 125 | 100 |
| Binary | 10010001 | 1010011 | 11110001 | 101000 | 1000010 | 0 | 101 | 100001000 | 1010101 | 1000000 |
Color Harmonies of #9153F1
Complementary color
Monochromatic Colors of #9153F1
Black with #9153F1
Text Example
Text Example
White with #9153F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153F1; }
p { color: rgb(145,83,241); }
H1.HeaderClassName
{
color: #9153F1;
}
.AnyTagClassName
{
color: #9153F1;
}
</style>
background-color css
<style>
a { background-color: #9153F1; }
a { background-color: rgb(145,83,241); }
div.DivClassName
{
background-color: #9153F1;
}
.BgClassName
{
background-color: #9153F1;
}
</style>
border-color css
<style>
span { border-color: #9153F1; }
span { border-color: rgb(145,83,241); }
td.TdClassName
{
border-color: #9153F1;
}
.TagClassName
{
border-color: #9153F1;
}
</style>