Shades of Medium Purple #9E67EF
Tints of Medium Purple #9E67EF
RGB
CMYK
RGB Variations
Color information
#9E67EF (or 0x9E67EF) is known color: Medium Purple. HEX triplet: 9E, 67 and EF. RGB value is (158,103,239). Sum of RGB (Red+Green+Blue) = 158+103+239=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E67EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E67EF is #619810. Grayscale: #868686. Windows color (decimal): -6395921 or 15689630. OLE color: 15689630.
HSL color Cylindrical-coordinate representation of color #9E67EF: hue angle of 264.26º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E67EF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 103 | 239 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.06 |
| HSL | 264.26º | 0.81% | 0.67% | - |
| HSV(B) | 264.26º | 0.57% | 0.94% | - |
| XYZ | 34.53 | 23.2 | 84.32 | - |
| YUV | 134.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 239 | 0.34 | 0.57 | 0 | 0.06 | 264.26 | 0.81 | 0.67 |
| Hex | 9E | 67 | EF | 22 | 39 | 0 | 6 | 108 | 51 | 43 |
| Octal | 236 | 147 | 357 | 42 | 71 | 0 | 6 | 410 | 121 | 103 |
| Binary | 10011110 | 1100111 | 11101111 | 100010 | 111001 | 0 | 110 | 100001000 | 1010001 | 1000011 |
Color Harmonies of #9E67EF
Complementary color
Monochromatic Colors of #9E67EF
Black with #9E67EF
Text Example
Text Example
White with #9E67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E67EF; }
p { color: rgb(158,103,239); }
H1.HeaderClassName
{
color: #9E67EF;
}
.AnyTagClassName
{
color: #9E67EF;
}
</style>
background-color css
<style>
a { background-color: #9E67EF; }
a { background-color: rgb(158,103,239); }
div.DivClassName
{
background-color: #9E67EF;
}
.BgClassName
{
background-color: #9E67EF;
}
</style>
border-color css
<style>
span { border-color: #9E67EF; }
span { border-color: rgb(158,103,239); }
td.TdClassName
{
border-color: #9E67EF;
}
.TagClassName
{
border-color: #9E67EF;
}
</style>