Shades of Medium Purple #9251EF
Tints of Medium Purple #9251EF
RGB
CMYK
RGB Variations
Color information
#9251EF (or 0x9251EF) is known color: Medium Purple. HEX triplet: 92, 51 and EF. RGB value is (146,81,239). Sum of RGB (Red+Green+Blue) = 146+81+239=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #9251EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251EF is #6DAE10. Grayscale: #757575. Windows color (decimal): -7187985 or 15683986. OLE color: 15683986.
HSL color Cylindrical-coordinate representation of color #9251EF: hue angle of 264.68º degrees, saturation: 0.83, 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 #9251EF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 81 | 239 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.06 |
| HSL | 264.68º | 0.83% | 0.63% | - |
| HSV(B) | 264.68º | 0.66% | 0.94% | - |
| XYZ | 30.38 | 18.23 | 83.58 | - |
| YUV | 118.45 | 196.03 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 239 | 0.39 | 0.66 | 0 | 0.06 | 264.68 | 0.83 | 0.63 |
| Hex | 92 | 51 | EF | 27 | 42 | 0 | 6 | 109 | 53 | 3F |
| Octal | 222 | 121 | 357 | 47 | 102 | 0 | 6 | 411 | 123 | 77 |
| Binary | 10010010 | 1010001 | 11101111 | 100111 | 1000010 | 0 | 110 | 100001001 | 1010011 | 111111 |
Color Harmonies of #9251EF
Complementary color
Monochromatic Colors of #9251EF
Black with #9251EF
Text Example
Text Example
White with #9251EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251EF; }
p { color: rgb(146,81,239); }
H1.HeaderClassName
{
color: #9251EF;
}
.AnyTagClassName
{
color: #9251EF;
}
</style>
background-color css
<style>
a { background-color: #9251EF; }
a { background-color: rgb(146,81,239); }
div.DivClassName
{
background-color: #9251EF;
}
.BgClassName
{
background-color: #9251EF;
}
</style>
border-color css
<style>
span { border-color: #9251EF; }
span { border-color: rgb(146,81,239); }
td.TdClassName
{
border-color: #9251EF;
}
.TagClassName
{
border-color: #9251EF;
}
</style>