Shades of Medium Purple #9E6ADE
Tints of Medium Purple #9E6ADE
RGB
CMYK
RGB Variations
Color information
#9E6ADE (or 0x9E6ADE) is known color: Medium Purple. HEX triplet: 9E, 6A and DE. RGB value is (158,106,222). Sum of RGB (Red+Green+Blue) = 158+106+222=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ADE is #619521. Grayscale: #868686. Windows color (decimal): -6395170 or 14576286. OLE color: 14576286.
HSL color Cylindrical-coordinate representation of color #9E6ADE: hue angle of 266.9º degrees, saturation: 0.64, 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 #9E6ADE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 106 | 222 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.13 |
| HSL | 266.9º | 0.64% | 0.64% | - |
| HSV(B) | 266.9º | 0.52% | 0.87% | - |
| XYZ | 32.44 | 22.85 | 71.81 | - |
| YUV | 134.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 222 | 0.29 | 0.52 | 0 | 0.13 | 266.9 | 0.64 | 0.64 |
| Hex | 9E | 6A | DE | 1D | 34 | 0 | D | 10B | 40 | 40 |
| Octal | 236 | 152 | 336 | 35 | 64 | 0 | 15 | 413 | 100 | 100 |
| Binary | 10011110 | 1101010 | 11011110 | 11101 | 110100 | 0 | 1101 | 100001011 | 1000000 | 1000000 |
Color Harmonies of #9E6ADE
Complementary color
Monochromatic Colors of #9E6ADE
Black with #9E6ADE
Text Example
Text Example
White with #9E6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6ADE; }
p { color: rgb(158,106,222); }
H1.HeaderClassName
{
color: #9E6ADE;
}
.AnyTagClassName
{
color: #9E6ADE;
}
</style>
background-color css
<style>
a { background-color: #9E6ADE; }
a { background-color: rgb(158,106,222); }
div.DivClassName
{
background-color: #9E6ADE;
}
.BgClassName
{
background-color: #9E6ADE;
}
</style>
border-color css
<style>
span { border-color: #9E6ADE; }
span { border-color: rgb(158,106,222); }
td.TdClassName
{
border-color: #9E6ADE;
}
.TagClassName
{
border-color: #9E6ADE;
}
</style>