Shades of Medium Purple #9F68EA
Tints of Medium Purple #9F68EA
RGB
CMYK
RGB Variations
Color information
#9F68EA (or 0x9F68EA) is known color: Medium Purple. HEX triplet: 9F, 68 and EA. RGB value is (159,104,234). Sum of RGB (Red+Green+Blue) = 159+104+234=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F68EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F68EA is #609715. Grayscale: #868686. Windows color (decimal): -6330134 or 15362207. OLE color: 15362207.
HSL color Cylindrical-coordinate representation of color #9F68EA: hue angle of 265.38º degrees, saturation: 0.76, 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 #9F68EA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 104 | 234 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.08 |
| HSL | 265.38º | 0.76% | 0.66% | - |
| HSV(B) | 265.38º | 0.56% | 0.92% | - |
| XYZ | 34.1 | 23.21 | 80.53 | - |
| YUV | 135.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 234 | 0.32 | 0.56 | 0 | 0.08 | 265.38 | 0.76 | 0.66 |
| Hex | 9F | 68 | EA | 20 | 38 | 0 | 8 | 109 | 4C | 42 |
| Octal | 237 | 150 | 352 | 40 | 70 | 0 | 10 | 411 | 114 | 102 |
| Binary | 10011111 | 1101000 | 11101010 | 100000 | 111000 | 0 | 1000 | 100001001 | 1001100 | 1000010 |
Color Harmonies of #9F68EA
Complementary color
Monochromatic Colors of #9F68EA
Black with #9F68EA
Text Example
Text Example
White with #9F68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68EA; }
p { color: rgb(159,104,234); }
H1.HeaderClassName
{
color: #9F68EA;
}
.AnyTagClassName
{
color: #9F68EA;
}
</style>
background-color css
<style>
a { background-color: #9F68EA; }
a { background-color: rgb(159,104,234); }
div.DivClassName
{
background-color: #9F68EA;
}
.BgClassName
{
background-color: #9F68EA;
}
</style>
border-color css
<style>
span { border-color: #9F68EA; }
span { border-color: rgb(159,104,234); }
td.TdClassName
{
border-color: #9F68EA;
}
.TagClassName
{
border-color: #9F68EA;
}
</style>