Shades of Medium Purple #9E6FEA
Tints of Medium Purple #9E6FEA
RGB
CMYK
RGB Variations
Color information
#9E6FEA (or 0x9E6FEA) is known color: Medium Purple. HEX triplet: 9E, 6F and EA. RGB value is (158,111,234). Sum of RGB (Red+Green+Blue) = 158+111+234=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FEA is #619015. Grayscale: #8A8A8A. Windows color (decimal): -6393878 or 15363998. OLE color: 15363998.
HSL color Cylindrical-coordinate representation of color #9E6FEA: hue angle of 262.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E6FEA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 111 | 234 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.08 |
| HSL | 262.93º | 0.75% | 0.68% | - |
| HSV(B) | 262.93º | 0.53% | 0.92% | - |
| XYZ | 34.64 | 24.58 | 80.76 | - |
| YUV | 139.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 234 | 0.32 | 0.53 | 0 | 0.08 | 262.93 | 0.75 | 0.68 |
| Hex | 9E | 6F | EA | 20 | 35 | 0 | 8 | 107 | 4B | 44 |
| Octal | 236 | 157 | 352 | 40 | 65 | 0 | 10 | 407 | 113 | 104 |
| Binary | 10011110 | 1101111 | 11101010 | 100000 | 110101 | 0 | 1000 | 100000111 | 1001011 | 1000100 |
Color Harmonies of #9E6FEA
Complementary color
Monochromatic Colors of #9E6FEA
Black with #9E6FEA
Text Example
Text Example
White with #9E6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FEA; }
p { color: rgb(158,111,234); }
H1.HeaderClassName
{
color: #9E6FEA;
}
.AnyTagClassName
{
color: #9E6FEA;
}
</style>
background-color css
<style>
a { background-color: #9E6FEA; }
a { background-color: rgb(158,111,234); }
div.DivClassName
{
background-color: #9E6FEA;
}
.BgClassName
{
background-color: #9E6FEA;
}
</style>
border-color css
<style>
span { border-color: #9E6FEA; }
span { border-color: rgb(158,111,234); }
td.TdClassName
{
border-color: #9E6FEA;
}
.TagClassName
{
border-color: #9E6FEA;
}
</style>