Shades of Medium Purple #9F6EEA
Tints of Medium Purple #9F6EEA
RGB
CMYK
RGB Variations
Color information
#9F6EEA (or 0x9F6EEA) is known color: Medium Purple. HEX triplet: 9F, 6E and EA. RGB value is (159,110,234). Sum of RGB (Red+Green+Blue) = 159+110+234=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F6EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6EEA is #609115. Grayscale: #8A8A8A. Windows color (decimal): -6328598 or 15363743. OLE color: 15363743.
HSL color Cylindrical-coordinate representation of color #9F6EEA: hue angle of 263.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F6EEA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 110 | 234 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.08 |
| HSL | 263.71º | 0.75% | 0.67% | - |
| HSV(B) | 263.71º | 0.53% | 0.92% | - |
| XYZ | 34.73 | 24.46 | 80.73 | - |
| YUV | 138.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 234 | 0.32 | 0.53 | 0 | 0.08 | 263.71 | 0.75 | 0.67 |
| Hex | 9F | 6E | EA | 20 | 35 | 0 | 8 | 108 | 4B | 43 |
| Octal | 237 | 156 | 352 | 40 | 65 | 0 | 10 | 410 | 113 | 103 |
| Binary | 10011111 | 1101110 | 11101010 | 100000 | 110101 | 0 | 1000 | 100001000 | 1001011 | 1000011 |
Color Harmonies of #9F6EEA
Complementary color
Monochromatic Colors of #9F6EEA
Black with #9F6EEA
Text Example
Text Example
White with #9F6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6EEA; }
p { color: rgb(159,110,234); }
H1.HeaderClassName
{
color: #9F6EEA;
}
.AnyTagClassName
{
color: #9F6EEA;
}
</style>
background-color css
<style>
a { background-color: #9F6EEA; }
a { background-color: rgb(159,110,234); }
div.DivClassName
{
background-color: #9F6EEA;
}
.BgClassName
{
background-color: #9F6EEA;
}
</style>
border-color css
<style>
span { border-color: #9F6EEA; }
span { border-color: rgb(159,110,234); }
td.TdClassName
{
border-color: #9F6EEA;
}
.TagClassName
{
border-color: #9F6EEA;
}
</style>