Shades of Medium Purple #8A77DB
Tints of Medium Purple #8A77DB
RGB
CMYK
RGB Variations
Color information
#8A77DB (or 0x8A77DB) is known color: Medium Purple. HEX triplet: 8A, 77 and DB. RGB value is (138,119,219). Sum of RGB (Red+Green+Blue) = 138+119+219=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77DB is #758824. Grayscale: #878787. Windows color (decimal): -7702565 or 14382986. OLE color: 14382986.
HSL color Cylindrical-coordinate representation of color #8A77DB: hue angle of 251.4º 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 #8A77DB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 119 | 219 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.14 |
| HSL | 251.4º | 0.58% | 0.66% | - |
| HSV(B) | 251.4º | 0.46% | 0.86% | - |
| XYZ | 29.86 | 23.71 | 70.02 | - |
| YUV | 136.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 219 | 0.37 | 0.46 | 0 | 0.14 | 251.4 | 0.58 | 0.66 |
| Hex | 8A | 77 | DB | 25 | 2E | 0 | E | FB | 3A | 42 |
| Octal | 212 | 167 | 333 | 45 | 56 | 0 | 16 | 373 | 72 | 102 |
| Binary | 10001010 | 1110111 | 11011011 | 100101 | 101110 | 0 | 1110 | 11111011 | 111010 | 1000010 |
Color Harmonies of #8A77DB
Complementary color
Monochromatic Colors of #8A77DB
Black with #8A77DB
Text Example
Text Example
White with #8A77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77DB; }
p { color: rgb(138,119,219); }
H1.HeaderClassName
{
color: #8A77DB;
}
.AnyTagClassName
{
color: #8A77DB;
}
</style>
background-color css
<style>
a { background-color: #8A77DB; }
a { background-color: rgb(138,119,219); }
div.DivClassName
{
background-color: #8A77DB;
}
.BgClassName
{
background-color: #8A77DB;
}
</style>
border-color css
<style>
span { border-color: #8A77DB; }
span { border-color: rgb(138,119,219); }
td.TdClassName
{
border-color: #8A77DB;
}
.TagClassName
{
border-color: #8A77DB;
}
</style>