Shades of Medium Purple #8A79DB
Tints of Medium Purple #8A79DB
RGB
CMYK
RGB Variations
Color information
#8A79DB (or 0x8A79DB) is known color: Medium Purple. HEX triplet: 8A, 79 and DB. RGB value is (138,121,219). Sum of RGB (Red+Green+Blue) = 138+121+219=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79DB is #758624. Grayscale: #888888. Windows color (decimal): -7702053 or 14383498. OLE color: 14383498.
HSL color Cylindrical-coordinate representation of color #8A79DB: hue angle of 250.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A79DB is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 121 | 219 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.14 |
| HSL | 250.41º | 0.58% | 0.67% | - |
| HSV(B) | 250.41º | 0.45% | 0.86% | - |
| XYZ | 30.1 | 24.19 | 70.1 | - |
| YUV | 137.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 219 | 0.37 | 0.45 | 0 | 0.14 | 250.41 | 0.58 | 0.67 |
| Hex | 8A | 79 | DB | 25 | 2D | 0 | E | FA | 3A | 43 |
| Octal | 212 | 171 | 333 | 45 | 55 | 0 | 16 | 372 | 72 | 103 |
| Binary | 10001010 | 1111001 | 11011011 | 100101 | 101101 | 0 | 1110 | 11111010 | 111010 | 1000011 |
Color Harmonies of #8A79DB
Complementary color
Monochromatic Colors of #8A79DB
Black with #8A79DB
Text Example
Text Example
White with #8A79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A79DB; }
p { color: rgb(138,121,219); }
H1.HeaderClassName
{
color: #8A79DB;
}
.AnyTagClassName
{
color: #8A79DB;
}
</style>
background-color css
<style>
a { background-color: #8A79DB; }
a { background-color: rgb(138,121,219); }
div.DivClassName
{
background-color: #8A79DB;
}
.BgClassName
{
background-color: #8A79DB;
}
</style>
border-color css
<style>
span { border-color: #8A79DB; }
span { border-color: rgb(138,121,219); }
td.TdClassName
{
border-color: #8A79DB;
}
.TagClassName
{
border-color: #8A79DB;
}
</style>