Shades of Medium Purple #9D68EF
Tints of Medium Purple #9D68EF
RGB
CMYK
RGB Variations
Color information
#9D68EF (or 0x9D68EF) is known color: Medium Purple. HEX triplet: 9D, 68 and EF. RGB value is (157,104,239). Sum of RGB (Red+Green+Blue) = 157+104+239=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 104 (41.02% from 255 or 20.8% 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 #9D68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D68EF is #629710. Grayscale: #868686. Windows color (decimal): -6461201 or 15689885. OLE color: 15689885.
HSL color Cylindrical-coordinate representation of color #9D68EF: hue angle of 263.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D68EF is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 104 | 239 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.06 |
| HSL | 263.56º | 0.81% | 0.67% | - |
| HSV(B) | 263.56º | 0.56% | 0.94% | - |
| XYZ | 34.43 | 23.3 | 84.34 | - |
| YUV | 135.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 239 | 0.34 | 0.56 | 0 | 0.06 | 263.56 | 0.81 | 0.67 |
| Hex | 9D | 68 | EF | 22 | 38 | 0 | 6 | 108 | 51 | 43 |
| Octal | 235 | 150 | 357 | 42 | 70 | 0 | 6 | 410 | 121 | 103 |
| Binary | 10011101 | 1101000 | 11101111 | 100010 | 111000 | 0 | 110 | 100001000 | 1010001 | 1000011 |
Color Harmonies of #9D68EF
Complementary color
Monochromatic Colors of #9D68EF
Black with #9D68EF
Text Example
Text Example
White with #9D68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D68EF; }
p { color: rgb(157,104,239); }
H1.HeaderClassName
{
color: #9D68EF;
}
.AnyTagClassName
{
color: #9D68EF;
}
</style>
background-color css
<style>
a { background-color: #9D68EF; }
a { background-color: rgb(157,104,239); }
div.DivClassName
{
background-color: #9D68EF;
}
.BgClassName
{
background-color: #9D68EF;
}
</style>
border-color css
<style>
span { border-color: #9D68EF; }
span { border-color: rgb(157,104,239); }
td.TdClassName
{
border-color: #9D68EF;
}
.TagClassName
{
border-color: #9D68EF;
}
</style>