Shades of Medium Purple #9F6EDC
Tints of Medium Purple #9F6EDC
RGB
CMYK
RGB Variations
Color information
#9F6EDC (or 0x9F6EDC) is known color: Medium Purple. HEX triplet: 9F, 6E and DC. RGB value is (159,110,220). Sum of RGB (Red+Green+Blue) = 159+110+220=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EDC is #609123. Grayscale: #888888. Windows color (decimal): -6328612 or 14446239. OLE color: 14446239.
HSL color Cylindrical-coordinate representation of color #9F6EDC: hue angle of 266.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6EDC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 110 | 220 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.14 |
| HSL | 266.73º | 0.61% | 0.65% | - |
| HSV(B) | 266.73º | 0.5% | 0.86% | - |
| XYZ | 32.79 | 23.69 | 70.55 | - |
| YUV | 137.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 220 | 0.28 | 0.50 | 0 | 0.14 | 266.73 | 0.61 | 0.65 |
| Hex | 9F | 6E | DC | 1C | 32 | 0 | E | 10B | 3D | 41 |
| Octal | 237 | 156 | 334 | 34 | 62 | 0 | 16 | 413 | 75 | 101 |
| Binary | 10011111 | 1101110 | 11011100 | 11100 | 110010 | 0 | 1110 | 100001011 | 111101 | 1000001 |
Color Harmonies of #9F6EDC
Complementary color
Monochromatic Colors of #9F6EDC
Black with #9F6EDC
Text Example
Text Example
White with #9F6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6EDC; }
p { color: rgb(159,110,220); }
H1.HeaderClassName
{
color: #9F6EDC;
}
.AnyTagClassName
{
color: #9F6EDC;
}
</style>
background-color css
<style>
a { background-color: #9F6EDC; }
a { background-color: rgb(159,110,220); }
div.DivClassName
{
background-color: #9F6EDC;
}
.BgClassName
{
background-color: #9F6EDC;
}
</style>
border-color css
<style>
span { border-color: #9F6EDC; }
span { border-color: rgb(159,110,220); }
td.TdClassName
{
border-color: #9F6EDC;
}
.TagClassName
{
border-color: #9F6EDC;
}
</style>