Shades of Medium Purple #9B6ADB
Tints of Medium Purple #9B6ADB
RGB
CMYK
RGB Variations
Color information
#9B6ADB (or 0x9B6ADB) is known color: Medium Purple. HEX triplet: 9B, 6A and DB. RGB value is (155,106,219). Sum of RGB (Red+Green+Blue) = 155+106+219=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ADB is #649524. Grayscale: #858585. Windows color (decimal): -6591781 or 14379675. OLE color: 14379675.
HSL color Cylindrical-coordinate representation of color #9B6ADB: hue angle of 266.02º 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 #9B6ADB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 106 | 219 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.14 |
| HSL | 266.02º | 0.61% | 0.64% | - |
| HSV(B) | 266.02º | 0.52% | 0.86% | - |
| XYZ | 31.46 | 22.39 | 69.68 | - |
| YUV | 133.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 219 | 0.29 | 0.52 | 0 | 0.14 | 266.02 | 0.61 | 0.64 |
| Hex | 9B | 6A | DB | 1D | 34 | 0 | E | 10A | 3D | 40 |
| Octal | 233 | 152 | 333 | 35 | 64 | 0 | 16 | 412 | 75 | 100 |
| Binary | 10011011 | 1101010 | 11011011 | 11101 | 110100 | 0 | 1110 | 100001010 | 111101 | 1000000 |
Color Harmonies of #9B6ADB
Complementary color
Monochromatic Colors of #9B6ADB
Black with #9B6ADB
Text Example
Text Example
White with #9B6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6ADB; }
p { color: rgb(155,106,219); }
H1.HeaderClassName
{
color: #9B6ADB;
}
.AnyTagClassName
{
color: #9B6ADB;
}
</style>
background-color css
<style>
a { background-color: #9B6ADB; }
a { background-color: rgb(155,106,219); }
div.DivClassName
{
background-color: #9B6ADB;
}
.BgClassName
{
background-color: #9B6ADB;
}
</style>
border-color css
<style>
span { border-color: #9B6ADB; }
span { border-color: rgb(155,106,219); }
td.TdClassName
{
border-color: #9B6ADB;
}
.TagClassName
{
border-color: #9B6ADB;
}
</style>