Shades of Medium Purple #9151F1
Tints of Medium Purple #9151F1
RGB
CMYK
RGB Variations
Color information
#9151F1 (or 0x9151F1) is known color: Medium Purple. HEX triplet: 91, 51 and F1. RGB value is (145,81,241). Sum of RGB (Red+Green+Blue) = 145+81+241=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #9151F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9151F1 is #6EAE0E. Grayscale: #757575. Windows color (decimal): -7253519 or 15815057. OLE color: 15815057.
HSL color Cylindrical-coordinate representation of color #9151F1: hue angle of 264º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9151F1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 81 | 241 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.05 |
| HSL | 264º | 0.85% | 0.63% | - |
| HSV(B) | 264º | 0.66% | 0.95% | - |
| XYZ | 30.5 | 18.26 | 85.14 | - |
| YUV | 118.38 | 197.2 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 241 | 0.40 | 0.66 | 0 | 0.05 | 264 | 0.85 | 0.63 |
| Hex | 91 | 51 | F1 | 28 | 42 | 0 | 5 | 108 | 55 | 3F |
| Octal | 221 | 121 | 361 | 50 | 102 | 0 | 5 | 410 | 125 | 77 |
| Binary | 10010001 | 1010001 | 11110001 | 101000 | 1000010 | 0 | 101 | 100001000 | 1010101 | 111111 |
Color Harmonies of #9151F1
Complementary color
Monochromatic Colors of #9151F1
Black with #9151F1
Text Example
Text Example
White with #9151F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151F1; }
p { color: rgb(145,81,241); }
H1.HeaderClassName
{
color: #9151F1;
}
.AnyTagClassName
{
color: #9151F1;
}
</style>
background-color css
<style>
a { background-color: #9151F1; }
a { background-color: rgb(145,81,241); }
div.DivClassName
{
background-color: #9151F1;
}
.BgClassName
{
background-color: #9151F1;
}
</style>
border-color css
<style>
span { border-color: #9151F1; }
span { border-color: rgb(145,81,241); }
td.TdClassName
{
border-color: #9151F1;
}
.TagClassName
{
border-color: #9151F1;
}
</style>