Shades of Medium Purple #9E62EB
Tints of Medium Purple #9E62EB
RGB
CMYK
RGB Variations
Color information
#9E62EB (or 0x9E62EB) is known color: Medium Purple. HEX triplet: 9E, 62 and EB. RGB value is (158,98,235). Sum of RGB (Red+Green+Blue) = 158+98+235=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E62EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E62EB is #619D14. Grayscale: #838383. Windows color (decimal): -6397205 or 15426206. OLE color: 15426206.
HSL color Cylindrical-coordinate representation of color #9E62EB: hue angle of 266.28º degrees, saturation: 0.77, 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 #9E62EB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 98 | 235 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.08 |
| HSL | 266.28º | 0.77% | 0.65% | - |
| HSV(B) | 266.28º | 0.58% | 0.92% | - |
| XYZ | 33.46 | 22 | 81.08 | - |
| YUV | 131.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 235 | 0.33 | 0.58 | 0 | 0.08 | 266.28 | 0.77 | 0.65 |
| Hex | 9E | 62 | EB | 21 | 3A | 0 | 8 | 10A | 4D | 41 |
| Octal | 236 | 142 | 353 | 41 | 72 | 0 | 10 | 412 | 115 | 101 |
| Binary | 10011110 | 1100010 | 11101011 | 100001 | 111010 | 0 | 1000 | 100001010 | 1001101 | 1000001 |
Color Harmonies of #9E62EB
Complementary color
Monochromatic Colors of #9E62EB
Black with #9E62EB
Text Example
Text Example
White with #9E62EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E62EB; }
p { color: rgb(158,98,235); }
H1.HeaderClassName
{
color: #9E62EB;
}
.AnyTagClassName
{
color: #9E62EB;
}
</style>
background-color css
<style>
a { background-color: #9E62EB; }
a { background-color: rgb(158,98,235); }
div.DivClassName
{
background-color: #9E62EB;
}
.BgClassName
{
background-color: #9E62EB;
}
</style>
border-color css
<style>
span { border-color: #9E62EB; }
span { border-color: rgb(158,98,235); }
td.TdClassName
{
border-color: #9E62EB;
}
.TagClassName
{
border-color: #9E62EB;
}
</style>