Shades of Medium Purple #9E6DEF
Tints of Medium Purple #9E6DEF
RGB
CMYK
RGB Variations
Color information
#9E6DEF (or 0x9E6DEF) is known color: Medium Purple. HEX triplet: 9E, 6D and EF. RGB value is (158,109,239). Sum of RGB (Red+Green+Blue) = 158+109+239=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E6DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DEF is #619210. Grayscale: #8A8A8A. Windows color (decimal): -6394385 or 15691166. OLE color: 15691166.
HSL color Cylindrical-coordinate representation of color #9E6DEF: hue angle of 262.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6DEF is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 109 | 239 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.06 |
| HSL | 262.62º | 0.8% | 0.68% | - |
| HSV(B) | 262.62º | 0.54% | 0.94% | - |
| XYZ | 35.15 | 24.44 | 84.53 | - |
| YUV | 138.47 | 184.73 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 239 | 0.34 | 0.54 | 0 | 0.06 | 262.62 | 0.8 | 0.68 |
| Hex | 9E | 6D | EF | 22 | 36 | 0 | 6 | 107 | 50 | 44 |
| Octal | 236 | 155 | 357 | 42 | 66 | 0 | 6 | 407 | 120 | 104 |
| Binary | 10011110 | 1101101 | 11101111 | 100010 | 110110 | 0 | 110 | 100000111 | 1010000 | 1000100 |
Color Harmonies of #9E6DEF
Complementary color
Monochromatic Colors of #9E6DEF
Black with #9E6DEF
Text Example
Text Example
White with #9E6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6DEF; }
p { color: rgb(158,109,239); }
H1.HeaderClassName
{
color: #9E6DEF;
}
.AnyTagClassName
{
color: #9E6DEF;
}
</style>
background-color css
<style>
a { background-color: #9E6DEF; }
a { background-color: rgb(158,109,239); }
div.DivClassName
{
background-color: #9E6DEF;
}
.BgClassName
{
background-color: #9E6DEF;
}
</style>
border-color css
<style>
span { border-color: #9E6DEF; }
span { border-color: rgb(158,109,239); }
td.TdClassName
{
border-color: #9E6DEF;
}
.TagClassName
{
border-color: #9E6DEF;
}
</style>