Shades of Medium Purple #9251F0
Tints of Medium Purple #9251F0
RGB
CMYK
RGB Variations
Color information
#9251F0 (or 0x9251F0) is known color: Medium Purple. HEX triplet: 92, 51 and F0. RGB value is (146,81,240). Sum of RGB (Red+Green+Blue) = 146+81+240=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #9251F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251F0 is #6DAE0F. Grayscale: #757575. Windows color (decimal): -7187984 or 15749522. OLE color: 15749522.
HSL color Cylindrical-coordinate representation of color #9251F0: hue angle of 264.53º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9251F0 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 81 | 240 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.06 |
| HSL | 264.53º | 0.84% | 0.63% | - |
| HSV(B) | 264.53º | 0.66% | 0.94% | - |
| XYZ | 30.52 | 18.29 | 84.36 | - |
| YUV | 118.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 240 | 0.39 | 0.66 | 0 | 0.06 | 264.53 | 0.84 | 0.63 |
| Hex | 92 | 51 | F0 | 27 | 42 | 0 | 6 | 109 | 54 | 3F |
| Octal | 222 | 121 | 360 | 47 | 102 | 0 | 6 | 411 | 124 | 77 |
| Binary | 10010010 | 1010001 | 11110000 | 100111 | 1000010 | 0 | 110 | 100001001 | 1010100 | 111111 |
Color Harmonies of #9251F0
Complementary color
Monochromatic Colors of #9251F0
Black with #9251F0
Text Example
Text Example
White with #9251F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251F0; }
p { color: rgb(146,81,240); }
H1.HeaderClassName
{
color: #9251F0;
}
.AnyTagClassName
{
color: #9251F0;
}
</style>
background-color css
<style>
a { background-color: #9251F0; }
a { background-color: rgb(146,81,240); }
div.DivClassName
{
background-color: #9251F0;
}
.BgClassName
{
background-color: #9251F0;
}
</style>
border-color css
<style>
span { border-color: #9251F0; }
span { border-color: rgb(146,81,240); }
td.TdClassName
{
border-color: #9251F0;
}
.TagClassName
{
border-color: #9251F0;
}
</style>