Shades of Medium Purple #9E63E5
Tints of Medium Purple #9E63E5
RGB
CMYK
RGB Variations
Color information
#9E63E5 (or 0x9E63E5) is known color: Medium Purple. HEX triplet: 9E, 63 and E5. RGB value is (158,99,229). Sum of RGB (Red+Green+Blue) = 158+99+229=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E63E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63E5 is #619C1A. Grayscale: #838383. Windows color (decimal): -6396955 or 15033246. OLE color: 15033246.
HSL color Cylindrical-coordinate representation of color #9E63E5: hue angle of 267.23º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E63E5 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 99 | 229 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.10 |
| HSL | 267.23º | 0.71% | 0.64% | - |
| HSV(B) | 267.23º | 0.57% | 0.9% | - |
| XYZ | 32.71 | 21.85 | 76.62 | - |
| YUV | 131.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 229 | 0.31 | 0.57 | 0 | 0.10 | 267.23 | 0.71 | 0.64 |
| Hex | 9E | 63 | E5 | 1F | 39 | 0 | A | 10B | 47 | 40 |
| Octal | 236 | 143 | 345 | 37 | 71 | 0 | 12 | 413 | 107 | 100 |
| Binary | 10011110 | 1100011 | 11100101 | 11111 | 111001 | 0 | 1010 | 100001011 | 1000111 | 1000000 |
Color Harmonies of #9E63E5
Complementary color
Monochromatic Colors of #9E63E5
Black with #9E63E5
Text Example
Text Example
White with #9E63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E63E5; }
p { color: rgb(158,99,229); }
H1.HeaderClassName
{
color: #9E63E5;
}
.AnyTagClassName
{
color: #9E63E5;
}
</style>
background-color css
<style>
a { background-color: #9E63E5; }
a { background-color: rgb(158,99,229); }
div.DivClassName
{
background-color: #9E63E5;
}
.BgClassName
{
background-color: #9E63E5;
}
</style>
border-color css
<style>
span { border-color: #9E63E5; }
span { border-color: rgb(158,99,229); }
td.TdClassName
{
border-color: #9E63E5;
}
.TagClassName
{
border-color: #9E63E5;
}
</style>