Shades of Medium Purple #9E6CEA
Tints of Medium Purple #9E6CEA
RGB
CMYK
RGB Variations
Color information
#9E6CEA (or 0x9E6CEA) is known color: Medium Purple. HEX triplet: 9E, 6C and EA. RGB value is (158,108,234). Sum of RGB (Red+Green+Blue) = 158+108+234=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E6CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6CEA is #619315. Grayscale: #888888. Windows color (decimal): -6394646 or 15363230. OLE color: 15363230.
HSL color Cylindrical-coordinate representation of color #9E6CEA: hue angle of 263.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6CEA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 108 | 234 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.08 |
| HSL | 263.81º | 0.75% | 0.67% | - |
| HSV(B) | 263.81º | 0.54% | 0.92% | - |
| XYZ | 34.31 | 23.93 | 80.65 | - |
| YUV | 137.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 234 | 0.32 | 0.54 | 0 | 0.08 | 263.81 | 0.75 | 0.67 |
| Hex | 9E | 6C | EA | 20 | 36 | 0 | 8 | 108 | 4B | 43 |
| Octal | 236 | 154 | 352 | 40 | 66 | 0 | 10 | 410 | 113 | 103 |
| Binary | 10011110 | 1101100 | 11101010 | 100000 | 110110 | 0 | 1000 | 100001000 | 1001011 | 1000011 |
Color Harmonies of #9E6CEA
Complementary color
Monochromatic Colors of #9E6CEA
Black with #9E6CEA
Text Example
Text Example
White with #9E6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6CEA; }
p { color: rgb(158,108,234); }
H1.HeaderClassName
{
color: #9E6CEA;
}
.AnyTagClassName
{
color: #9E6CEA;
}
</style>
background-color css
<style>
a { background-color: #9E6CEA; }
a { background-color: rgb(158,108,234); }
div.DivClassName
{
background-color: #9E6CEA;
}
.BgClassName
{
background-color: #9E6CEA;
}
</style>
border-color css
<style>
span { border-color: #9E6CEA; }
span { border-color: rgb(158,108,234); }
td.TdClassName
{
border-color: #9E6CEA;
}
.TagClassName
{
border-color: #9E6CEA;
}
</style>