Shades of Medium Purple #8A79DF
Tints of Medium Purple #8A79DF
RGB
CMYK
RGB Variations
Color information
#8A79DF (or 0x8A79DF) is known color: Medium Purple. HEX triplet: 8A, 79 and DF. RGB value is (138,121,223). Sum of RGB (Red+Green+Blue) = 138+121+223=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A79DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79DF is #758620. Grayscale: #898989. Windows color (decimal): -7702049 or 14645642. OLE color: 14645642.
HSL color Cylindrical-coordinate representation of color #8A79DF: hue angle of 250º degrees, saturation: 0.61, 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 #8A79DF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 121 | 223 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.13 |
| HSL | 250º | 0.61% | 0.67% | - |
| HSV(B) | 250º | 0.46% | 0.87% | - |
| XYZ | 30.64 | 24.41 | 72.91 | - |
| YUV | 137.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 223 | 0.38 | 0.46 | 0 | 0.13 | 250 | 0.61 | 0.67 |
| Hex | 8A | 79 | DF | 26 | 2E | 0 | D | FA | 3D | 43 |
| Octal | 212 | 171 | 337 | 46 | 56 | 0 | 15 | 372 | 75 | 103 |
| Binary | 10001010 | 1111001 | 11011111 | 100110 | 101110 | 0 | 1101 | 11111010 | 111101 | 1000011 |
Color Harmonies of #8A79DF
Complementary color
Monochromatic Colors of #8A79DF
Black with #8A79DF
Text Example
Text Example
White with #8A79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A79DF; }
p { color: rgb(138,121,223); }
H1.HeaderClassName
{
color: #8A79DF;
}
.AnyTagClassName
{
color: #8A79DF;
}
</style>
background-color css
<style>
a { background-color: #8A79DF; }
a { background-color: rgb(138,121,223); }
div.DivClassName
{
background-color: #8A79DF;
}
.BgClassName
{
background-color: #8A79DF;
}
</style>
border-color css
<style>
span { border-color: #8A79DF; }
span { border-color: rgb(138,121,223); }
td.TdClassName
{
border-color: #8A79DF;
}
.TagClassName
{
border-color: #8A79DF;
}
</style>