Shades of Medium Purple #9E67DE
Tints of Medium Purple #9E67DE
RGB
CMYK
RGB Variations
Color information
#9E67DE (or 0x9E67DE) is known color: Medium Purple. HEX triplet: 9E, 67 and DE. RGB value is (158,103,222). Sum of RGB (Red+Green+Blue) = 158+103+222=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E67DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67DE is #619821. Grayscale: #848484. Windows color (decimal): -6395938 or 14575518. OLE color: 14575518.
HSL color Cylindrical-coordinate representation of color #9E67DE: hue angle of 267.73º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E67DE is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 103 | 222 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.13 |
| HSL | 267.73º | 0.64% | 0.64% | - |
| HSV(B) | 267.73º | 0.54% | 0.87% | - |
| XYZ | 32.14 | 22.24 | 71.71 | - |
| YUV | 133.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 222 | 0.29 | 0.54 | 0 | 0.13 | 267.73 | 0.64 | 0.64 |
| Hex | 9E | 67 | DE | 1D | 36 | 0 | D | 10C | 40 | 40 |
| Octal | 236 | 147 | 336 | 35 | 66 | 0 | 15 | 414 | 100 | 100 |
| Binary | 10011110 | 1100111 | 11011110 | 11101 | 110110 | 0 | 1101 | 100001100 | 1000000 | 1000000 |
Color Harmonies of #9E67DE
Complementary color
Monochromatic Colors of #9E67DE
Black with #9E67DE
Text Example
Text Example
White with #9E67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E67DE; }
p { color: rgb(158,103,222); }
H1.HeaderClassName
{
color: #9E67DE;
}
.AnyTagClassName
{
color: #9E67DE;
}
</style>
background-color css
<style>
a { background-color: #9E67DE; }
a { background-color: rgb(158,103,222); }
div.DivClassName
{
background-color: #9E67DE;
}
.BgClassName
{
background-color: #9E67DE;
}
</style>
border-color css
<style>
span { border-color: #9E67DE; }
span { border-color: rgb(158,103,222); }
td.TdClassName
{
border-color: #9E67DE;
}
.TagClassName
{
border-color: #9E67DE;
}
</style>