Shades of Medium Purple #8A78DB
Tints of Medium Purple #8A78DB
RGB
CMYK
RGB Variations
Color information
#8A78DB (or 0x8A78DB) is known color: Medium Purple. HEX triplet: 8A, 78 and DB. RGB value is (138,120,219). Sum of RGB (Red+Green+Blue) = 138+120+219=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78DB is #758724. Grayscale: #888888. Windows color (decimal): -7702309 or 14383242. OLE color: 14383242.
HSL color Cylindrical-coordinate representation of color #8A78DB: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A78DB is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 120 | 219 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.14 |
| HSL | 250.91º | 0.58% | 0.66% | - |
| HSV(B) | 250.91º | 0.45% | 0.86% | - |
| XYZ | 29.98 | 23.95 | 70.06 | - |
| YUV | 136.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 219 | 0.37 | 0.45 | 0 | 0.14 | 250.91 | 0.58 | 0.66 |
| Hex | 8A | 78 | DB | 25 | 2D | 0 | E | FB | 3A | 42 |
| Octal | 212 | 170 | 333 | 45 | 55 | 0 | 16 | 373 | 72 | 102 |
| Binary | 10001010 | 1111000 | 11011011 | 100101 | 101101 | 0 | 1110 | 11111011 | 111010 | 1000010 |
Color Harmonies of #8A78DB
Complementary color
Monochromatic Colors of #8A78DB
Black with #8A78DB
Text Example
Text Example
White with #8A78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A78DB; }
p { color: rgb(138,120,219); }
H1.HeaderClassName
{
color: #8A78DB;
}
.AnyTagClassName
{
color: #8A78DB;
}
</style>
background-color css
<style>
a { background-color: #8A78DB; }
a { background-color: rgb(138,120,219); }
div.DivClassName
{
background-color: #8A78DB;
}
.BgClassName
{
background-color: #8A78DB;
}
</style>
border-color css
<style>
span { border-color: #8A78DB; }
span { border-color: rgb(138,120,219); }
td.TdClassName
{
border-color: #8A78DB;
}
.TagClassName
{
border-color: #8A78DB;
}
</style>