Shades of Medium Purple #9E65EB
Tints of Medium Purple #9E65EB
RGB
CMYK
RGB Variations
Color information
#9E65EB (or 0x9E65EB) is known color: Medium Purple. HEX triplet: 9E, 65 and EB. RGB value is (158,101,235). Sum of RGB (Red+Green+Blue) = 158+101+235=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65EB is #619A14. Grayscale: #848484. Windows color (decimal): -6396437 or 15426974. OLE color: 15426974.
HSL color Cylindrical-coordinate representation of color #9E65EB: hue angle of 265.52º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E65EB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 101 | 235 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.08 |
| HSL | 265.52º | 0.77% | 0.66% | - |
| HSV(B) | 265.52º | 0.57% | 0.92% | - |
| XYZ | 33.75 | 22.57 | 81.18 | - |
| YUV | 133.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 235 | 0.33 | 0.57 | 0 | 0.08 | 265.52 | 0.77 | 0.66 |
| Hex | 9E | 65 | EB | 21 | 39 | 0 | 8 | 10A | 4D | 42 |
| Octal | 236 | 145 | 353 | 41 | 71 | 0 | 10 | 412 | 115 | 102 |
| Binary | 10011110 | 1100101 | 11101011 | 100001 | 111001 | 0 | 1000 | 100001010 | 1001101 | 1000010 |
Color Harmonies of #9E65EB
Complementary color
Monochromatic Colors of #9E65EB
Black with #9E65EB
Text Example
Text Example
White with #9E65EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65EB; }
p { color: rgb(158,101,235); }
H1.HeaderClassName
{
color: #9E65EB;
}
.AnyTagClassName
{
color: #9E65EB;
}
</style>
background-color css
<style>
a { background-color: #9E65EB; }
a { background-color: rgb(158,101,235); }
div.DivClassName
{
background-color: #9E65EB;
}
.BgClassName
{
background-color: #9E65EB;
}
</style>
border-color css
<style>
span { border-color: #9E65EB; }
span { border-color: rgb(158,101,235); }
td.TdClassName
{
border-color: #9E65EB;
}
.TagClassName
{
border-color: #9E65EB;
}
</style>