Shades of Medium Purple #9E62EA
Tints of Medium Purple #9E62EA
RGB
CMYK
RGB Variations
Color information
#9E62EA (or 0x9E62EA) is known color: Medium Purple. HEX triplet: 9E, 62 and EA. RGB value is (158,98,234). Sum of RGB (Red+Green+Blue) = 158+98+234=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E62EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E62EA is #619D15. Grayscale: #828282. Windows color (decimal): -6397206 or 15360670. OLE color: 15360670.
HSL color Cylindrical-coordinate representation of color #9E62EA: hue angle of 266.47º 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 #9E62EA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 98 | 234 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.08 |
| HSL | 266.47º | 0.76% | 0.65% | - |
| HSV(B) | 266.47º | 0.58% | 0.92% | - |
| XYZ | 33.32 | 21.94 | 80.32 | - |
| YUV | 131.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 234 | 0.32 | 0.58 | 0 | 0.08 | 266.47 | 0.76 | 0.65 |
| Hex | 9E | 62 | EA | 20 | 3A | 0 | 8 | 10A | 4C | 41 |
| Octal | 236 | 142 | 352 | 40 | 72 | 0 | 10 | 412 | 114 | 101 |
| Binary | 10011110 | 1100010 | 11101010 | 100000 | 111010 | 0 | 1000 | 100001010 | 1001100 | 1000001 |
Color Harmonies of #9E62EA
Complementary color
Monochromatic Colors of #9E62EA
Black with #9E62EA
Text Example
Text Example
White with #9E62EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E62EA; }
p { color: rgb(158,98,234); }
H1.HeaderClassName
{
color: #9E62EA;
}
.AnyTagClassName
{
color: #9E62EA;
}
</style>
background-color css
<style>
a { background-color: #9E62EA; }
a { background-color: rgb(158,98,234); }
div.DivClassName
{
background-color: #9E62EA;
}
.BgClassName
{
background-color: #9E62EA;
}
</style>
border-color css
<style>
span { border-color: #9E62EA; }
span { border-color: rgb(158,98,234); }
td.TdClassName
{
border-color: #9E62EA;
}
.TagClassName
{
border-color: #9E62EA;
}
</style>