Shades of Medium Purple #9E6FEE
Tints of Medium Purple #9E6FEE
RGB
CMYK
RGB Variations
Color information
#9E6FEE (or 0x9E6FEE) is known color: Medium Purple. HEX triplet: 9E, 6F and EE. RGB value is (158,111,238). Sum of RGB (Red+Green+Blue) = 158+111+238=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E6FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FEE is #619011. Grayscale: #8B8B8B. Windows color (decimal): -6393874 or 15626142. OLE color: 15626142.
HSL color Cylindrical-coordinate representation of color #9E6FEE: hue angle of 262.2º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E6FEE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 111 | 238 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.07 |
| HSL | 262.2º | 0.79% | 0.68% | - |
| HSV(B) | 262.2º | 0.53% | 0.93% | - |
| XYZ | 35.22 | 24.81 | 83.82 | - |
| YUV | 139.53 | 183.57 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 238 | 0.34 | 0.53 | 0 | 0.07 | 262.2 | 0.79 | 0.68 |
| Hex | 9E | 6F | EE | 22 | 35 | 0 | 7 | 106 | 4F | 44 |
| Octal | 236 | 157 | 356 | 42 | 65 | 0 | 7 | 406 | 117 | 104 |
| Binary | 10011110 | 1101111 | 11101110 | 100010 | 110101 | 0 | 111 | 100000110 | 1001111 | 1000100 |
Color Harmonies of #9E6FEE
Complementary color
Monochromatic Colors of #9E6FEE
Black with #9E6FEE
Text Example
Text Example
White with #9E6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FEE; }
p { color: rgb(158,111,238); }
H1.HeaderClassName
{
color: #9E6FEE;
}
.AnyTagClassName
{
color: #9E6FEE;
}
</style>
background-color css
<style>
a { background-color: #9E6FEE; }
a { background-color: rgb(158,111,238); }
div.DivClassName
{
background-color: #9E6FEE;
}
.BgClassName
{
background-color: #9E6FEE;
}
</style>
border-color css
<style>
span { border-color: #9E6FEE; }
span { border-color: rgb(158,111,238); }
td.TdClassName
{
border-color: #9E6FEE;
}
.TagClassName
{
border-color: #9E6FEE;
}
</style>