Shades of Medium Purple #9F6BEA
Tints of Medium Purple #9F6BEA
RGB
CMYK
RGB Variations
Color information
#9F6BEA (or 0x9F6BEA) is known color: Medium Purple. HEX triplet: 9F, 6B and EA. RGB value is (159,107,234). Sum of RGB (Red+Green+Blue) = 159+107+234=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6BEA is #609415. Grayscale: #888888. Windows color (decimal): -6329366 or 15362975. OLE color: 15362975.
HSL color Cylindrical-coordinate representation of color #9F6BEA: hue angle of 264.57º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F6BEA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 107 | 234 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.08 |
| HSL | 264.57º | 0.75% | 0.67% | - |
| HSV(B) | 264.57º | 0.54% | 0.92% | - |
| XYZ | 34.41 | 23.83 | 80.63 | - |
| YUV | 137.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 234 | 0.32 | 0.54 | 0 | 0.08 | 264.57 | 0.75 | 0.67 |
| Hex | 9F | 6B | EA | 20 | 36 | 0 | 8 | 109 | 4B | 43 |
| Octal | 237 | 153 | 352 | 40 | 66 | 0 | 10 | 411 | 113 | 103 |
| Binary | 10011111 | 1101011 | 11101010 | 100000 | 110110 | 0 | 1000 | 100001001 | 1001011 | 1000011 |
Color Harmonies of #9F6BEA
Complementary color
Monochromatic Colors of #9F6BEA
Black with #9F6BEA
Text Example
Text Example
White with #9F6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6BEA; }
p { color: rgb(159,107,234); }
H1.HeaderClassName
{
color: #9F6BEA;
}
.AnyTagClassName
{
color: #9F6BEA;
}
</style>
background-color css
<style>
a { background-color: #9F6BEA; }
a { background-color: rgb(159,107,234); }
div.DivClassName
{
background-color: #9F6BEA;
}
.BgClassName
{
background-color: #9F6BEA;
}
</style>
border-color css
<style>
span { border-color: #9F6BEA; }
span { border-color: rgb(159,107,234); }
td.TdClassName
{
border-color: #9F6BEA;
}
.TagClassName
{
border-color: #9F6BEA;
}
</style>