Shades of Medium Purple #9E65EF
Tints of Medium Purple #9E65EF
RGB
CMYK
RGB Variations
Color information
#9E65EF (or 0x9E65EF) is known color: Medium Purple. HEX triplet: 9E, 65 and EF. RGB value is (158,101,239). Sum of RGB (Red+Green+Blue) = 158+101+239=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E65EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65EF is #619A10. Grayscale: #858585. Windows color (decimal): -6396433 or 15689118. OLE color: 15689118.
HSL color Cylindrical-coordinate representation of color #9E65EF: hue angle of 264.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E65EF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 101 | 239 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.06 |
| HSL | 264.78º | 0.81% | 0.67% | - |
| HSV(B) | 264.78º | 0.58% | 0.94% | - |
| XYZ | 34.33 | 22.81 | 84.25 | - |
| YUV | 133.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 239 | 0.34 | 0.58 | 0 | 0.06 | 264.78 | 0.81 | 0.67 |
| Hex | 9E | 65 | EF | 22 | 3A | 0 | 6 | 109 | 51 | 43 |
| Octal | 236 | 145 | 357 | 42 | 72 | 0 | 6 | 411 | 121 | 103 |
| Binary | 10011110 | 1100101 | 11101111 | 100010 | 111010 | 0 | 110 | 100001001 | 1010001 | 1000011 |
Color Harmonies of #9E65EF
Complementary color
Monochromatic Colors of #9E65EF
Black with #9E65EF
Text Example
Text Example
White with #9E65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65EF; }
p { color: rgb(158,101,239); }
H1.HeaderClassName
{
color: #9E65EF;
}
.AnyTagClassName
{
color: #9E65EF;
}
</style>
background-color css
<style>
a { background-color: #9E65EF; }
a { background-color: rgb(158,101,239); }
div.DivClassName
{
background-color: #9E65EF;
}
.BgClassName
{
background-color: #9E65EF;
}
</style>
border-color css
<style>
span { border-color: #9E65EF; }
span { border-color: rgb(158,101,239); }
td.TdClassName
{
border-color: #9E65EF;
}
.TagClassName
{
border-color: #9E65EF;
}
</style>