Shades of Medium Purple #9E6BE7
Tints of Medium Purple #9E6BE7
RGB
CMYK
RGB Variations
Color information
#9E6BE7 (or 0x9E6BE7) is known color: Medium Purple. HEX triplet: 9E, 6B and E7. RGB value is (158,107,231). Sum of RGB (Red+Green+Blue) = 158+107+231=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #9E6BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BE7 is #619418. Grayscale: #878787. Windows color (decimal): -6394905 or 15166366. OLE color: 15166366.
HSL color Cylindrical-coordinate representation of color #9E6BE7: hue angle of 264.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6BE7 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 107 | 231 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.09 |
| HSL | 264.68º | 0.72% | 0.66% | - |
| HSV(B) | 264.68º | 0.54% | 0.91% | - |
| XYZ | 33.78 | 23.55 | 78.37 | - |
| YUV | 136.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 231 | 0.32 | 0.54 | 0 | 0.09 | 264.68 | 0.72 | 0.66 |
| Hex | 9E | 6B | E7 | 20 | 36 | 0 | 9 | 109 | 48 | 42 |
| Octal | 236 | 153 | 347 | 40 | 66 | 0 | 11 | 411 | 110 | 102 |
| Binary | 10011110 | 1101011 | 11100111 | 100000 | 110110 | 0 | 1001 | 100001001 | 1001000 | 1000010 |
Color Harmonies of #9E6BE7
Complementary color
Monochromatic Colors of #9E6BE7
Black with #9E6BE7
Text Example
Text Example
White with #9E6BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BE7; }
p { color: rgb(158,107,231); }
H1.HeaderClassName
{
color: #9E6BE7;
}
.AnyTagClassName
{
color: #9E6BE7;
}
</style>
background-color css
<style>
a { background-color: #9E6BE7; }
a { background-color: rgb(158,107,231); }
div.DivClassName
{
background-color: #9E6BE7;
}
.BgClassName
{
background-color: #9E6BE7;
}
</style>
border-color css
<style>
span { border-color: #9E6BE7; }
span { border-color: rgb(158,107,231); }
td.TdClassName
{
border-color: #9E6BE7;
}
.TagClassName
{
border-color: #9E6BE7;
}
</style>