Shades of Medium Purple #9A7EDB
Tints of Medium Purple #9A7EDB
RGB
CMYK
RGB Variations
Color information
#9A7EDB (or 0x9A7EDB) is known color: Medium Purple. HEX triplet: 9A, 7E and DB. RGB value is (154,126,219). Sum of RGB (Red+Green+Blue) = 154+126+219=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EDB is #658124. Grayscale: #909090. Windows color (decimal): -6652197 or 14384794. OLE color: 14384794.
HSL color Cylindrical-coordinate representation of color #9A7EDB: hue angle of 258.06º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7EDB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 126 | 219 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.14 |
| HSL | 258.06º | 0.56% | 0.68% | - |
| HSV(B) | 258.06º | 0.42% | 0.86% | - |
| XYZ | 33.57 | 26.91 | 70.44 | - |
| YUV | 144.97 | 169.78 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 219 | 0.30 | 0.42 | 0 | 0.14 | 258.06 | 0.56 | 0.68 |
| Hex | 9A | 7E | DB | 1E | 2A | 0 | E | 102 | 38 | 44 |
| Octal | 232 | 176 | 333 | 36 | 52 | 0 | 16 | 402 | 70 | 104 |
| Binary | 10011010 | 1111110 | 11011011 | 11110 | 101010 | 0 | 1110 | 100000010 | 111000 | 1000100 |
Color Harmonies of #9A7EDB
Complementary color
Monochromatic Colors of #9A7EDB
Black with #9A7EDB
Text Example
Text Example
White with #9A7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EDB; }
p { color: rgb(154,126,219); }
H1.HeaderClassName
{
color: #9A7EDB;
}
.AnyTagClassName
{
color: #9A7EDB;
}
</style>
background-color css
<style>
a { background-color: #9A7EDB; }
a { background-color: rgb(154,126,219); }
div.DivClassName
{
background-color: #9A7EDB;
}
.BgClassName
{
background-color: #9A7EDB;
}
</style>
border-color css
<style>
span { border-color: #9A7EDB; }
span { border-color: rgb(154,126,219); }
td.TdClassName
{
border-color: #9A7EDB;
}
.TagClassName
{
border-color: #9A7EDB;
}
</style>