Shades of Medium Purple #9F68EB
Tints of Medium Purple #9F68EB
RGB
CMYK
RGB Variations
Color information
#9F68EB (or 0x9F68EB) is known color: Medium Purple. HEX triplet: 9F, 68 and EB. RGB value is (159,104,235). Sum of RGB (Red+Green+Blue) = 159+104+235=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F68EB is #609714. Grayscale: #868686. Windows color (decimal): -6330133 or 15427743. OLE color: 15427743.
HSL color Cylindrical-coordinate representation of color #9F68EB: hue angle of 265.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F68EB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 104 | 235 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.08 |
| HSL | 265.19º | 0.77% | 0.66% | - |
| HSV(B) | 265.19º | 0.56% | 0.92% | - |
| XYZ | 34.24 | 23.27 | 81.28 | - |
| YUV | 135.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 235 | 0.32 | 0.56 | 0 | 0.08 | 265.19 | 0.77 | 0.66 |
| Hex | 9F | 68 | EB | 20 | 38 | 0 | 8 | 109 | 4D | 42 |
| Octal | 237 | 150 | 353 | 40 | 70 | 0 | 10 | 411 | 115 | 102 |
| Binary | 10011111 | 1101000 | 11101011 | 100000 | 111000 | 0 | 1000 | 100001001 | 1001101 | 1000010 |
Color Harmonies of #9F68EB
Complementary color
Monochromatic Colors of #9F68EB
Black with #9F68EB
Text Example
Text Example
White with #9F68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68EB; }
p { color: rgb(159,104,235); }
H1.HeaderClassName
{
color: #9F68EB;
}
.AnyTagClassName
{
color: #9F68EB;
}
</style>
background-color css
<style>
a { background-color: #9F68EB; }
a { background-color: rgb(159,104,235); }
div.DivClassName
{
background-color: #9F68EB;
}
.BgClassName
{
background-color: #9F68EB;
}
</style>
border-color css
<style>
span { border-color: #9F68EB; }
span { border-color: rgb(159,104,235); }
td.TdClassName
{
border-color: #9F68EB;
}
.TagClassName
{
border-color: #9F68EB;
}
</style>