Shades of Medium Purple #9B6FDC
Tints of Medium Purple #9B6FDC
RGB
CMYK
RGB Variations
Color information
#9B6FDC (or 0x9B6FDC) is known color: Medium Purple. HEX triplet: 9B, 6F and DC. RGB value is (155,111,220). Sum of RGB (Red+Green+Blue) = 155+111+220=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 111 (43.75% from 255 or 22.84% 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 #9B6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FDC is #649023. Grayscale: #888888. Windows color (decimal): -6590500 or 14446491. OLE color: 14446491.
HSL color Cylindrical-coordinate representation of color #9B6FDC: hue angle of 264.22º 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 #9B6FDC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 111 | 220 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.14 |
| HSL | 264.22º | 0.61% | 0.65% | - |
| HSV(B) | 264.22º | 0.5% | 0.86% | - |
| XYZ | 32.12 | 23.5 | 70.55 | - |
| YUV | 136.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 220 | 0.30 | 0.50 | 0 | 0.14 | 264.22 | 0.61 | 0.65 |
| Hex | 9B | 6F | DC | 1E | 32 | 0 | E | 108 | 3D | 41 |
| Octal | 233 | 157 | 334 | 36 | 62 | 0 | 16 | 410 | 75 | 101 |
| Binary | 10011011 | 1101111 | 11011100 | 11110 | 110010 | 0 | 1110 | 100001000 | 111101 | 1000001 |
Color Harmonies of #9B6FDC
Complementary color
Monochromatic Colors of #9B6FDC
Black with #9B6FDC
Text Example
Text Example
White with #9B6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FDC; }
p { color: rgb(155,111,220); }
H1.HeaderClassName
{
color: #9B6FDC;
}
.AnyTagClassName
{
color: #9B6FDC;
}
</style>
background-color css
<style>
a { background-color: #9B6FDC; }
a { background-color: rgb(155,111,220); }
div.DivClassName
{
background-color: #9B6FDC;
}
.BgClassName
{
background-color: #9B6FDC;
}
</style>
border-color css
<style>
span { border-color: #9B6FDC; }
span { border-color: rgb(155,111,220); }
td.TdClassName
{
border-color: #9B6FDC;
}
.TagClassName
{
border-color: #9B6FDC;
}
</style>