Shades of Medium Purple #9E6BDD
Tints of Medium Purple #9E6BDD
RGB
CMYK
RGB Variations
Color information
#9E6BDD (or 0x9E6BDD) is known color: Medium Purple. HEX triplet: 9E, 6B and DD. RGB value is (158,107,221). Sum of RGB (Red+Green+Blue) = 158+107+221=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BDD is #619422. Grayscale: #868686. Windows color (decimal): -6394915 or 14511006. OLE color: 14511006.
HSL color Cylindrical-coordinate representation of color #9E6BDD: hue angle of 266.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E6BDD is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 107 | 221 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.13 |
| HSL | 266.84º | 0.63% | 0.64% | - |
| HSV(B) | 266.84º | 0.52% | 0.87% | - |
| XYZ | 32.41 | 23 | 71.14 | - |
| YUV | 135.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 221 | 0.29 | 0.52 | 0 | 0.13 | 266.84 | 0.63 | 0.64 |
| Hex | 9E | 6B | DD | 1D | 34 | 0 | D | 10B | 3F | 40 |
| Octal | 236 | 153 | 335 | 35 | 64 | 0 | 15 | 413 | 77 | 100 |
| Binary | 10011110 | 1101011 | 11011101 | 11101 | 110100 | 0 | 1101 | 100001011 | 111111 | 1000000 |
Color Harmonies of #9E6BDD
Complementary color
Monochromatic Colors of #9E6BDD
Black with #9E6BDD
Text Example
Text Example
White with #9E6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BDD; }
p { color: rgb(158,107,221); }
H1.HeaderClassName
{
color: #9E6BDD;
}
.AnyTagClassName
{
color: #9E6BDD;
}
</style>
background-color css
<style>
a { background-color: #9E6BDD; }
a { background-color: rgb(158,107,221); }
div.DivClassName
{
background-color: #9E6BDD;
}
.BgClassName
{
background-color: #9E6BDD;
}
</style>
border-color css
<style>
span { border-color: #9E6BDD; }
span { border-color: rgb(158,107,221); }
td.TdClassName
{
border-color: #9E6BDD;
}
.TagClassName
{
border-color: #9E6BDD;
}
</style>