Shades of Medium Purple #9F6ADF
Tints of Medium Purple #9F6ADF
RGB
CMYK
RGB Variations
Color information
#9F6ADF (or 0x9F6ADF) is known color: Medium Purple. HEX triplet: 9F, 6A and DF. RGB value is (159,106,223). Sum of RGB (Red+Green+Blue) = 159+106+223=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ADF is #609520. Grayscale: #868686. Windows color (decimal): -6329633 or 14641823. OLE color: 14641823.
HSL color Cylindrical-coordinate representation of color #9F6ADF: hue angle of 267.18º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F6ADF is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 106 | 223 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.13 |
| HSL | 267.18º | 0.65% | 0.65% | - |
| HSV(B) | 267.18º | 0.52% | 0.87% | - |
| XYZ | 32.77 | 23.01 | 72.53 | - |
| YUV | 135.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 223 | 0.29 | 0.52 | 0 | 0.13 | 267.18 | 0.65 | 0.65 |
| Hex | 9F | 6A | DF | 1D | 34 | 0 | D | 10B | 41 | 41 |
| Octal | 237 | 152 | 337 | 35 | 64 | 0 | 15 | 413 | 101 | 101 |
| Binary | 10011111 | 1101010 | 11011111 | 11101 | 110100 | 0 | 1101 | 100001011 | 1000001 | 1000001 |
Color Harmonies of #9F6ADF
Complementary color
Monochromatic Colors of #9F6ADF
Black with #9F6ADF
Text Example
Text Example
White with #9F6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6ADF; }
p { color: rgb(159,106,223); }
H1.HeaderClassName
{
color: #9F6ADF;
}
.AnyTagClassName
{
color: #9F6ADF;
}
</style>
background-color css
<style>
a { background-color: #9F6ADF; }
a { background-color: rgb(159,106,223); }
div.DivClassName
{
background-color: #9F6ADF;
}
.BgClassName
{
background-color: #9F6ADF;
}
</style>
border-color css
<style>
span { border-color: #9F6ADF; }
span { border-color: rgb(159,106,223); }
td.TdClassName
{
border-color: #9F6ADF;
}
.TagClassName
{
border-color: #9F6ADF;
}
</style>