Shades of Medium Purple #9F6FDC
Tints of Medium Purple #9F6FDC
RGB
CMYK
RGB Variations
Color information
#9F6FDC (or 0x9F6FDC) is known color: Medium Purple. HEX triplet: 9F, 6F and DC. RGB value is (159,111,220). Sum of RGB (Red+Green+Blue) = 159+111+220=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FDC is #609023. Grayscale: #898989. Windows color (decimal): -6328356 or 14446495. OLE color: 14446495.
HSL color Cylindrical-coordinate representation of color #9F6FDC: hue angle of 266.42º 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 #9F6FDC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 111 | 220 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.14 |
| HSL | 266.42º | 0.61% | 0.65% | - |
| HSV(B) | 266.42º | 0.5% | 0.86% | - |
| XYZ | 32.9 | 23.91 | 70.59 | - |
| YUV | 137.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 220 | 0.28 | 0.50 | 0 | 0.14 | 266.42 | 0.61 | 0.65 |
| Hex | 9F | 6F | DC | 1C | 32 | 0 | E | 10A | 3D | 41 |
| Octal | 237 | 157 | 334 | 34 | 62 | 0 | 16 | 412 | 75 | 101 |
| Binary | 10011111 | 1101111 | 11011100 | 11100 | 110010 | 0 | 1110 | 100001010 | 111101 | 1000001 |
Color Harmonies of #9F6FDC
Complementary color
Monochromatic Colors of #9F6FDC
Black with #9F6FDC
Text Example
Text Example
White with #9F6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6FDC; }
p { color: rgb(159,111,220); }
H1.HeaderClassName
{
color: #9F6FDC;
}
.AnyTagClassName
{
color: #9F6FDC;
}
</style>
background-color css
<style>
a { background-color: #9F6FDC; }
a { background-color: rgb(159,111,220); }
div.DivClassName
{
background-color: #9F6FDC;
}
.BgClassName
{
background-color: #9F6FDC;
}
</style>
border-color css
<style>
span { border-color: #9F6FDC; }
span { border-color: rgb(159,111,220); }
td.TdClassName
{
border-color: #9F6FDC;
}
.TagClassName
{
border-color: #9F6FDC;
}
</style>