Shades of Medium Purple #9266EF
Tints of Medium Purple #9266EF
RGB
CMYK
RGB Variations
Color information
#9266EF (or 0x9266EF) is known color: Medium Purple. HEX triplet: 92, 66 and EF. RGB value is (146,102,239). Sum of RGB (Red+Green+Blue) = 146+102+239=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #9266EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9266EF is #6D9910. Grayscale: #828282. Windows color (decimal): -7182609 or 15689362. OLE color: 15689362.
HSL color Cylindrical-coordinate representation of color #9266EF: hue angle of 259.27º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9266EF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 102 | 239 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.06 |
| HSL | 259.27º | 0.81% | 0.67% | - |
| HSV(B) | 259.27º | 0.57% | 0.94% | - |
| XYZ | 32.19 | 21.85 | 84.18 | - |
| YUV | 130.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 239 | 0.39 | 0.57 | 0 | 0.06 | 259.27 | 0.81 | 0.67 |
| Hex | 92 | 66 | EF | 27 | 39 | 0 | 6 | 103 | 51 | 43 |
| Octal | 222 | 146 | 357 | 47 | 71 | 0 | 6 | 403 | 121 | 103 |
| Binary | 10010010 | 1100110 | 11101111 | 100111 | 111001 | 0 | 110 | 100000011 | 1010001 | 1000011 |
Color Harmonies of #9266EF
Complementary color
Monochromatic Colors of #9266EF
Black with #9266EF
Text Example
Text Example
White with #9266EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9266EF; }
p { color: rgb(146,102,239); }
H1.HeaderClassName
{
color: #9266EF;
}
.AnyTagClassName
{
color: #9266EF;
}
</style>
background-color css
<style>
a { background-color: #9266EF; }
a { background-color: rgb(146,102,239); }
div.DivClassName
{
background-color: #9266EF;
}
.BgClassName
{
background-color: #9266EF;
}
</style>
border-color css
<style>
span { border-color: #9266EF; }
span { border-color: rgb(146,102,239); }
td.TdClassName
{
border-color: #9266EF;
}
.TagClassName
{
border-color: #9266EF;
}
</style>