Shades of Medium Purple #9E6CEF
Tints of Medium Purple #9E6CEF
RGB
CMYK
RGB Variations
Color information
#9E6CEF (or 0x9E6CEF) is known color: Medium Purple. HEX triplet: 9E, 6C and EF. RGB value is (158,108,239). Sum of RGB (Red+Green+Blue) = 158+108+239=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E6CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6CEF is #619310. Grayscale: #898989. Windows color (decimal): -6394641 or 15690910. OLE color: 15690910.
HSL color Cylindrical-coordinate representation of color #9E6CEF: hue angle of 262.9º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E6CEF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 108 | 239 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.06 |
| HSL | 262.9º | 0.8% | 0.68% | - |
| HSV(B) | 262.9º | 0.55% | 0.94% | - |
| XYZ | 35.04 | 24.23 | 84.49 | - |
| YUV | 137.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 239 | 0.34 | 0.55 | 0 | 0.06 | 262.9 | 0.8 | 0.68 |
| Hex | 9E | 6C | EF | 22 | 37 | 0 | 6 | 107 | 50 | 44 |
| Octal | 236 | 154 | 357 | 42 | 67 | 0 | 6 | 407 | 120 | 104 |
| Binary | 10011110 | 1101100 | 11101111 | 100010 | 110111 | 0 | 110 | 100000111 | 1010000 | 1000100 |
Color Harmonies of #9E6CEF
Complementary color
Monochromatic Colors of #9E6CEF
Black with #9E6CEF
Text Example
Text Example
White with #9E6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6CEF; }
p { color: rgb(158,108,239); }
H1.HeaderClassName
{
color: #9E6CEF;
}
.AnyTagClassName
{
color: #9E6CEF;
}
</style>
background-color css
<style>
a { background-color: #9E6CEF; }
a { background-color: rgb(158,108,239); }
div.DivClassName
{
background-color: #9E6CEF;
}
.BgClassName
{
background-color: #9E6CEF;
}
</style>
border-color css
<style>
span { border-color: #9E6CEF; }
span { border-color: rgb(158,108,239); }
td.TdClassName
{
border-color: #9E6CEF;
}
.TagClassName
{
border-color: #9E6CEF;
}
</style>