Shades of Medium Purple #9264DF
Tints of Medium Purple #9264DF
RGB
CMYK
RGB Variations
Color information
#9264DF (or 0x9264DF) is known color: Medium Purple. HEX triplet: 92, 64 and DF. RGB value is (146,100,223). Sum of RGB (Red+Green+Blue) = 146+100+223=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #9264DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264DF is #6D9B20. Grayscale: #7F7F7F. Windows color (decimal): -7183137 or 14640274. OLE color: 14640274.
HSL color Cylindrical-coordinate representation of color #9264DF: hue angle of 262.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9264DF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 100 | 223 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.13 |
| HSL | 262.44º | 0.66% | 0.63% | - |
| HSV(B) | 262.44º | 0.55% | 0.87% | - |
| XYZ | 29.73 | 20.55 | 72.21 | - |
| YUV | 127.78 | 181.74 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 223 | 0.35 | 0.55 | 0 | 0.13 | 262.44 | 0.66 | 0.63 |
| Hex | 92 | 64 | DF | 23 | 37 | 0 | D | 106 | 42 | 3F |
| Octal | 222 | 144 | 337 | 43 | 67 | 0 | 15 | 406 | 102 | 77 |
| Binary | 10010010 | 1100100 | 11011111 | 100011 | 110111 | 0 | 1101 | 100000110 | 1000010 | 111111 |
Color Harmonies of #9264DF
Complementary color
Monochromatic Colors of #9264DF
Black with #9264DF
Text Example
Text Example
White with #9264DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9264DF; }
p { color: rgb(146,100,223); }
H1.HeaderClassName
{
color: #9264DF;
}
.AnyTagClassName
{
color: #9264DF;
}
</style>
background-color css
<style>
a { background-color: #9264DF; }
a { background-color: rgb(146,100,223); }
div.DivClassName
{
background-color: #9264DF;
}
.BgClassName
{
background-color: #9264DF;
}
</style>
border-color css
<style>
span { border-color: #9264DF; }
span { border-color: rgb(146,100,223); }
td.TdClassName
{
border-color: #9264DF;
}
.TagClassName
{
border-color: #9264DF;
}
</style>