Shades of Medium Purple #8A78DD
Tints of Medium Purple #8A78DD
RGB
CMYK
RGB Variations
Color information
#8A78DD (or 0x8A78DD) is known color: Medium Purple. HEX triplet: 8A, 78 and DD. RGB value is (138,120,221). Sum of RGB (Red+Green+Blue) = 138+120+221=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78DD is #758722. Grayscale: #888888. Windows color (decimal): -7702307 or 14514314. OLE color: 14514314.
HSL color Cylindrical-coordinate representation of color #8A78DD: hue angle of 250.69º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A78DD is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 120 | 221 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.13 |
| HSL | 250.69º | 0.6% | 0.67% | - |
| HSV(B) | 250.69º | 0.46% | 0.87% | - |
| XYZ | 30.25 | 24.06 | 71.46 | - |
| YUV | 136.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 221 | 0.38 | 0.46 | 0 | 0.13 | 250.69 | 0.6 | 0.67 |
| Hex | 8A | 78 | DD | 26 | 2E | 0 | D | FB | 3C | 43 |
| Octal | 212 | 170 | 335 | 46 | 56 | 0 | 15 | 373 | 74 | 103 |
| Binary | 10001010 | 1111000 | 11011101 | 100110 | 101110 | 0 | 1101 | 11111011 | 111100 | 1000011 |
Color Harmonies of #8A78DD
Complementary color
Monochromatic Colors of #8A78DD
Black with #8A78DD
Text Example
Text Example
White with #8A78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A78DD; }
p { color: rgb(138,120,221); }
H1.HeaderClassName
{
color: #8A78DD;
}
.AnyTagClassName
{
color: #8A78DD;
}
</style>
background-color css
<style>
a { background-color: #8A78DD; }
a { background-color: rgb(138,120,221); }
div.DivClassName
{
background-color: #8A78DD;
}
.BgClassName
{
background-color: #8A78DD;
}
</style>
border-color css
<style>
span { border-color: #8A78DD; }
span { border-color: rgb(138,120,221); }
td.TdClassName
{
border-color: #8A78DD;
}
.TagClassName
{
border-color: #8A78DD;
}
</style>