Shades of Medium Purple #9E6DDD
Tints of Medium Purple #9E6DDD
RGB
CMYK
RGB Variations
Color information
#9E6DDD (or 0x9E6DDD) is known color: Medium Purple. HEX triplet: 9E, 6D and DD. RGB value is (158,109,221). Sum of RGB (Red+Green+Blue) = 158+109+221=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DDD is #619222. Grayscale: #888888. Windows color (decimal): -6394403 or 14511518. OLE color: 14511518.
HSL color Cylindrical-coordinate representation of color #9E6DDD: hue angle of 266.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6DDD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 109 | 221 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.13 |
| HSL | 266.25º | 0.62% | 0.65% | - |
| HSV(B) | 266.25º | 0.51% | 0.87% | - |
| XYZ | 32.62 | 23.43 | 71.21 | - |
| YUV | 136.42 | 175.73 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 221 | 0.29 | 0.51 | 0 | 0.13 | 266.25 | 0.62 | 0.65 |
| Hex | 9E | 6D | DD | 1D | 33 | 0 | D | 10A | 3E | 41 |
| Octal | 236 | 155 | 335 | 35 | 63 | 0 | 15 | 412 | 76 | 101 |
| Binary | 10011110 | 1101101 | 11011101 | 11101 | 110011 | 0 | 1101 | 100001010 | 111110 | 1000001 |
Color Harmonies of #9E6DDD
Complementary color
Monochromatic Colors of #9E6DDD
Black with #9E6DDD
Text Example
Text Example
White with #9E6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6DDD; }
p { color: rgb(158,109,221); }
H1.HeaderClassName
{
color: #9E6DDD;
}
.AnyTagClassName
{
color: #9E6DDD;
}
</style>
background-color css
<style>
a { background-color: #9E6DDD; }
a { background-color: rgb(158,109,221); }
div.DivClassName
{
background-color: #9E6DDD;
}
.BgClassName
{
background-color: #9E6DDD;
}
</style>
border-color css
<style>
span { border-color: #9E6DDD; }
span { border-color: rgb(158,109,221); }
td.TdClassName
{
border-color: #9E6DDD;
}
.TagClassName
{
border-color: #9E6DDD;
}
</style>