Shades of Medium Purple #9A6DDB
Tints of Medium Purple #9A6DDB
RGB
CMYK
RGB Variations
Color information
#9A6DDB (or 0x9A6DDB) is known color: Medium Purple. HEX triplet: 9A, 6D and DB. RGB value is (154,109,219). Sum of RGB (Red+Green+Blue) = 154+109+219=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 109 (42.97% from 255 or 22.61% 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 #9A6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DDB is #659224. Grayscale: #868686. Windows color (decimal): -6656549 or 14380442. OLE color: 14380442.
HSL color Cylindrical-coordinate representation of color #9A6DDB: hue angle of 264.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A6DDB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 109 | 219 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.14 |
| HSL | 264.55º | 0.6% | 0.64% | - |
| HSV(B) | 264.55º | 0.5% | 0.86% | - |
| XYZ | 31.58 | 22.92 | 69.78 | - |
| YUV | 135 | 175.41 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 219 | 0.30 | 0.50 | 0 | 0.14 | 264.55 | 0.6 | 0.64 |
| Hex | 9A | 6D | DB | 1E | 32 | 0 | E | 109 | 3C | 40 |
| Octal | 232 | 155 | 333 | 36 | 62 | 0 | 16 | 411 | 74 | 100 |
| Binary | 10011010 | 1101101 | 11011011 | 11110 | 110010 | 0 | 1110 | 100001001 | 111100 | 1000000 |
Color Harmonies of #9A6DDB
Complementary color
Monochromatic Colors of #9A6DDB
Black with #9A6DDB
Text Example
Text Example
White with #9A6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6DDB; }
p { color: rgb(154,109,219); }
H1.HeaderClassName
{
color: #9A6DDB;
}
.AnyTagClassName
{
color: #9A6DDB;
}
</style>
background-color css
<style>
a { background-color: #9A6DDB; }
a { background-color: rgb(154,109,219); }
div.DivClassName
{
background-color: #9A6DDB;
}
.BgClassName
{
background-color: #9A6DDB;
}
</style>
border-color css
<style>
span { border-color: #9A6DDB; }
span { border-color: rgb(154,109,219); }
td.TdClassName
{
border-color: #9A6DDB;
}
.TagClassName
{
border-color: #9A6DDB;
}
</style>