Shades of Medium Purple #9F6FDD
Tints of Medium Purple #9F6FDD
RGB
CMYK
RGB Variations
Color information
#9F6FDD (or 0x9F6FDD) is known color: Medium Purple. HEX triplet: 9F, 6F and DD. RGB value is (159,111,221). Sum of RGB (Red+Green+Blue) = 159+111+221=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FDD is #609022. Grayscale: #898989. Windows color (decimal): -6328355 or 14512031. OLE color: 14512031.
HSL color Cylindrical-coordinate representation of color #9F6FDD: hue angle of 266.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6FDD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 111 | 221 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.13 |
| HSL | 266.18º | 0.62% | 0.65% | - |
| HSV(B) | 266.18º | 0.5% | 0.87% | - |
| XYZ | 33.03 | 23.96 | 71.29 | - |
| YUV | 137.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 221 | 0.28 | 0.50 | 0 | 0.13 | 266.18 | 0.62 | 0.65 |
| Hex | 9F | 6F | DD | 1C | 32 | 0 | D | 10A | 3E | 41 |
| Octal | 237 | 157 | 335 | 34 | 62 | 0 | 15 | 412 | 76 | 101 |
| Binary | 10011111 | 1101111 | 11011101 | 11100 | 110010 | 0 | 1101 | 100001010 | 111110 | 1000001 |
Color Harmonies of #9F6FDD
Complementary color
Monochromatic Colors of #9F6FDD
Black with #9F6FDD
Text Example
Text Example
White with #9F6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6FDD; }
p { color: rgb(159,111,221); }
H1.HeaderClassName
{
color: #9F6FDD;
}
.AnyTagClassName
{
color: #9F6FDD;
}
</style>
background-color css
<style>
a { background-color: #9F6FDD; }
a { background-color: rgb(159,111,221); }
div.DivClassName
{
background-color: #9F6FDD;
}
.BgClassName
{
background-color: #9F6FDD;
}
</style>
border-color css
<style>
span { border-color: #9F6FDD; }
span { border-color: rgb(159,111,221); }
td.TdClassName
{
border-color: #9F6FDD;
}
.TagClassName
{
border-color: #9F6FDD;
}
</style>