Shades of Medium Purple #9D6ADB
Tints of Medium Purple #9D6ADB
RGB
CMYK
RGB Variations
Color information
#9D6ADB (or 0x9D6ADB) is known color: Medium Purple. HEX triplet: 9D, 6A and DB. RGB value is (157,106,219). Sum of RGB (Red+Green+Blue) = 157+106+219=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ADB is #629524. Grayscale: #858585. Windows color (decimal): -6460709 or 14379677. OLE color: 14379677.
HSL color Cylindrical-coordinate representation of color #9D6ADB: hue angle of 267.08º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D6ADB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 106 | 219 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.14 |
| HSL | 267.08º | 0.61% | 0.64% | - |
| HSV(B) | 267.08º | 0.52% | 0.86% | - |
| XYZ | 31.84 | 22.59 | 69.7 | - |
| YUV | 134.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 219 | 0.28 | 0.52 | 0 | 0.14 | 267.08 | 0.61 | 0.64 |
| Hex | 9D | 6A | DB | 1C | 34 | 0 | E | 10B | 3D | 40 |
| Octal | 235 | 152 | 333 | 34 | 64 | 0 | 16 | 413 | 75 | 100 |
| Binary | 10011101 | 1101010 | 11011011 | 11100 | 110100 | 0 | 1110 | 100001011 | 111101 | 1000000 |
Color Harmonies of #9D6ADB
Complementary color
Monochromatic Colors of #9D6ADB
Black with #9D6ADB
Text Example
Text Example
White with #9D6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6ADB; }
p { color: rgb(157,106,219); }
H1.HeaderClassName
{
color: #9D6ADB;
}
.AnyTagClassName
{
color: #9D6ADB;
}
</style>
background-color css
<style>
a { background-color: #9D6ADB; }
a { background-color: rgb(157,106,219); }
div.DivClassName
{
background-color: #9D6ADB;
}
.BgClassName
{
background-color: #9D6ADB;
}
</style>
border-color css
<style>
span { border-color: #9D6ADB; }
span { border-color: rgb(157,106,219); }
td.TdClassName
{
border-color: #9D6ADB;
}
.TagClassName
{
border-color: #9D6ADB;
}
</style>