Shades of Medium Purple #9264E1
Tints of Medium Purple #9264E1
RGB
CMYK
RGB Variations
Color information
#9264E1 (or 0x9264E1) is known color: Medium Purple. HEX triplet: 92, 64 and E1. RGB value is (146,100,225). Sum of RGB (Red+Green+Blue) = 146+100+225=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #9264E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264E1 is #6D9B1E. Grayscale: #7F7F7F. Windows color (decimal): -7183135 or 14771346. OLE color: 14771346.
HSL color Cylindrical-coordinate representation of color #9264E1: hue angle of 262.08º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9264E1 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 100 | 225 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.12 |
| HSL | 262.08º | 0.68% | 0.64% | - |
| HSV(B) | 262.08º | 0.56% | 0.88% | - |
| XYZ | 30 | 20.66 | 73.64 | - |
| YUV | 128 | 182.74 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 225 | 0.35 | 0.56 | 0 | 0.12 | 262.08 | 0.68 | 0.64 |
| Hex | 92 | 64 | E1 | 23 | 38 | 0 | C | 106 | 44 | 40 |
| Octal | 222 | 144 | 341 | 43 | 70 | 0 | 14 | 406 | 104 | 100 |
| Binary | 10010010 | 1100100 | 11100001 | 100011 | 111000 | 0 | 1100 | 100000110 | 1000100 | 1000000 |
Color Harmonies of #9264E1
Complementary color
Monochromatic Colors of #9264E1
Black with #9264E1
Text Example
Text Example
White with #9264E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9264E1; }
p { color: rgb(146,100,225); }
H1.HeaderClassName
{
color: #9264E1;
}
.AnyTagClassName
{
color: #9264E1;
}
</style>
background-color css
<style>
a { background-color: #9264E1; }
a { background-color: rgb(146,100,225); }
div.DivClassName
{
background-color: #9264E1;
}
.BgClassName
{
background-color: #9264E1;
}
</style>
border-color css
<style>
span { border-color: #9264E1; }
span { border-color: rgb(146,100,225); }
td.TdClassName
{
border-color: #9264E1;
}
.TagClassName
{
border-color: #9264E1;
}
</style>