Shades of Medium Purple #9A77DB
Tints of Medium Purple #9A77DB
RGB
CMYK
RGB Variations
Color information
#9A77DB (or 0x9A77DB) is known color: Medium Purple. HEX triplet: 9A, 77 and DB. RGB value is (154,119,219). Sum of RGB (Red+Green+Blue) = 154+119+219=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A77DB is #658824. Grayscale: #8C8C8C. Windows color (decimal): -6653989 or 14383002. OLE color: 14383002.
HSL color Cylindrical-coordinate representation of color #9A77DB: hue angle of 261º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A77DB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 119 | 219 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.14 |
| HSL | 261º | 0.58% | 0.66% | - |
| HSV(B) | 261º | 0.46% | 0.86% | - |
| XYZ | 32.71 | 25.18 | 70.15 | - |
| YUV | 140.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 219 | 0.30 | 0.46 | 0 | 0.14 | 261 | 0.58 | 0.66 |
| Hex | 9A | 77 | DB | 1E | 2E | 0 | E | 105 | 3A | 42 |
| Octal | 232 | 167 | 333 | 36 | 56 | 0 | 16 | 405 | 72 | 102 |
| Binary | 10011010 | 1110111 | 11011011 | 11110 | 101110 | 0 | 1110 | 100000101 | 111010 | 1000010 |
Color Harmonies of #9A77DB
Complementary color
Monochromatic Colors of #9A77DB
Black with #9A77DB
Text Example
Text Example
White with #9A77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A77DB; }
p { color: rgb(154,119,219); }
H1.HeaderClassName
{
color: #9A77DB;
}
.AnyTagClassName
{
color: #9A77DB;
}
</style>
background-color css
<style>
a { background-color: #9A77DB; }
a { background-color: rgb(154,119,219); }
div.DivClassName
{
background-color: #9A77DB;
}
.BgClassName
{
background-color: #9A77DB;
}
</style>
border-color css
<style>
span { border-color: #9A77DB; }
span { border-color: rgb(154,119,219); }
td.TdClassName
{
border-color: #9A77DB;
}
.TagClassName
{
border-color: #9A77DB;
}
</style>