Shades of Medium Purple #9266DE
Tints of Medium Purple #9266DE
RGB
CMYK
RGB Variations
Color information
#9266DE (or 0x9266DE) is known color: Medium Purple. HEX triplet: 92, 66 and DE. RGB value is (146,102,222). Sum of RGB (Red+Green+Blue) = 146+102+222=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #9266DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9266DE is #6D9921. Grayscale: #808080. Windows color (decimal): -7182626 or 14575250. OLE color: 14575250.
HSL color Cylindrical-coordinate representation of color #9266DE: hue angle of 262º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9266DE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 102 | 222 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.13 |
| HSL | 262º | 0.65% | 0.64% | - |
| HSV(B) | 262º | 0.54% | 0.87% | - |
| XYZ | 29.79 | 20.89 | 71.57 | - |
| YUV | 128.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 222 | 0.34 | 0.54 | 0 | 0.13 | 262 | 0.65 | 0.64 |
| Hex | 92 | 66 | DE | 22 | 36 | 0 | D | 106 | 41 | 40 |
| Octal | 222 | 146 | 336 | 42 | 66 | 0 | 15 | 406 | 101 | 100 |
| Binary | 10010010 | 1100110 | 11011110 | 100010 | 110110 | 0 | 1101 | 100000110 | 1000001 | 1000000 |
Color Harmonies of #9266DE
Complementary color
Monochromatic Colors of #9266DE
Black with #9266DE
Text Example
Text Example
White with #9266DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9266DE; }
p { color: rgb(146,102,222); }
H1.HeaderClassName
{
color: #9266DE;
}
.AnyTagClassName
{
color: #9266DE;
}
</style>
background-color css
<style>
a { background-color: #9266DE; }
a { background-color: rgb(146,102,222); }
div.DivClassName
{
background-color: #9266DE;
}
.BgClassName
{
background-color: #9266DE;
}
</style>
border-color css
<style>
span { border-color: #9266DE; }
span { border-color: rgb(146,102,222); }
td.TdClassName
{
border-color: #9266DE;
}
.TagClassName
{
border-color: #9266DE;
}
</style>