Shades of Medium Purple #9362EA
Tints of Medium Purple #9362EA
RGB
CMYK
RGB Variations
Color information
#9362EA (or 0x9362EA) is known color: Medium Purple. HEX triplet: 93, 62 and EA. RGB value is (147,98,234). Sum of RGB (Red+Green+Blue) = 147+98+234=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #9362EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9362EA is #6C9D15. Grayscale: #7F7F7F. Windows color (decimal): -7118102 or 15360659. OLE color: 15360659.
HSL color Cylindrical-coordinate representation of color #9362EA: hue angle of 261.62º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9362EA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 98 | 234 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.08 |
| HSL | 261.62º | 0.76% | 0.65% | - |
| HSV(B) | 261.62º | 0.58% | 0.92% | - |
| XYZ | 31.25 | 20.88 | 80.22 | - |
| YUV | 128.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 234 | 0.37 | 0.58 | 0 | 0.08 | 261.62 | 0.76 | 0.65 |
| Hex | 93 | 62 | EA | 25 | 3A | 0 | 8 | 106 | 4C | 41 |
| Octal | 223 | 142 | 352 | 45 | 72 | 0 | 10 | 406 | 114 | 101 |
| Binary | 10010011 | 1100010 | 11101010 | 100101 | 111010 | 0 | 1000 | 100000110 | 1001100 | 1000001 |
Color Harmonies of #9362EA
Complementary color
Monochromatic Colors of #9362EA
Black with #9362EA
Text Example
Text Example
White with #9362EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9362EA; }
p { color: rgb(147,98,234); }
H1.HeaderClassName
{
color: #9362EA;
}
.AnyTagClassName
{
color: #9362EA;
}
</style>
background-color css
<style>
a { background-color: #9362EA; }
a { background-color: rgb(147,98,234); }
div.DivClassName
{
background-color: #9362EA;
}
.BgClassName
{
background-color: #9362EA;
}
</style>
border-color css
<style>
span { border-color: #9362EA; }
span { border-color: rgb(147,98,234); }
td.TdClassName
{
border-color: #9362EA;
}
.TagClassName
{
border-color: #9362EA;
}
</style>