Shades of Medium Purple #9152F1
Tints of Medium Purple #9152F1
RGB
CMYK
RGB Variations
Color information
#9152F1 (or 0x9152F1) is known color: Medium Purple. HEX triplet: 91, 52 and F1. RGB value is (145,82,241). Sum of RGB (Red+Green+Blue) = 145+82+241=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #9152F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9152F1 is #6EAD0E. Grayscale: #767676. Windows color (decimal): -7253263 or 15815313. OLE color: 15815313.
HSL color Cylindrical-coordinate representation of color #9152F1: hue angle of 263.77º 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 #9152F1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 82 | 241 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.05 |
| HSL | 263.77º | 0.85% | 0.63% | - |
| HSV(B) | 263.77º | 0.66% | 0.95% | - |
| XYZ | 30.57 | 18.41 | 85.16 | - |
| YUV | 118.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 241 | 0.40 | 0.66 | 0 | 0.05 | 263.77 | 0.85 | 0.63 |
| Hex | 91 | 52 | F1 | 28 | 42 | 0 | 5 | 108 | 55 | 3F |
| Octal | 221 | 122 | 361 | 50 | 102 | 0 | 5 | 410 | 125 | 77 |
| Binary | 10010001 | 1010010 | 11110001 | 101000 | 1000010 | 0 | 101 | 100001000 | 1010101 | 111111 |
Color Harmonies of #9152F1
Complementary color
Monochromatic Colors of #9152F1
Black with #9152F1
Text Example
Text Example
White with #9152F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152F1; }
p { color: rgb(145,82,241); }
H1.HeaderClassName
{
color: #9152F1;
}
.AnyTagClassName
{
color: #9152F1;
}
</style>
background-color css
<style>
a { background-color: #9152F1; }
a { background-color: rgb(145,82,241); }
div.DivClassName
{
background-color: #9152F1;
}
.BgClassName
{
background-color: #9152F1;
}
</style>
border-color css
<style>
span { border-color: #9152F1; }
span { border-color: rgb(145,82,241); }
td.TdClassName
{
border-color: #9152F1;
}
.TagClassName
{
border-color: #9152F1;
}
</style>