Shades of Medium Purple #9A7DDB
Tints of Medium Purple #9A7DDB
RGB
CMYK
RGB Variations
Color information
#9A7DDB (or 0x9A7DDB) is known color: Medium Purple. HEX triplet: 9A, 7D and DB. RGB value is (154,125,219). Sum of RGB (Red+Green+Blue) = 154+125+219=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DDB is #658224. Grayscale: #909090. Windows color (decimal): -6652453 or 14384538. OLE color: 14384538.
HSL color Cylindrical-coordinate representation of color #9A7DDB: hue angle of 258.51º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A7DDB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 125 | 219 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.14 |
| HSL | 258.51º | 0.57% | 0.67% | - |
| HSV(B) | 258.51º | 0.43% | 0.86% | - |
| XYZ | 33.45 | 26.65 | 70.4 | - |
| YUV | 144.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 219 | 0.30 | 0.43 | 0 | 0.14 | 258.51 | 0.57 | 0.67 |
| Hex | 9A | 7D | DB | 1E | 2B | 0 | E | 103 | 39 | 43 |
| Octal | 232 | 175 | 333 | 36 | 53 | 0 | 16 | 403 | 71 | 103 |
| Binary | 10011010 | 1111101 | 11011011 | 11110 | 101011 | 0 | 1110 | 100000011 | 111001 | 1000011 |
Color Harmonies of #9A7DDB
Complementary color
Monochromatic Colors of #9A7DDB
Black with #9A7DDB
Text Example
Text Example
White with #9A7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7DDB; }
p { color: rgb(154,125,219); }
H1.HeaderClassName
{
color: #9A7DDB;
}
.AnyTagClassName
{
color: #9A7DDB;
}
</style>
background-color css
<style>
a { background-color: #9A7DDB; }
a { background-color: rgb(154,125,219); }
div.DivClassName
{
background-color: #9A7DDB;
}
.BgClassName
{
background-color: #9A7DDB;
}
</style>
border-color css
<style>
span { border-color: #9A7DDB; }
span { border-color: rgb(154,125,219); }
td.TdClassName
{
border-color: #9A7DDB;
}
.TagClassName
{
border-color: #9A7DDB;
}
</style>