Shades of Medium Purple #9E6BDE
Tints of Medium Purple #9E6BDE
RGB
CMYK
RGB Variations
Color information
#9E6BDE (or 0x9E6BDE) is known color: Medium Purple. HEX triplet: 9E, 6B and DE. RGB value is (158,107,222). Sum of RGB (Red+Green+Blue) = 158+107+222=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E6BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BDE is #619421. Grayscale: #868686. Windows color (decimal): -6394914 or 14576542. OLE color: 14576542.
HSL color Cylindrical-coordinate representation of color #9E6BDE: hue angle of 266.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E6BDE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 107 | 222 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.13 |
| HSL | 266.61º | 0.64% | 0.65% | - |
| HSV(B) | 266.61º | 0.52% | 0.87% | - |
| XYZ | 32.54 | 23.06 | 71.84 | - |
| YUV | 135.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 222 | 0.29 | 0.52 | 0 | 0.13 | 266.61 | 0.64 | 0.65 |
| Hex | 9E | 6B | DE | 1D | 34 | 0 | D | 10B | 40 | 41 |
| Octal | 236 | 153 | 336 | 35 | 64 | 0 | 15 | 413 | 100 | 101 |
| Binary | 10011110 | 1101011 | 11011110 | 11101 | 110100 | 0 | 1101 | 100001011 | 1000000 | 1000001 |
Color Harmonies of #9E6BDE
Complementary color
Monochromatic Colors of #9E6BDE
Black with #9E6BDE
Text Example
Text Example
White with #9E6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BDE; }
p { color: rgb(158,107,222); }
H1.HeaderClassName
{
color: #9E6BDE;
}
.AnyTagClassName
{
color: #9E6BDE;
}
</style>
background-color css
<style>
a { background-color: #9E6BDE; }
a { background-color: rgb(158,107,222); }
div.DivClassName
{
background-color: #9E6BDE;
}
.BgClassName
{
background-color: #9E6BDE;
}
</style>
border-color css
<style>
span { border-color: #9E6BDE; }
span { border-color: rgb(158,107,222); }
td.TdClassName
{
border-color: #9E6BDE;
}
.TagClassName
{
border-color: #9E6BDE;
}
</style>