Shades of Medium Purple #9F6BDC
Tints of Medium Purple #9F6BDC
RGB
CMYK
RGB Variations
Color information
#9F6BDC (or 0x9F6BDC) is known color: Medium Purple. HEX triplet: 9F, 6B and DC. RGB value is (159,107,220). Sum of RGB (Red+Green+Blue) = 159+107+220=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6BDC is #609423. Grayscale: #878787. Windows color (decimal): -6329380 or 14445471. OLE color: 14445471.
HSL color Cylindrical-coordinate representation of color #9F6BDC: hue angle of 267.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6BDC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 107 | 220 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.14 |
| HSL | 267.61º | 0.62% | 0.64% | - |
| HSV(B) | 267.61º | 0.51% | 0.86% | - |
| XYZ | 32.47 | 23.05 | 70.45 | - |
| YUV | 135.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 220 | 0.28 | 0.51 | 0 | 0.14 | 267.61 | 0.62 | 0.64 |
| Hex | 9F | 6B | DC | 1C | 33 | 0 | E | 10C | 3E | 40 |
| Octal | 237 | 153 | 334 | 34 | 63 | 0 | 16 | 414 | 76 | 100 |
| Binary | 10011111 | 1101011 | 11011100 | 11100 | 110011 | 0 | 1110 | 100001100 | 111110 | 1000000 |
Color Harmonies of #9F6BDC
Complementary color
Monochromatic Colors of #9F6BDC
Black with #9F6BDC
Text Example
Text Example
White with #9F6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6BDC; }
p { color: rgb(159,107,220); }
H1.HeaderClassName
{
color: #9F6BDC;
}
.AnyTagClassName
{
color: #9F6BDC;
}
</style>
background-color css
<style>
a { background-color: #9F6BDC; }
a { background-color: rgb(159,107,220); }
div.DivClassName
{
background-color: #9F6BDC;
}
.BgClassName
{
background-color: #9F6BDC;
}
</style>
border-color css
<style>
span { border-color: #9F6BDC; }
span { border-color: rgb(159,107,220); }
td.TdClassName
{
border-color: #9F6BDC;
}
.TagClassName
{
border-color: #9F6BDC;
}
</style>