Shades of Medium Purple #9263E1
Tints of Medium Purple #9263E1
RGB
CMYK
RGB Variations
Color information
#9263E1 (or 0x9263E1) is known color: Medium Purple. HEX triplet: 92, 63 and E1. RGB value is (146,99,225). Sum of RGB (Red+Green+Blue) = 146+99+225=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #9263E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263E1 is #6D9C1E. Grayscale: #7E7E7E. Windows color (decimal): -7183391 or 14771090. OLE color: 14771090.
HSL color Cylindrical-coordinate representation of color #9263E1: hue angle of 262.38º 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 #9263E1 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 99 | 225 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.12 |
| HSL | 262.38º | 0.68% | 0.64% | - |
| HSV(B) | 262.38º | 0.56% | 0.88% | - |
| XYZ | 29.91 | 20.47 | 73.61 | - |
| YUV | 127.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 225 | 0.35 | 0.56 | 0 | 0.12 | 262.38 | 0.68 | 0.64 |
| Hex | 92 | 63 | E1 | 23 | 38 | 0 | C | 106 | 44 | 40 |
| Octal | 222 | 143 | 341 | 43 | 70 | 0 | 14 | 406 | 104 | 100 |
| Binary | 10010010 | 1100011 | 11100001 | 100011 | 111000 | 0 | 1100 | 100000110 | 1000100 | 1000000 |
Color Harmonies of #9263E1
Complementary color
Monochromatic Colors of #9263E1
Black with #9263E1
Text Example
Text Example
White with #9263E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263E1; }
p { color: rgb(146,99,225); }
H1.HeaderClassName
{
color: #9263E1;
}
.AnyTagClassName
{
color: #9263E1;
}
</style>
background-color css
<style>
a { background-color: #9263E1; }
a { background-color: rgb(146,99,225); }
div.DivClassName
{
background-color: #9263E1;
}
.BgClassName
{
background-color: #9263E1;
}
</style>
border-color css
<style>
span { border-color: #9263E1; }
span { border-color: rgb(146,99,225); }
td.TdClassName
{
border-color: #9263E1;
}
.TagClassName
{
border-color: #9263E1;
}
</style>