Shades of Medium Purple #9264DA
Tints of Medium Purple #9264DA
RGB
CMYK
RGB Variations
Color information
#9264DA (or 0x9264DA) is known color: Medium Purple. HEX triplet: 92, 64 and DA. RGB value is (146,100,218). Sum of RGB (Red+Green+Blue) = 146+100+218=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #9264DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264DA is #6D9B25. Grayscale: #7E7E7E. Windows color (decimal): -7183142 or 14312594. OLE color: 14312594.
HSL color Cylindrical-coordinate representation of color #9264DA: hue angle of 263.39º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9264DA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 100 | 218 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.15 |
| HSL | 263.39º | 0.61% | 0.62% | - |
| HSV(B) | 263.39º | 0.54% | 0.85% | - |
| XYZ | 29.07 | 20.29 | 68.71 | - |
| YUV | 127.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 218 | 0.33 | 0.54 | 0 | 0.15 | 263.39 | 0.61 | 0.62 |
| Hex | 92 | 64 | DA | 21 | 36 | 0 | F | 107 | 3D | 3E |
| Octal | 222 | 144 | 332 | 41 | 66 | 0 | 17 | 407 | 75 | 76 |
| Binary | 10010010 | 1100100 | 11011010 | 100001 | 110110 | 0 | 1111 | 100000111 | 111101 | 111110 |
Color Harmonies of #9264DA
Complementary color
Monochromatic Colors of #9264DA
Black with #9264DA
Text Example
Text Example
White with #9264DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9264DA; }
p { color: rgb(146,100,218); }
H1.HeaderClassName
{
color: #9264DA;
}
.AnyTagClassName
{
color: #9264DA;
}
</style>
background-color css
<style>
a { background-color: #9264DA; }
a { background-color: rgb(146,100,218); }
div.DivClassName
{
background-color: #9264DA;
}
.BgClassName
{
background-color: #9264DA;
}
</style>
border-color css
<style>
span { border-color: #9264DA; }
span { border-color: rgb(146,100,218); }
td.TdClassName
{
border-color: #9264DA;
}
.TagClassName
{
border-color: #9264DA;
}
</style>