Shades of Medium Purple #9E66DF
Tints of Medium Purple #9E66DF
RGB
CMYK
RGB Variations
Color information
#9E66DF (or 0x9E66DF) is known color: Medium Purple. HEX triplet: 9E, 66 and DF. RGB value is (158,102,223). Sum of RGB (Red+Green+Blue) = 158+102+223=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66DF is #619920. Grayscale: #848484. Windows color (decimal): -6396193 or 14640798. OLE color: 14640798.
HSL color Cylindrical-coordinate representation of color #9E66DF: hue angle of 267.77º 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 #9E66DF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 102 | 223 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.13 |
| HSL | 267.77º | 0.65% | 0.64% | - |
| HSV(B) | 267.77º | 0.54% | 0.87% | - |
| XYZ | 32.17 | 22.1 | 72.38 | - |
| YUV | 132.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 223 | 0.29 | 0.54 | 0 | 0.13 | 267.77 | 0.65 | 0.64 |
| Hex | 9E | 66 | DF | 1D | 36 | 0 | D | 10C | 41 | 40 |
| Octal | 236 | 146 | 337 | 35 | 66 | 0 | 15 | 414 | 101 | 100 |
| Binary | 10011110 | 1100110 | 11011111 | 11101 | 110110 | 0 | 1101 | 100001100 | 1000001 | 1000000 |
Color Harmonies of #9E66DF
Complementary color
Monochromatic Colors of #9E66DF
Black with #9E66DF
Text Example
Text Example
White with #9E66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E66DF; }
p { color: rgb(158,102,223); }
H1.HeaderClassName
{
color: #9E66DF;
}
.AnyTagClassName
{
color: #9E66DF;
}
</style>
background-color css
<style>
a { background-color: #9E66DF; }
a { background-color: rgb(158,102,223); }
div.DivClassName
{
background-color: #9E66DF;
}
.BgClassName
{
background-color: #9E66DF;
}
</style>
border-color css
<style>
span { border-color: #9E66DF; }
span { border-color: rgb(158,102,223); }
td.TdClassName
{
border-color: #9E66DF;
}
.TagClassName
{
border-color: #9E66DF;
}
</style>