Shades of Medium Purple #9E67DF
Tints of Medium Purple #9E67DF
RGB
CMYK
RGB Variations
Color information
#9E67DF (or 0x9E67DF) is known color: Medium Purple. HEX triplet: 9E, 67 and DF. RGB value is (158,103,223). Sum of RGB (Red+Green+Blue) = 158+103+223=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67DF is #619820. Grayscale: #848484. Windows color (decimal): -6395937 or 14641054. OLE color: 14641054.
HSL color Cylindrical-coordinate representation of color #9E67DF: hue angle of 267.5º degrees, saturation: 0.65, 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 #9E67DF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 103 | 223 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.13 |
| HSL | 267.5º | 0.65% | 0.64% | - |
| HSV(B) | 267.5º | 0.54% | 0.87% | - |
| XYZ | 32.27 | 22.3 | 72.42 | - |
| YUV | 133.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 223 | 0.29 | 0.54 | 0 | 0.13 | 267.5 | 0.65 | 0.64 |
| Hex | 9E | 67 | DF | 1D | 36 | 0 | D | 10C | 41 | 40 |
| Octal | 236 | 147 | 337 | 35 | 66 | 0 | 15 | 414 | 101 | 100 |
| Binary | 10011110 | 1100111 | 11011111 | 11101 | 110110 | 0 | 1101 | 100001100 | 1000001 | 1000000 |
Color Harmonies of #9E67DF
Complementary color
Monochromatic Colors of #9E67DF
Black with #9E67DF
Text Example
Text Example
White with #9E67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E67DF; }
p { color: rgb(158,103,223); }
H1.HeaderClassName
{
color: #9E67DF;
}
.AnyTagClassName
{
color: #9E67DF;
}
</style>
background-color css
<style>
a { background-color: #9E67DF; }
a { background-color: rgb(158,103,223); }
div.DivClassName
{
background-color: #9E67DF;
}
.BgClassName
{
background-color: #9E67DF;
}
</style>
border-color css
<style>
span { border-color: #9E67DF; }
span { border-color: rgb(158,103,223); }
td.TdClassName
{
border-color: #9E67DF;
}
.TagClassName
{
border-color: #9E67DF;
}
</style>